|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tivoli.pd.jadmin.PDSSOCred.CredID
public static class PDSSOCred.CredID
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 |
---|
public PDSSOCred.CredID(java.lang.String usr, java.lang.String rName, java.lang.String rType)
Method Detail |
---|
public java.lang.String getUser() throws PDException
PDException
public java.lang.String getResourceName() throws PDException
PDException
public java.lang.String getResourceType() throws PDException
PDException
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |