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 UserMapper
ShibbolethAuthenticationPlugin. 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 class
KeycloakUserMapper
Plugin 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 class
AbstractUserMapper
Provide default implementation for interaction with theUserManager
.class
GroovyUserMapper
Implement theUserMapper
using Groovy Scripting for the mapping partclass
NashornUserMapper
UserMapper
implementation 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. mappers
Methods in org.nuxeo.usermapper.service that return UserMapper Modifier and Type Method Description UserMapper
UserMapperDescriptor. getInstance()
UserMapper
UserMapperComponent. getMapper(String mappingName)
UserMapper
UserMapperService. getMapper(String mappingName)
returns the named mapper is any
-