public class SaslANONYMOUS extends AbstractSasl
| Modifier and Type | Field and Description |
|---|---|
static String |
IS_ANONYMOUS_PROPERTY |
authorizedId, callbackHandler, complete, negotiatedProperty, props, SASL_STRICT_MODE_KEY| Modifier and Type | Method and Description |
|---|---|
byte[] |
evaluateResponse(byte[] response) |
String |
getAuthorizationID() |
String |
getMechanismName() |
byte[] |
unwrap(byte[] incoming,
int offset,
int len) |
byte[] |
wrap(byte[] outgoing,
int offset,
int len) |
dispose, getNegotiatedProperty, handleCallbacks, isAuthzIDIgnored, isComplete, isEmpty, splitpublic static final String IS_ANONYMOUS_PROPERTY
public byte[] evaluateResponse(byte[] response)
throws SaslException
SaslExceptionpublic String getAuthorizationID()
public String getMechanismName()
public byte[] unwrap(byte[] incoming,
int offset,
int len)
throws SaslException
SaslExceptionpublic byte[] wrap(byte[] outgoing,
int offset,
int len)
throws SaslException
SaslExceptionCopyright © 2015 "Tigase, Inc.". All rights reserved.