Class ExternalServerSASL
java.lang.Object
org.apache.activemq.artemis.protocol.amqp.sasl.ExternalServerSASL
- All Implemented Interfaces:
ServerSASL
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddone()getName()byte[]processSASL(byte[] bytes) result()voidsetPrincipal(Principal principal)
-
Field Details
-
NAME
- See Also:
-
-
Constructor Details
-
ExternalServerSASL
public ExternalServerSASL()
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceServerSASL
-
processSASL
public byte[] processSASL(byte[] bytes) - Specified by:
processSASLin interfaceServerSASL
-
result
- Specified by:
resultin interfaceServerSASL
-
done
public void done()- Specified by:
donein interfaceServerSASL
-
setPrincipal
-