Interface | Description |
---|---|
UserState |
UserState handles logging in any client, and maintains the state.
|
UserStateFactory |
A factory for creating new UserState instances.
|
Class | Description |
---|---|
BaseUserState |
Base implementation of
UserState . |
NoopUserState |
A UserState implementation which does nothing.
|
NoopUserState.Factory |
Factory class to create the user state.
|
ServerUserState |
Server global instance of the UserState.
|
SimpleUserState |
UserState implementation for the simple authentication schemes.
|
SimpleUserState.Factory |
Factory class to create the user state.
|
UserState.Factory |
A factory for creating a UserState.
|
Copyright © 2023. All Rights Reserved.