com.tivoli.pd.jadmin
Class PDSSOCred.CredInfo

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

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

Class representing results returned from the listAndShowSSOCreds method.


Constructor Summary
PDSSOCred.CredInfo(java.lang.String usr, java.lang.String rName, java.lang.String rType, java.lang.String rUser, char[] rPwd)
           
 
Method Summary
 java.lang.String getResourceName()
          Returns the resource name associated with this credential
 char[] getResourcePassword()
          Returns the resource password used to access the resource
 java.lang.String getResourceType()
          Returns the resource type (web or group) associated with this credential
 java.lang.String getResourceUser()
          Returns the resource user ID used to access the resource
 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.CredInfo

public PDSSOCred.CredInfo(java.lang.String usr,
                          java.lang.String rName,
                          java.lang.String rType,
                          java.lang.String rUser,
                          char[] rPwd)
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


getResourceUser

public java.lang.String getResourceUser()
                                 throws PDException
Returns the resource user ID used to access the resource


getResourcePassword

public char[] getResourcePassword()
                           throws PDException
Returns the resource password used to access the resource


toString

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