Package com.sun.identity.authentication.spi

Provides interfaces and classes for writing a supplemental authentication module to plug into SunOne Identiry Server.

See:
          Description

Class Summary
AMLoginModule An abstract class which implements JAAS LoginModule, it provides methods to access Sun ONE Identity Server services and the module xml configuration.
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.
 

Package com.sun.identity.authentication.spi Description

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