Package io.jmix.oidc.user


@NonNullApi package io.jmix.oidc.user
  • Class
    Description
    The default implementation of JmixOidcUser that wraps the OidcUser provided by the OpenID Connect 1.0 Provider and delegates some method invocations to the wrapped OidcUser.
     
    Interface to be implemented by classes that represent application user and that wrap the OidcUser.
    An interface to be implemented by a user Principal that is registered with an OpenID Connect 1.0 Provider.
    Mapped superclass to be extended by JPA entity that stores user information.