Package io.jmix.saml.mapper.user
package io.jmix.saml.mapper.user
-
ClassDescriptionBaseSamlUserMapper<T extends JmixSamlUserDetails>Abstract class implements
SamlUserMapperand may be used as super-class for your ownSamlUserMapper.Default implementation ofSamlUserMapperthat converts SAML assertion intoDefaultJmixSamlUserDetails.SamlUserMapper<T extends JmixSamlUserDetails>Interface is responsible for mapping SAML assertion intoJmixSamlUserDetails.SynchronizingSamlUserMapper<T extends JmixSamlUserDetails>Implementation of theSamlUserMapperthat maps the external user object to the persistent user and also stores the user and optionally their role assignment to the database.