Uses of Class
com.ibm.websphere.security.auth.CredentialDestroyedException
Packages that use CredentialDestroyedException
-
Uses of CredentialDestroyedException in com.ibm.websphere.security.cred
Methods in com.ibm.websphere.security.cred that throw CredentialDestroyedExceptionModifier and TypeMethodDescriptionAllows user to get an Object based on a key.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.WSCredential.getGroupIds()
Returns a ArrayList which indicates the groups the authenticated principal is a member of.WSCredential.getOID()
Returns the OID that identifies the authentication mechanism, for example:WSCredential.getPrimaryGroupId()
Returns a string value that indicates the primary group the authenticated principal is a member of.WSCredential.getRealmName()
Return the realm name.WSCredential.getRealmSecurityName()
Returns the realm and the user principal name, the default implementation format isrealm/user principal name
.WSCredential.getRealmUniqueSecurityName()
Returns the realm and the unique user name, the default implementation format isrealm/unique user name
.WSCredential.getSecurityName()
Returns the user principal name.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.Allows user to set an Object based on a key.