Uses of Class
org.keycloak.representations.idm.UserFederationProviderRepresentation
-
Packages that use UserFederationProviderRepresentation Package Description org.keycloak.representations.idm org.keycloak.storage.datastore -
-
Uses of UserFederationProviderRepresentation in org.keycloak.representations.idm
Fields in org.keycloak.representations.idm with type parameters of type UserFederationProviderRepresentation Modifier and Type Field Description protected List<UserFederationProviderRepresentation>
RealmRepresentation. userFederationProviders
Methods in org.keycloak.representations.idm that return types with arguments of type UserFederationProviderRepresentation Modifier and Type Method Description List<UserFederationProviderRepresentation>
RealmRepresentation. getUserFederationProviders()
Method parameters in org.keycloak.representations.idm with type arguments of type UserFederationProviderRepresentation Modifier and Type Method Description void
RealmRepresentation. setUserFederationProviders(List<UserFederationProviderRepresentation> userFederationProviders)
-
Uses of UserFederationProviderRepresentation in org.keycloak.storage.datastore
Methods in org.keycloak.storage.datastore with parameters of type UserFederationProviderRepresentation Modifier and Type Method Description static ComponentModel
LegacyExportImportManager. convertFedProviderToComponent(String realmId, UserFederationProviderRepresentation fedModel)
-