| Package | Description |
|---|---|
| org.jboss.sasl.util |
| Modifier and Type | Field and Description |
|---|---|
private SaslStateContext |
AbstractSaslParticipant.context |
| Modifier and Type | Method and Description |
|---|---|
SaslStateContext |
AbstractSaslParticipant.getContext()
Get the current negotiation state context.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
ExceptionSaslState.evaluateMessage(SaslStateContext context,
byte[] message) |
byte[] |
SaslState.evaluateMessage(SaslStateContext context,
byte[] message)
Evaluate a SASL challenge or response message.
|