| Package | Description |
|---|---|
| org.jboss.sasl.anonymous | |
| org.jboss.sasl.plain | |
| org.jboss.sasl.util |
| Modifier and Type | Field and Description |
|---|---|
private SaslState |
AnonymousSaslClient.initial |
private static SaslState |
AnonymousSaslServer.INITIAL |
| Modifier and Type | Field and Description |
|---|---|
private SaslState |
PlainSaslServer.INITIAL |
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
ExceptionSaslState |
| Modifier and Type | Field and Description |
|---|---|
static SaslState |
SaslState.COMPLETE
The SASL negotiation completed state.
|
static SaslState |
SaslState.FAILED
The SASL negotiation failure state.
|
private SaslState |
AbstractSaslParticipant.state |
| Modifier and Type | Method and Description |
|---|---|
void |
SaslStateContext.setNegotiationState(SaslState newState)
Set the state to use for the next incoming message.
|