public final class PlainSaslServer extends AbstractSaslServer
| Modifier and Type | Field and Description |
|---|---|
protected String |
authorizedId |
NO_BYTES| Constructor and Description |
|---|
PlainSaslServer(String protocol,
String serverName,
CallbackHandler callbackHandler)
Construct a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthorizationID() |
evaluateResponsedispose, getCallbackHandler, getContext, getMechanismName, getNegotiatedProperty, getProtocol, getServerName, getWrapper, handleCallbacks, init, isComplete, setWrapper, tryHandleCallbacks, unwrap, wrapclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdispose, getMechanismName, getNegotiatedProperty, isComplete, unwrap, wrapprotected String authorizedId
public PlainSaslServer(String protocol, String serverName, CallbackHandler callbackHandler)
protocol - the protocolserverName - the server namecallbackHandler - the callback handlerpublic String getAuthorizationID()
Copyright © 2018 JBoss by Red Hat. All rights reserved.