Class PlainSASL
java.lang.Object
org.apache.activemq.artemis.protocol.amqp.sasl.ServerSASLPlain
org.apache.activemq.artemis.protocol.amqp.sasl.PlainSASL
- All Implemented Interfaces:
ServerSASL
-
Field Summary
Fields inherited from class ServerSASLPlain
NAME -
Constructor Summary
ConstructorsConstructorDescriptionPlainSASL(org.apache.activemq.artemis.core.security.SecurityStore securityStore, String securityDomain, RemotingConnection remotingConnection) -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanauthenticate(String user, String password) Hook for subclasses to perform the authentication hereMethods inherited from class ServerSASLPlain
done, getName, processSASL, result
-
Constructor Details
-
PlainSASL
public PlainSASL(org.apache.activemq.artemis.core.security.SecurityStore securityStore, String securityDomain, RemotingConnection remotingConnection)
-
-
Method Details
-
authenticate
Description copied from class:ServerSASLPlainHook for subclasses to perform the authentication here- Overrides:
authenticatein classServerSASLPlain
-