public class SaslEXTERNAL extends AbstractSasl
| Modifier and Type | Field and Description |
|---|---|
static String |
SASL_EXTERNAL_ALLOWED |
static String |
SESSION_AUTH_JIDS_KEY |
authorizedId, callbackHandler, complete, negotiatedProperty, props| 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, isComplete, isEmpty, splitpublic static final String SASL_EXTERNAL_ALLOWED
public static final String SESSION_AUTH_JIDS_KEY
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 © 2014 "Tigase, Inc.". All rights reserved.