Package org.apache.felix.jaas.boot
Class ProxyLoginModule
- java.lang.Object
-
- org.apache.felix.jaas.boot.ProxyLoginModule
-
- All Implemented Interfaces:
LoginModule
public class ProxyLoginModule extends Object implements LoginModule
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceProxyLoginModule.BootLoginModuleFactoryFactory interface to create LoginModule instance.
-
Field Summary
Fields Modifier and Type Field Description static StringPROP_LOGIN_MODULE_FACTORY
-
Constructor Summary
Constructors Constructor Description ProxyLoginModule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanabort()booleancommit()voidinitialize(Subject subject, CallbackHandler callbackHandler, Map<String,?> sharedState, Map<String,?> options)booleanlogin()booleanlogout()
-
-
-
Field Detail
-
PROP_LOGIN_MODULE_FACTORY
public static final String PROP_LOGIN_MODULE_FACTORY
- See Also:
- Constant Field Values
-
-
Method Detail
-
initialize
public void initialize(Subject subject, CallbackHandler callbackHandler, Map<String,?> sharedState, Map<String,?> options)
- Specified by:
initializein interfaceLoginModule
-
login
public boolean login() throws LoginException- Specified by:
loginin interfaceLoginModule- Throws:
LoginException
-
commit
public boolean commit() throws LoginException- Specified by:
commitin interfaceLoginModule- Throws:
LoginException
-
abort
public boolean abort() throws LoginException- Specified by:
abortin interfaceLoginModule- Throws:
LoginException
-
logout
public boolean logout() throws LoginException- Specified by:
logoutin interfaceLoginModule- Throws:
LoginException
-
-