
public final class PrivilegedSaslClient extends AbstractDelegatingSaslClient implements SaslWrapper
SaslClient which evaluates challenges and wrap/unwrap requests in an privileged context.delegateIDENTITY| Constructor and Description |
|---|
PrivilegedSaslClient(SaslClient delegate) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
evaluateChallenge(byte[] challenge) |
byte[] |
unwrap(byte[] incoming,
int offset,
int len) |
byte[] |
wrap(byte[] outgoing,
int offset,
int len) |
dispose, getMechanismName, getNegotiatedProperty, hasInitialResponse, isComplete, toStringpublic PrivilegedSaslClient(SaslClient delegate)
public byte[] evaluateChallenge(byte[] challenge)
throws SaslException
evaluateChallenge in interface SaslClientevaluateChallenge in class AbstractDelegatingSaslClientSaslExceptionpublic byte[] unwrap(byte[] incoming,
int offset,
int len)
throws SaslException
unwrap in interface SaslClientunwrap in interface SaslWrapperunwrap in class AbstractDelegatingSaslClientSaslExceptionpublic byte[] wrap(byte[] outgoing,
int offset,
int len)
throws SaslException
wrap in interface SaslClientwrap in interface SaslWrapperwrap in class AbstractDelegatingSaslClientSaslExceptionCopyright © 2020 JBoss by Red Hat. All rights reserved.