Uses of Interface
org.nuxeo.usermapper.extension.UserMapper
-
Packages that use UserMapper Package Description org.nuxeo.ecm.platform.shibboleth.auth org.nuxeo.ecm.platform.ui.web.keycloak org.nuxeo.usermapper.extension org.nuxeo.usermapper.service -
-
Uses of UserMapper in org.nuxeo.ecm.platform.shibboleth.auth
Fields in org.nuxeo.ecm.platform.shibboleth.auth declared as UserMapper Modifier and Type Field Description protected UserMapperShibbolethAuthenticationPlugin. externalMapper -
Uses of UserMapper in org.nuxeo.ecm.platform.ui.web.keycloak
Classes in org.nuxeo.ecm.platform.ui.web.keycloak that implement UserMapper Modifier and Type Class Description classKeycloakUserMapperPlugin for the UserMapper to manage mapping between Ketcloack user and Nuxeo counterpart -
Uses of UserMapper in org.nuxeo.usermapper.extension
Classes in org.nuxeo.usermapper.extension that implement UserMapper Modifier and Type Class Description classAbstractUserMapperProvide default implementation for interaction with theUserManager.classGroovyUserMapperImplement theUserMapperusing Groovy Scripting for the mapping partclassNashornUserMapperUserMapperimplementation using Nashorn to implement logic using JavaScript -
Uses of UserMapper in org.nuxeo.usermapper.service
Fields in org.nuxeo.usermapper.service with type parameters of type UserMapper Modifier and Type Field Description protected Map<String,UserMapper>UserMapperComponent. mappersMethods in org.nuxeo.usermapper.service that return UserMapper Modifier and Type Method Description UserMapperUserMapperDescriptor. getInstance()UserMapperUserMapperComponent. getMapper(String mappingName)UserMapperUserMapperService. getMapper(String mappingName)returns the named mapper is any
-