Package org.apache.activemq.jaas
Class EncryptableLDAPLoginModule
java.lang.Object
org.apache.activemq.jaas.LDAPLoginModule
org.apache.activemq.jaas.EncryptableLDAPLoginModule
- All Implemented Interfaces:
LoginModule
LDAPLoginModule that supports encryption
-
Field Summary
Fields inherited from class org.apache.activemq.jaas.LDAPLoginModule
context -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinitialize(Subject subject, CallbackHandler callbackHandler, Map sharedState, Map options) Methods inherited from class org.apache.activemq.jaas.LDAPLoginModule
abort, authenticate, bindUser, closeContext, commit, doRFC2254Encoding, getRoles, login, logout, openContext
-
Constructor Details
-
EncryptableLDAPLoginModule
public EncryptableLDAPLoginModule()
-
-
Method Details
-
initialize
public void initialize(Subject subject, CallbackHandler callbackHandler, Map sharedState, Map options) - Specified by:
initializein interfaceLoginModule- Overrides:
initializein classLDAPLoginModule
-