com.ibm.websphere.security.auth

Uses of Class CredentialDestroyedException

Packages that use CredentialDestroyedException

Package Description
com.ibm.websphere.security.cred

Uses of CredentialDestroyedException in com.ibm.websphere.security.cred

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