Package io.continual.iam.identity


package io.continual.iam.identity
  • Class
    Description
    An API key has a key string, a secret string, and an associated user.
    A group of users
    An identity (user) in this system.
    IdentityDb<I extends Identity>
    An identity database, mainly for authenticating users.
    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 tokens
     
     
    A container for user-oriented data.