| Interface | Description |
|---|---|
| SAFRoleMapper |
Map application defined role names to SAF profile names.
|
| TrustAssociationInterceptor | Deprecated
As of 5.1.1, replaced by the new com.ibm.wsspi.security.tai.TrustAssociationInterceptor interface.
|
| UserMapping |
Implementing this interface enables WebSphere Security to use customized
mapping for certificates (Java and Web clients) and for Identity assertion
tokens.
|
| UserRegistry |
Implementing this interface enables WebSphere Security to use Custom
Registries.
|
| Class | Description |
|---|---|
| Result |
This module is used by User Registries in WebSphere when calling the
getUsers and getGroups method.
|
| WebSphereBaseTrustAssociationInterceptor | Deprecated
As of 5.1.1, replaced by the new com.ibm.wsspi.security.tai.TrustAssociationInterceptor interface.
|
| Exception | Description |
|---|---|
| CertificateMapFailedException |
Thrown to indicate that a error occurred while mapping the
specified certificate.
|
| CertificateMapNotSupportedException |
Thrown to indicate that the certificate mapping for the
specified certificate is not supported.
|
| CustomRegistryException |
Thrown to indicate that a error occurred while using the
specified custom registry.
|
| DistributedUserMappingFailedException |
Thrown to indicate that an error occurred while mapping the
distributed user to a SAF user using the RACMAP filters.
|
| EntryNotFoundException |
Thrown to indicate that the specified entry is not found in the
custom registry.
|
| NotImplementedException |
Thrown to indicate that the method is not implemented.
|
| PasswordCheckFailedException |
Thrown to indicate that the userId/Password combination does not exist
in the specified custom registry.
|
| ProviderFailureException |
Thrown to indicate that the method is not implemented.
|
| UserMappingException |
Thrown to indicate that a error occurred when mapping certificates,DN or
principalName to a valid user in the registry.
|
| WebTrustAssociationException |
Thrown to indicate that a error occurred during the processing of
isTargetInterceptor of TrustAssociationIntercepter.
|
| WebTrustAssociationFailedException |
Thrown to indicate that a error occurred during the processing of
validateEstablishedTrust of TrustAssociationIntercepter.
|
| WebTrustAssociationUserException |
Thrown to indicate that a error occurred during the processing of
getAuthenticatedUsername of TrustAssociationIntercepter.
|