com.tivoli.pd.jadmin
Class PDSSOCred.CredInfo

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

Modes: Local,Remote


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 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.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 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

getResourceUser

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

Throws:
PDException

getResourcePassword

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

Throws:
PDException

toString

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

Overrides:
toString in class java.lang.Object