Package org.apache.felix.jaas.boot
Class ProxyLoginModule
java.lang.Object
org.apache.felix.jaas.boot.ProxyLoginModule
- All Implemented Interfaces:
LoginModule
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceFactory interface to create LoginModule instance. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
PROP_LOGIN_MODULE_FACTORY
- See Also:
-
-
Constructor Details
-
ProxyLoginModule
public ProxyLoginModule()
-
-
Method Details
-
initialize
public void initialize(Subject subject, CallbackHandler callbackHandler, Map<String, ?> sharedState, Map<String, ?> options) - Specified by:
initializein interfaceLoginModule
-
login
- Specified by:
loginin interfaceLoginModule- Throws:
LoginException
-
commit
- Specified by:
commitin interfaceLoginModule- Throws:
LoginException
-
abort
- Specified by:
abortin interfaceLoginModule- Throws:
LoginException
-
logout
- Specified by:
logoutin interfaceLoginModule- Throws:
LoginException
-