Class CustomLoginModule
java.lang.Object
org.apache.jackrabbit.oak.exercise.security.authentication.CustomLoginModule
- All Implemented Interfaces:
- LoginModule
A custom login module for test purposes.
 EXERCISE: complete the implementation
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
CustomLoginModulepublic CustomLoginModule()
- 
CustomLoginModule
 
- 
- 
Method Details- 
initializepublic void initialize(Subject subject, CallbackHandler callbackHandler, Map<String, ?> sharedState, Map<String, ?> options) - Specified by:
- initializein interface- LoginModule
 
- 
login- Specified by:
- loginin interface- LoginModule
- Throws:
- LoginException
 
- 
commit- Specified by:
- commitin interface- LoginModule
- Throws:
- LoginException
 
- 
abort- Specified by:
- abortin interface- LoginModule
- Throws:
- LoginException
 
- 
logout- Specified by:
- logoutin interface- LoginModule
- Throws:
- LoginException
 
 
-