Package org.apache.activemq.jaas
Class PropertiesLoginModule
java.lang.Object
org.apache.activemq.jaas.PropertiesLoader
org.apache.activemq.jaas.PropertiesLoginModule
- All Implemented Interfaces:
LoginModule
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.activemq.jaas.PropertiesLoader
PropertiesLoader.FileNameKey -
Field Summary
Fields inherited from class org.apache.activemq.jaas.PropertiesLoader
debug -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanabort()booleancommit()voidinitialize(Subject subject, CallbackHandler callbackHandler, Map sharedState, Map options) booleanlogin()booleanlogout()Methods inherited from class org.apache.activemq.jaas.PropertiesLoader
init, load, resetUsersAndGroupsCache
-
Constructor Details
-
PropertiesLoginModule
public PropertiesLoginModule()
-
-
Method Details
-
initialize
public void initialize(Subject subject, CallbackHandler callbackHandler, Map sharedState, Map 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
-