tigase.auth.mechanisms
Class SaslANONYMOUS
java.lang.Object
tigase.auth.mechanisms.AbstractSasl
tigase.auth.mechanisms.SaslANONYMOUS
- All Implemented Interfaces:
- SaslServer
public class SaslANONYMOUS
- extends AbstractSasl
SASL-ANONYMOUS mechanism.
Called callbacks in order:
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IS_ANONYMOUS_PROPERTY
public static final String IS_ANONYMOUS_PROPERTY
- See Also:
- Constant Field Values
evaluateResponse
public byte[] evaluateResponse(byte[] response)
throws SaslException
- Throws:
SaslException
getAuthorizationID
public String getAuthorizationID()
getMechanismName
public String getMechanismName()
unwrap
public byte[] unwrap(byte[] incoming,
int offset,
int len)
throws SaslException
- Throws:
SaslException
wrap
public byte[] wrap(byte[] outgoing,
int offset,
int len)
throws SaslException
- Throws:
SaslException
Copyright © 2013 Tigase. All rights reserved.