Class ExternalCertificateLoginModule
java.lang.Object
org.apache.activemq.artemis.spi.core.security.jaas.ExternalCertificateLoginModule
- All Implemented Interfaces:
LoginModule
,AuditLoginModule
A LoginModule that propagates TLS certificates subject DN as a UserPrincipal.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.activemq.artemis.spi.core.security.jaas.AuditLoginModule
registerFailureForAudit
-
Constructor Details
-
ExternalCertificateLoginModule
public ExternalCertificateLoginModule()
-
-
Method Details
-
initialize
public void initialize(Subject subject, CallbackHandler callbackHandler, Map<String, ?> sharedState, Map<String, ?> options) - Specified by:
initialize
in interfaceLoginModule
-
login
- Specified by:
login
in interfaceLoginModule
- Throws:
LoginException
-
commit
- Specified by:
commit
in interfaceLoginModule
- Throws:
LoginException
-
abort
- Specified by:
abort
in interfaceLoginModule
- Throws:
LoginException
-
logout
public boolean logout()- Specified by:
logout
in interfaceLoginModule
-