Package | Description |
---|---|
com.ibm.websphere.security.cred |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
WSCredential.get(java.lang.String key)
Allows user to get an Object based on a key.
|
java.lang.String |
WSCredential.getAccessId()
Returns a string value that represents the access-Id of the principal.
|
byte[] |
WSCredential.getCredentialToken()
Returns the credential token.
|
long |
WSCredential.getExpiration()
Returns a long value that indicates when a credential will expire.
|
java.util.ArrayList |
WSCredential.getGroupIds()
Returns a ArrayList which indicates the groups the authenticated principal is a member of.
|
java.lang.String |
WSCredential.getOID()
Returns the OID that identifies the authentication mechanism, for example:
|
java.lang.String |
WSCredential.getPrimaryGroupId()
Returns a string value that indicates the primary group the authenticated principal is a member of.
|
java.lang.String |
WSCredential.getRealmName()
Return the realm name.
|
java.lang.String |
WSCredential.getRealmSecurityName()
Returns the realm and the user principal name, the default implementation format is
realm/user principal name. |
java.lang.String |
WSCredential.getRealmUniqueSecurityName()
Returns the realm and the unique user name, the default implementation format is
realm/unique user name. |
java.lang.String |
WSCredential.getSecurityName()
Returns the user principal name.
|
java.lang.String |
WSCredential.getUniqueSecurityName()
Returns the unique user name as it applies to the configured user registry.
|
boolean |
WSCredential.isForwardable()
Returns a boolean value that indicates if the credential is forwardable.
|
java.lang.Object |
WSCredential.set(java.lang.String key,
java.lang.Object value)
Allows user to set an Object based on a key.
|