Java javax.security.auth.spi LoginModule fields, constructors, methods, implement or subclass

Example usage for Java javax.security.auth.spi LoginModule fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.security.auth.spi LoginModule.

The text is from its open source code.

Implementation

javax.security.auth.spi.LoginModule has the following implementations.
Click this link to see all its implementation.

Method

booleanabort()
Method to abort the authentication process (phase 2).
booleancommit()
Method to commit the authentication process (phase 2).
voidinitialize(Subject subject, CallbackHandler callbackHandler, Map sharedState, Map options)
Initialize this LoginModule.
booleanlogin()
Method to authenticate a Subject (phase 1).
booleanlogout()
Method which logs out a Subject .