Package tigase.auth.mechanisms
Class SaslEXTERNAL
java.lang.Object
tigase.auth.mechanisms.AbstractSasl
tigase.auth.mechanisms.SaslEXTERNAL
- 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) 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
-
PEER_CERTIFICATE_KEY
- See Also:
-
NAME
- See Also:
-
-
Method Details
-
evaluateResponse
- Throws:
SaslException
-
getAuthorizationID
-
getMechanismName
-
unwrap
public byte[] unwrap(byte[] incoming, int offset, int len) -
wrap
public byte[] wrap(byte[] outgoing, int offset, int len)
-