Package io.continual.iam.identity
-
Interface Summary Interface Description ApiKey An API key has a key string, a secret string, and an associated user.Group A group of usersIdentity 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 tokensUserDataHolder A container for user-oriented data. -
Class Summary Class Description UserContext<I extends Identity> UserContext.Builder<I extends Identity>