Package io.continual.iam.identity
package io.continual.iam.identity
-
ClassDescriptionAn API key has a key string, a secret string, and an associated user.A group of usersAn 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.An interface for validating JWOT tokensUserContext<I extends Identity>UserContext.Builder<I extends Identity>A container for user-oriented data.