Package com.ibm.websphere.security

Interface Summary
CustomRegistry The CustomRegistry interface provides an API that supports the following registry entry types: user group Implementation of this interface must provide implementations for: initialize checkPassword mapCertificate getRealm getUsers getUsers(String) getUsersForGroup getUserDisplayName getUniqueUserId getUniqueUserIds getUserSecurityName isValidUser getGroups getGroups(String) getGroupsForUser getGroupDisplayName getUniqueGroupId getUniqueGroupIds getGroupSecurityName isValidGroup
 

Class Summary
SSOAuthenticator SSOAuthenticator is a helper class that helps users to exploit WebSphere's Single Sign-On (SSO) feature.
 

Exception Summary
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.
PasswordCheckFailedException Thrown to indicate that the userId/Password combination does not exist in the specified custom registry.