Class SCRAMLoginModule
java.lang.Object
org.apache.activemq.artemis.spi.core.security.jaas.AbstractPrincipalLoginModule
org.apache.activemq.artemis.spi.core.security.jaas.SCRAMLoginModule
- All Implemented Interfaces:
LoginModule, AuditLoginModule
Handles the actual login after channel authentication has succeeded
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractPrincipalLoginModule
abort, commit, initialize, login, logoutMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface AuditLoginModule
registerFailureForAudit
-
Constructor Details
-
SCRAMLoginModule
public SCRAMLoginModule()
-