API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.security.auth.spi. LoginModule View Source
Author(s)
Since
Version
1.54, 11/17/05
Serial
Hierarchy
 LoginModule
Subinterfaces
Description
public interface LoginModule
  LoginModule describes the interface implemented by authentication technology providers.
See also:    LoginContext Configuration
Methods
Hide/Show inherited methods
public boolean abort () throws LoginException
  Method to abort the authentication process (phase 2).
public boolean commit () throws LoginException
  Method to commit the authentication process (phase 2).
public void initialize (Subject subject, CallbackHandler callbackHandler, Map<String, Object> sharedState, Map<String, Object> options)
  Initialize this LoginModule.
public boolean login () throws LoginException
  Method to authenticate a Subject (phase 1).
public boolean logout () throws LoginException
  Method which logs out a Subject.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar