Class ServerSASLPlain
java.lang.Object
org.apache.activemq.artemis.protocol.amqp.sasl.ServerSASLPlain
- All Implemented Interfaces:
ServerSASL
- Direct Known Subclasses:
PlainSASL
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanauthenticate(String user, String password) Hook for subclasses to perform the authentication herevoiddone()getName()byte[]processSASL(byte[] data) result()
-
Field Details
-
NAME
- See Also:
-
-
Constructor Details
-
ServerSASLPlain
public ServerSASLPlain()
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceServerSASL
-
processSASL
public byte[] processSASL(byte[] data) - Specified by:
processSASLin interfaceServerSASL
-
result
- Specified by:
resultin interfaceServerSASL
-
done
public void done()- Specified by:
donein interfaceServerSASL
-
authenticate
-