Package io.jmix.oidc.usermapper
@NonNullApi
package io.jmix.oidc.usermapper
-
ClassDescriptionBaseOidcUserMapper<T extends JmixOidcUser>Abstract class implements the
OidcUserMapper
and may be used for creating your own mappers.The default implementationOidcUserMapper
implementation that convertsOidcUser
intoDefaultJmixOidcUser
.OidcUserMapper<T extends JmixOidcUser>Interface is responsible for transforming an instance ofOidcUser
(from Spring Security) toJmixOidcUser
which may be used by Jmix application.SynchronizingOidcUserMapper<T extends JmixOidcUser>Implementation of theOidcUserMapper
that not only maps the external user object to the persistent user entity, but also stores the user and optionally their role assignment to the database.