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.idm
Fields in org.keycloak.representations.idm with type parameters of type UserFederationMapperRepresentation Modifier and Type Field Description protected List<UserFederationMapperRepresentation>
RealmRepresentation. userFederationMappers
Methods 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 void
RealmRepresentation. addUserFederationMapper(UserFederationMapperRepresentation userFederationMapper)
Method parameters in org.keycloak.representations.idm with type arguments of type UserFederationMapperRepresentation Modifier and Type Method Description void
RealmRepresentation. setUserFederationMappers(List<UserFederationMapperRepresentation> userFederationMappers)
-
Uses of UserFederationMapperRepresentation in org.keycloak.storage.datastore
Methods in org.keycloak.storage.datastore with parameters of type UserFederationMapperRepresentation Modifier and Type Method Description static ComponentModel
LegacyExportImportManager. convertFedMapperToComponent(RealmModel realm, ComponentModel parent, UserFederationMapperRepresentation rep, String newMapperType)
-