com.tivoli.pd.jadmin
Class PDSSOCred.CredID

java.lang.Object
  extended by 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.

Modes: Local,Remote


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 Security 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 Security Access Manager user associated with this credential.

Throws:
PDException

getResourceName

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

Throws:
PDException

getResourceType

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

Throws:
PDException

toString

public java.lang.String toString()
Returns a String representation of this object.

Overrides:
toString in class java.lang.Object