Package io.jmix.oidc.usermapper
@NonNullApi
package io.jmix.oidc.usermapper
-
ClassDescriptionBaseOidcUserMapper<T extends JmixOidcUser>Abstract class implements the
OidcUserMapperand may be used for creating your own mappers.The default implementationOidcUserMapperimplementation that convertsOidcUserintoDefaultJmixOidcUser.OidcUserMapper<T extends JmixOidcUser>Interface is responsible for transforming an instance ofOidcUser(from Spring Security) toJmixOidcUserwhich may be used by Jmix application.SynchronizingOidcUserMapper<T extends JmixOidcUser>Implementation of theOidcUserMapperthat 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.