Package org.apache.activemq.jaas
Class PropertiesLoginModule
- java.lang.Object
-
- org.apache.activemq.jaas.PropertiesLoader
-
- org.apache.activemq.jaas.PropertiesLoginModule
-
- All Implemented Interfaces:
LoginModule
public class PropertiesLoginModule extends PropertiesLoader implements 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 Constructor Description PropertiesLoginModule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
abort()
boolean
commit()
void
initialize(Subject subject, CallbackHandler callbackHandler, Map sharedState, Map options)
boolean
login()
boolean
logout()
-
Methods inherited from class org.apache.activemq.jaas.PropertiesLoader
init, load, resetUsersAndGroupsCache
-
-
-
-
Method Detail
-
initialize
public void initialize(Subject subject, CallbackHandler callbackHandler, Map sharedState, Map options)
- Specified by:
initialize
in interfaceLoginModule
-
login
public boolean login() throws LoginException
- Specified by:
login
in interfaceLoginModule
- Throws:
LoginException
-
commit
public boolean commit() throws LoginException
- Specified by:
commit
in interfaceLoginModule
- Throws:
LoginException
-
abort
public boolean abort() throws LoginException
- Specified by:
abort
in interfaceLoginModule
- Throws:
LoginException
-
logout
public boolean logout() throws LoginException
- Specified by:
logout
in interfaceLoginModule
- Throws:
LoginException
-
-