Class AnonymousServerSASL
- java.lang.Object
-
- org.apache.activemq.artemis.protocol.amqp.sasl.AnonymousServerSASL
-
- All Implemented Interfaces:
ServerSASL
public class AnonymousServerSASL extends java.lang.Object implements ServerSASL
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String[]ANONYMOUS_MECHstatic java.lang.StringNAME
-
Constructor Summary
Constructors Constructor Description AnonymousServerSASL()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddone()java.lang.StringgetName()byte[]processSASL(byte[] bytes)SASLResultresult()
-
-
-
Field Detail
-
NAME
public static final java.lang.String NAME
- See Also:
- Constant Field Values
-
ANONYMOUS_MECH
public static final java.lang.String[] ANONYMOUS_MECH
-
-
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
-
-