See: Description
| Interface | Description |
|---|---|
| State |
Represents the state sent in the authorization request and returned in the authorization response.
|
| StateFactory |
Generates a state parameter.
|
| StateSerDes |
Responsible for serialization and de-serialization of the state.
|
| Class | Description |
|---|---|
| DefaultState |
Default state implementation.
|
| DefaultStateFactory |
A default state provider that stores the original
request URI to redirect back to after authentication.
|
| JacksonStateSerDes |
Jackson based implementation for state serdes.
|
| Exception | Description |
|---|---|
| InvalidStateException |
Exception thrown if Auth request state parameter validation fails.
|