public interface SaslContext
Modifier and Type | Method and Description |
---|---|
void |
dispose() |
boolean |
isSuccessful() |
boolean |
needsWrapping() |
Message |
nextMessage(Address address,
SaslHeader saslHeader) |
byte[] |
unwrap(byte[] incoming,
int offset,
int len) |
byte[] |
wrap(byte[] outgoing,
int offset,
int len) |
boolean isSuccessful()
boolean needsWrapping()
byte[] wrap(byte[] outgoing, int offset, int len) throws javax.security.sasl.SaslException
javax.security.sasl.SaslException
byte[] unwrap(byte[] incoming, int offset, int len) throws javax.security.sasl.SaslException
javax.security.sasl.SaslException
void dispose()
Message nextMessage(Address address, SaslHeader saslHeader) throws javax.security.sasl.SaslException
javax.security.sasl.SaslException
Copyright © 1998-2020 Red Hat. All Rights Reserved.