Package com.ibm.websphere.security
Interface Summary
Interface | Description |
---|---|
UserRegistry | Implementing this interface enables WebSphere Security to use Custom Registries. |
Class Summary
Class | Description |
---|---|
Result | This module is used by User Registries in WebSphere when calling the getUsers and getGroups method. |
WebSphereRuntimePermission | This class is for generic Websphere runtime permissions. |
WebSphereSecurityPermission | This class is for generic Websphere security permissions. |
WSSecurityHelper | Provides methods to perform security functions |
Exception Summary
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. |
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. |
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. |
WSSecurityException | This exception is a generic WebSphere Security exception. |