public class SaslEXTERNAL extends AbstractSasl
| Modifier and Type | Field and Description |
|---|---|
static String |
NAME |
static String |
PEER_CERTIFICATE_KEY |
authorizedId, callbackHandler, complete, log, negotiatedProperty, PASSWORD_NOT_VERIFIED_MSG, 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 PEER_CERTIFICATE_KEY
public static final String NAME
public byte[] evaluateResponse(byte[] response)
throws SaslException
SaslExceptionpublic String getAuthorizationID()
public String getMechanismName()
public byte[] unwrap(byte[] incoming,
int offset,
int len)
public byte[] wrap(byte[] outgoing,
int offset,
int len)
Copyright © 2004–2019 "Tigase, Inc.". All rights reserved.