Uses of Class
org.keycloak.representations.idm.UserFederationMapperRepresentation
- 
Packages that use UserFederationMapperRepresentation Package Description org.keycloak.representations.idm org.keycloak.storage.datastore 
- 
- 
Uses of UserFederationMapperRepresentation in org.keycloak.representations.idmFields in org.keycloak.representations.idm with type parameters of type UserFederationMapperRepresentation Modifier and Type Field Description protected List<UserFederationMapperRepresentation>RealmRepresentation. userFederationMappersMethods in org.keycloak.representations.idm that return types with arguments of type UserFederationMapperRepresentation Modifier and Type Method Description List<UserFederationMapperRepresentation>RealmRepresentation. getUserFederationMappers()Methods in org.keycloak.representations.idm with parameters of type UserFederationMapperRepresentation Modifier and Type Method Description voidRealmRepresentation. addUserFederationMapper(UserFederationMapperRepresentation userFederationMapper)Method parameters in org.keycloak.representations.idm with type arguments of type UserFederationMapperRepresentation Modifier and Type Method Description voidRealmRepresentation. setUserFederationMappers(List<UserFederationMapperRepresentation> userFederationMappers)
- 
Uses of UserFederationMapperRepresentation in org.keycloak.storage.datastoreMethods in org.keycloak.storage.datastore with parameters of type UserFederationMapperRepresentation Modifier and Type Method Description static ComponentModelLegacyExportImportManager. convertFedMapperToComponent(RealmModel realm, ComponentModel parent, UserFederationMapperRepresentation rep, String newMapperType)
 
-