| 
 | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
See: 
          Description
| Interface Summary | |
| AMAuthCallBack | The AMAuthCallBackinterface should be implemented by external
 business logic code, in order to receive callbacks from the authentication
 framework when one of the following events happens :
 
  account lockout
  password change (via LDAP module) | 
| AMPostAuthProcessInterface | The AMPostAuthProcessInterfaceinterface needs to 
 be implemented by services and applications to do post 
 authentication processing. | 
| UserIDGenerator | An application implements a UserIDGeneratorinterface and
 registers itself to the Core Authentication service so that the
 authentication modules can retrieve a list of auto-generated user IDs. | 
| Class Summary | |
| AMLoginModule | An abstract class which implements JAAS LoginModule, it provides methods to access Java System Access Manager services and the module xml configuration. | 
| HttpCallback | This HttpCallbackclass implementsCallbackand is used by the authentication module with HTTP protocol based
 handshaking negotiation. | 
| PagePropertiesCallback | This PagePropertiesCallbackclass implementsCallbackand used for exchanging all UI related attributes
 information such as template name,errorStateto indicate
 whether a template is an error page, page header, image name , page timeout
 value, name of module. | 
| RedirectCallback | |
| SAMLCallback | This SAMLCallbackclass implementsCallbackand used for passing either Web artifact or SAML POST response from
 SAML service to the SAML authentication module when this module requests for
 the respective credentials. | 
| Exception Summary | |
| AMAuthCallBackException | The AMAuthCallBackExceptionis used to specify an exception
 related to an authentication framework callback. | 
| AuthenticationException | This class is for handling Exception that is thrown when the user-entered tokens cause the authentication module to be authenticated to fail. | 
| AuthLoginException | This class is for handling message localization in LoginException. | 
| InvalidPasswordException | Exception that is thrown when the user-entered password token causes the authentication module to be authenticated to fail. | 
| UserNamePasswordValidationException | This class is for handling Exception that is thrown when the user name password validation plugin is failed or any invalid characters detected in user name. | 
Provides interfaces and classes for writing a supplemental authentication module to plug into Sun Java System Access Manager. Using the interfaces and classes provided, a custom authentication module may be added to Sun Java System Access Manager's list of supported authentication modules/types.
Provides an interface for post authentication processing on successful , failed authentication or on a logout.
Provides an interface for UserID Generation for Membership/Self Registration auth module.
Provides an interface to receive notifications of a user status change after successful password reset or after account lockout (memory).
| 
 | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||