tigase.auth.mechanisms
public class SaslPLAIN extends AbstractSasl
Called callbacks in order:
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 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 © 2013 Tigase. All rights reserved.