
public final class PrivilegedSaslServer extends AbstractDelegatingSaslServer implements SaslWrapper
SaslServer which evaluates responses and wrap/unwrap requests in an privileged context.delegateIDENTITY| Constructor and Description |
|---|
PrivilegedSaslServer(SaslServer delegate) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
evaluateResponse(byte[] response) |
byte[] |
unwrap(byte[] incoming,
int offset,
int len) |
byte[] |
wrap(byte[] outgoing,
int offset,
int len) |
dispose, getAuthorizationID, getMechanismName, getNegotiatedProperty, isComplete, toStringpublic PrivilegedSaslServer(SaslServer delegate)
public byte[] evaluateResponse(byte[] response)
throws SaslException
evaluateResponse in interface SaslServerevaluateResponse in class AbstractDelegatingSaslServerSaslExceptionpublic byte[] unwrap(byte[] incoming,
int offset,
int len)
throws SaslException
unwrap in interface SaslServerunwrap in interface SaslWrapperunwrap in class AbstractDelegatingSaslServerSaslExceptionpublic byte[] wrap(byte[] outgoing,
int offset,
int len)
throws SaslException
wrap in interface SaslServerwrap in interface SaslWrapperwrap in class AbstractDelegatingSaslServerSaslExceptionCopyright © 2020 JBoss by Red Hat. All rights reserved.