Package tigase.auth.mechanisms
Class SaslXTOKEN
java.lang.Object
tigase.auth.mechanisms.AbstractSasl
tigase.auth.mechanisms.SaslXTOKEN
- All Implemented Interfaces:
SaslServer
-
Field Summary
FieldsFields inherited from class tigase.auth.mechanisms.AbstractSasl
authorizedId, callbackHandler, complete, log, negotiatedProperty, PASSWORD_NOT_VERIFIED_MSG, props, SASL_STRICT_MODE_KEY
-
Method Summary
Modifier and TypeMethodDescriptionbyte[]
evaluateResponse
(byte[] response) static byte[]
byte[]
unwrap
(byte[] incoming, int offset, int len) byte[]
wrap
(byte[] outgoing, int offset, int len) Methods inherited from class tigase.auth.mechanisms.AbstractSasl
dispose, getNegotiatedProperty, handleCallbacks, isAuthzIDIgnored, isComplete, isEmpty, split
-
Field Details
-
NAME
- See Also:
-
-
Method Details
-
generateSecretKey
public static byte[] generateSecretKey() -
getMechanismName
-
evaluateResponse
- Throws:
SaslException
-
getAuthorizationID
-
unwrap
- Throws:
SaslException
-
wrap
- Throws:
SaslException
-