Package com.sun.identity.authentication.spi

Provides interfaces and classes for writing a supplemental authentication module to plug into Sun Java System Identity Server.

See:
          Description

Interface Summary
AMPostAuthProcessInterface The AMPostAuthProcessInterface interface needs to be implemented by services and applications to do post authentication processing.
 

Class Summary
AMLoginModule An abstract class which implements JAAS LoginModule, it provides methods to access Java System Identity Server services and the module xml configuration.
 

Exception Summary
AuthenticationException  
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  
 

Package com.sun.identity.authentication.spi Description

Provides interfaces and classes for writing a supplemental authentication module to plug into Sun Java System Identity Server. Using the interfaces and classes provided, a custom authentication module may be added to Sun Java System Identity Server's list of supported authentication modules/types.

Provides an interface for post authentication processing on successful , failed authentication or on a logout.