| Interface | Description |
|---|---|
| ApiKey |
An API key has a key string, a secret string, and an associated user.
|
| Group |
A group of users
|
| Identity |
An identity (user) in this system.
|
| IdentityDb<I extends Identity> |
An identity database, mainly for authenticating users.
|
| IdentityManager<I extends Identity> |
This interface to the database allows the caller to make changes to identity
information, like creating users, enabling/disabling users, etc.
A userId string can be any value suitable to the application, such as email address or UUID. |
| JwtValidator |
An interface for validating JWOT tokens
|
| UserDataHolder |
A container for user-oriented data.
|
| Class | Description |
|---|---|
| UserContext<I extends Identity> | |
| UserContext.Builder<I extends Identity> |
Copyright © 2021 continual.io. All rights reserved.