Uses of Class
org.keycloak.representations.idm.IdentityProviderRepresentation
Packages that use IdentityProviderRepresentation
Package
Description
-
Uses of IdentityProviderRepresentation in org.keycloak.admin.client.resource
Methods in org.keycloak.admin.client.resource that return IdentityProviderRepresentationModifier and TypeMethodDescriptionIdentityProviderResource.toRepresentation()
OrganizationIdentityProviderResource.toRepresentation()
Methods in org.keycloak.admin.client.resource that return types with arguments of type IdentityProviderRepresentationModifier and TypeMethodDescriptionIdentityProvidersResource.find
(String search, Boolean briefRepresentation, Integer firstResult, Integer maxResults) IdentityProvidersResource.find
(String search, Boolean briefRepresentation, Integer firstResult, Integer maxResults, Boolean realmOnly) Get the paginated list of identity providers, filtered according to the specified parameters.IdentityProvidersResource.findAll()
OrganizationIdentityProvidersResource.getIdentityProviders()
Methods in org.keycloak.admin.client.resource with parameters of type IdentityProviderRepresentationModifier and TypeMethodDescriptionjakarta.ws.rs.core.Response
IdentityProvidersResource.create
(IdentityProviderRepresentation identityProvider) void
IdentityProviderResource.update
(IdentityProviderRepresentation identityProviderRepresentation) -
Uses of IdentityProviderRepresentation in org.keycloak.models.utils
Methods in org.keycloak.models.utils that return IdentityProviderRepresentationModifier and TypeMethodDescriptionprotected static IdentityProviderRepresentation
StripSecretsUtils.stripBroker
(IdentityProviderRepresentation rep) ModelToRepresentation.toBriefRepresentation
(RealmModel realm, IdentityProviderModel identityProviderModel) ModelToRepresentation.toRepresentation
(RealmModel realm, IdentityProviderModel identityProviderModel) ModelToRepresentation.toRepresentation
(RealmModel realm, IdentityProviderModel identityProviderModel, boolean export) Methods in org.keycloak.models.utils with parameters of type IdentityProviderRepresentationModifier and TypeMethodDescriptionprotected static IdentityProviderRepresentation
StripSecretsUtils.stripBroker
(IdentityProviderRepresentation rep) static IdentityProviderModel
RepresentationToModel.toModel
(RealmModel realm, IdentityProviderRepresentation representation, KeycloakSession session) -
Uses of IdentityProviderRepresentation in org.keycloak.organization.admin.resource
Methods in org.keycloak.organization.admin.resource that return IdentityProviderRepresentationModifier and TypeMethodDescriptionOrganizationIdentityProvidersResource.getIdentityProvider
(String alias) Methods in org.keycloak.organization.admin.resource that return types with arguments of type IdentityProviderRepresentation -
Uses of IdentityProviderRepresentation in org.keycloak.partialimport
Methods in org.keycloak.partialimport that return types with arguments of type IdentityProviderRepresentationModifier and TypeMethodDescriptionIdentityProvidersPartialImport.getRepList
(PartialImportRepresentation partialImportRep) Methods in org.keycloak.partialimport with parameters of type IdentityProviderRepresentationModifier and TypeMethodDescriptionvoid
IdentityProvidersPartialImport.create
(RealmModel realm, KeycloakSession session, IdentityProviderRepresentation idpRep) boolean
IdentityProvidersPartialImport.exists
(RealmModel realm, KeycloakSession session, IdentityProviderRepresentation idpRep) IdentityProvidersPartialImport.existsMessage
(RealmModel realm, IdentityProviderRepresentation idpRep) IdentityProvidersPartialImport.getModelId
(RealmModel realm, KeycloakSession session, IdentityProviderRepresentation idpRep) IdentityProvidersPartialImport.getName
(IdentityProviderRepresentation idpRep) void
IdentityProvidersPartialImport.remove
(RealmModel realm, KeycloakSession session, IdentityProviderRepresentation idpRep) -
Uses of IdentityProviderRepresentation in org.keycloak.representations.idm
Fields in org.keycloak.representations.idm with type parameters of type IdentityProviderRepresentationModifier and TypeFieldDescriptionprotected List<IdentityProviderRepresentation>
PartialImportRepresentation.identityProviders
Methods in org.keycloak.representations.idm that return types with arguments of type IdentityProviderRepresentationModifier and TypeMethodDescriptionOrganizationRepresentation.getIdentityProviders()
PartialImportRepresentation.getIdentityProviders()
RealmRepresentation.getIdentityProviders()
Methods in org.keycloak.representations.idm with parameters of type IdentityProviderRepresentationModifier and TypeMethodDescriptionvoid
OrganizationRepresentation.addIdentityProvider
(IdentityProviderRepresentation idp) void
RealmRepresentation.addIdentityProvider
(IdentityProviderRepresentation identityProviderRepresentation) Method parameters in org.keycloak.representations.idm with type arguments of type IdentityProviderRepresentationModifier and TypeMethodDescriptionvoid
OrganizationRepresentation.setIdentityProviders
(List<IdentityProviderRepresentation> identityProviders) void
PartialImportRepresentation.setIdentityProviders
(List<IdentityProviderRepresentation> identityProviders) void
RealmRepresentation.setIdentityProviders
(List<IdentityProviderRepresentation> identityProviders) -
Uses of IdentityProviderRepresentation in org.keycloak.services.resources.admin
Methods in org.keycloak.services.resources.admin that return IdentityProviderRepresentationModifier and TypeMethodDescriptionIdentityProviderResource.getIdentityProvider()
Get the identity providerMethods in org.keycloak.services.resources.admin that return types with arguments of type IdentityProviderRepresentationModifier and TypeMethodDescriptionIdentityProvidersResource.getIdentityProviders
(String search, Boolean briefRepresentation, Integer firstResult, Integer maxResults, Boolean realmOnly) List identity providers.Methods in org.keycloak.services.resources.admin with parameters of type IdentityProviderRepresentationModifier and TypeMethodDescriptionjakarta.ws.rs.core.Response
IdentityProvidersResource.create
(IdentityProviderRepresentation representation) Create a new identity providerjakarta.ws.rs.core.Response
IdentityProviderResource.update
(IdentityProviderRepresentation providerRep) Update the identity provider