KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > security > auth > spi > LoginModule

javax.security.auth.spi
Interface LoginModule

See Also:
Top Examples, Source Code, LoginContext, Configuration

boolean abort()
              throws LoginException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


boolean commit()
               throws LoginException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


void initialize(Subject subject,
                CallbackHandler callbackHandler,
                Map<String,?> sharedState,
                Map<String,?> options)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


boolean login()
              throws LoginException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


boolean logout()
               throws LoginException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags