Class Krb5LoginModule
java.lang.Object
org.apache.activemq.artemis.spi.core.security.jaas.AbstractPrincipalLoginModule
org.apache.activemq.artemis.spi.core.security.jaas.Krb5LoginModule
- All Implemented Interfaces:
LoginModule
,AuditLoginModule
populate a subject with kerberos credential from the handler
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.activemq.artemis.spi.core.security.jaas.AbstractPrincipalLoginModule
abort, commit, initialize, login, logout
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
-
Krb5LoginModule
public Krb5LoginModule()
-