public class PlainSaslServer
extends java.lang.Object
implements javax.security.sasl.SaslServer
Modifier and Type | Class and Description |
---|---|
static class |
PlainSaslServer.ExternalAuthenticationCallback |
static class |
PlainSaslServer.SaslPlainProvider |
static class |
PlainSaslServer.SaslPlainServerFactory |
Modifier and Type | Method and Description |
---|---|
void |
dispose() |
byte[] |
evaluateResponse(byte[] response) |
java.lang.String |
getAuthorizationID() |
java.lang.String |
getMechanismName() |
java.lang.Object |
getNegotiatedProperty(java.lang.String propName) |
boolean |
isComplete() |
byte[] |
unwrap(byte[] incoming,
int offset,
int len) |
byte[] |
wrap(byte[] outgoing,
int offset,
int len) |
public java.lang.String getMechanismName()
getMechanismName
in interface javax.security.sasl.SaslServer
public byte[] evaluateResponse(byte[] response) throws javax.security.sasl.SaslException
evaluateResponse
in interface javax.security.sasl.SaslServer
javax.security.sasl.SaslException
public boolean isComplete()
isComplete
in interface javax.security.sasl.SaslServer
public java.lang.String getAuthorizationID()
getAuthorizationID
in interface javax.security.sasl.SaslServer
public byte[] unwrap(byte[] incoming, int offset, int len)
unwrap
in interface javax.security.sasl.SaslServer
public byte[] wrap(byte[] outgoing, int offset, int len)
wrap
in interface javax.security.sasl.SaslServer
public java.lang.Object getNegotiatedProperty(java.lang.String propName)
getNegotiatedProperty
in interface javax.security.sasl.SaslServer
public void dispose()
dispose
in interface javax.security.sasl.SaslServer
Copyright © 2012 The Apache Software Foundation