Interface | Description |
---|---|
WSPrincipal |
Principal created after a successful JAAS authentication.
|
Class | Description |
---|---|
IdentityPrincipal |
Identity Principal class implements the
java.security.principal interface. |
MappingAuthData |
The
MappingAuthData class is used for passing authentication data and alias pairs to
the SecurityAdmin MBean updateAuthDataCfg method to refresh the mapping table of the
WebSphere Application Server default credential mapping function, DefaultPrincipalMapping. |
WSSubject |
The
WSSubject class is provided to workaround a design oversight in
Java 2 Security. |
Exception | Description |
---|---|
AuthenticationFailedException |
This exception is thrown whenever authentication fails.
|
AuthenticationNotSupportedException |
This exception is thrown whenever authentication fails.
|
CredentialDestroyedException |
Thrown if credential is destroyed.
|
InvalidTokenException |
This exception is thrown whenever authentication fails.
|
MapCredentialFailedException | Deprecated |
MapCredentialNotSupportedException | Deprecated |
TokenCreationFailedException |
This exception is thrown whenever authentication fails.
|
TokenExpiredException |
This exception is thrown when a token is no longer valid.
|
UnsupportedRealmException |
This exception is thrown whenever authentication fails.
|
ValidationFailedException |
This exception is thrown whenever authentication fails.
|
ValidationNotSupportedException |
This exception is thrown whenever authentication fails.
|
WSLoginFailedException |