Uses of Class
org.keycloak.representations.idm.UserFederationMapperRepresentation
Packages that use UserFederationMapperRepresentation
-
Uses of UserFederationMapperRepresentation in org.keycloak.representations.idm
Fields in org.keycloak.representations.idm with type parameters of type UserFederationMapperRepresentationModifier and TypeFieldDescriptionprotected List<UserFederationMapperRepresentation>
RealmRepresentation.userFederationMappers
Methods in org.keycloak.representations.idm that return types with arguments of type UserFederationMapperRepresentationMethods in org.keycloak.representations.idm with parameters of type UserFederationMapperRepresentationModifier and TypeMethodDescriptionvoid
RealmRepresentation.addUserFederationMapper
(UserFederationMapperRepresentation userFederationMapper) Method parameters in org.keycloak.representations.idm with type arguments of type UserFederationMapperRepresentationModifier and TypeMethodDescriptionvoid
RealmRepresentation.setUserFederationMappers
(List<UserFederationMapperRepresentation> userFederationMappers) -
Uses of UserFederationMapperRepresentation in org.keycloak.storage.datastore
Methods in org.keycloak.storage.datastore with parameters of type UserFederationMapperRepresentationModifier and TypeMethodDescriptionstatic ComponentModel
DefaultExportImportManager.convertFedMapperToComponent
(RealmModel realm, ComponentModel parent, UserFederationMapperRepresentation rep, String newMapperType)