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
public class PlainSASL extends ServerSASLPlain
-
-
Field Summary
-
Fields inherited from class org.apache.activemq.artemis.protocol.amqp.sasl.ServerSASLPlain
NAME
-
-
Constructor Summary
Constructors Constructor Description PlainSASL(org.apache.activemq.artemis.core.security.SecurityStore securityStore, java.lang.String securityDomain, org.apache.activemq.artemis.spi.core.protocol.RemotingConnection remotingConnection)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleanauthenticate(java.lang.String user, java.lang.String password)Hook for subclasses to perform the authentication here-
Methods inherited from class org.apache.activemq.artemis.protocol.amqp.sasl.ServerSASLPlain
done, getName, processSASL, result
-
-
-
-
Method Detail
-
authenticate
protected boolean authenticate(java.lang.String user, java.lang.String password)Description copied from class:ServerSASLPlainHook for subclasses to perform the authentication here- Overrides:
authenticatein classServerSASLPlain
-
-