com.tivoli.pd.jadmin
Class PDSSOCred.CredID

java.lang.Object
  |
  +--com.tivoli.pd.jadmin.PDSSOCred.CredID
Enclosing class:
PDSSOCred

public static class PDSSOCred.CredID
extends java.lang.Object

Class representing results returned from the listSSOCreds method.


Constructor Summary
PDSSOCred.CredID(java.lang.String usr, java.lang.String rName, java.lang.String rType)
           
 
Method Summary
 java.lang.String getResourceName()
          Returns the resource name associated with this credential
 java.lang.String getResourceType()
          Returns the resource type (web or group) associated with this credential
 java.lang.String getUser()
          Returns the Tivoli Access Manager user associated with this credential.
 java.lang.String toString()
          Returns a String representation of this object.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PDSSOCred.CredID

public PDSSOCred.CredID(java.lang.String usr,
                        java.lang.String rName,
                        java.lang.String rType)
Method Detail

getUser

public java.lang.String getUser()
                         throws PDException
Returns the Tivoli Access Manager user associated with this credential.


getResourceName

public java.lang.String getResourceName()
                                 throws PDException
Returns the resource name associated with this credential


getResourceType

public java.lang.String getResourceType()
                                 throws PDException
Returns the resource type (web or group) associated with this credential


toString

public java.lang.String toString()
Returns a String representation of this object.
Overrides:
toString in class java.lang.Object