Class PlainServer
java.lang.Object
com.swiftmq.impl.amqp.sasl.provider.PlainServer
- All Implemented Interfaces:
SaslServer
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
dispose()
byte[]
evaluateResponse
(byte[] response) boolean
byte[]
unwrap
(byte[] bytes, int i, int i1) byte[]
wrap
(byte[] bytes, int i, int i1)
-
Field Details
-
MECHNAME
- See Also:
-
-
Constructor Details
-
PlainServer
-
-
Method Details
-
getMechanismName
- Specified by:
getMechanismName
in interfaceSaslServer
-
evaluateResponse
- Specified by:
evaluateResponse
in interfaceSaslServer
- Throws:
SaslException
-
isComplete
public boolean isComplete()- Specified by:
isComplete
in interfaceSaslServer
-
getAuthorizationID
- Specified by:
getAuthorizationID
in interfaceSaslServer
-
unwrap
- Specified by:
unwrap
in interfaceSaslServer
- Throws:
SaslException
-
wrap
- Specified by:
wrap
in interfaceSaslServer
- Throws:
SaslException
-
getNegotiatedProperty
- Specified by:
getNegotiatedProperty
in interfaceSaslServer
-
dispose
- Specified by:
dispose
in interfaceSaslServer
- Throws:
SaslException
-