Class ExternalServerSASL
- java.lang.Object
-
- org.apache.activemq.artemis.protocol.amqp.sasl.ExternalServerSASL
-
- All Implemented Interfaces:
ServerSASL
public class ExternalServerSASL extends java.lang.Object implements ServerSASL
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringNAME
-
Constructor Summary
Constructors Constructor Description ExternalServerSASL()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddone()java.lang.StringgetName()byte[]processSASL(byte[] bytes)SASLResultresult()voidsetPrincipal(java.security.Principal principal)
-
-
-
Field Detail
-
NAME
public static final java.lang.String NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getName
public java.lang.String getName()
- Specified by:
getNamein interfaceServerSASL
-
processSASL
public byte[] processSASL(byte[] bytes)
- Specified by:
processSASLin interfaceServerSASL
-
result
public SASLResult result()
- Specified by:
resultin interfaceServerSASL
-
done
public void done()
- Specified by:
donein interfaceServerSASL
-
setPrincipal
public void setPrincipal(java.security.Principal principal)
-
-