Class SaslChallenge
- java.lang.Object
-
- org.apache.qpid.protonj2.types.security.SaslChallenge
-
- All Implemented Interfaces:
SaslPerformative
public final class SaslChallenge extends Object implements SaslPerformative
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.apache.qpid.protonj2.types.security.SaslPerformative
SaslPerformative.SaslPerformativeHandler<E>, SaslPerformative.SaslPerformativeType
-
-
Field Summary
Fields Modifier and Type Field Description static UnsignedLongDESCRIPTOR_CODEstatic SymbolDESCRIPTOR_SYMBOL
-
Constructor Summary
Constructors Constructor Description SaslChallenge()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SaslChallengecopy()ProtonBuffergetChallenge()SaslPerformative.SaslPerformativeTypegetPerformativeType()<E> voidinvoke(SaslPerformative.SaslPerformativeHandler<E> handler, E context)SaslChallengesetChallenge(ProtonBuffer challenge)SaslChallengesetChallenge(Binary challenge)StringtoString()
-
-
-
Field Detail
-
DESCRIPTOR_CODE
public static final UnsignedLong DESCRIPTOR_CODE
-
DESCRIPTOR_SYMBOL
public static final Symbol DESCRIPTOR_SYMBOL
-
-
Method Detail
-
getChallenge
public ProtonBuffer getChallenge()
-
setChallenge
public SaslChallenge setChallenge(Binary challenge)
-
setChallenge
public SaslChallenge setChallenge(ProtonBuffer challenge)
-
copy
public SaslChallenge copy()
- Specified by:
copyin interfaceSaslPerformative
-
getPerformativeType
public SaslPerformative.SaslPerformativeType getPerformativeType()
- Specified by:
getPerformativeTypein interfaceSaslPerformative
-
invoke
public <E> void invoke(SaslPerformative.SaslPerformativeHandler<E> handler, E context)
- Specified by:
invokein interfaceSaslPerformative
-
-