Uses of Class
org.keycloak.representations.idm.ConfigPropertyRepresentation
Packages that use ConfigPropertyRepresentation
Package
Description
-
Uses of ConfigPropertyRepresentation in org.keycloak.admin.client.resource
Methods in org.keycloak.admin.client.resource that return types with arguments of type ConfigPropertyRepresentationModifier and TypeMethodDescriptionAuthenticationManagementResource.getPerClientConfigDescription()
-
Uses of ConfigPropertyRepresentation in org.keycloak.models.utils
Methods in org.keycloak.models.utils that return ConfigPropertyRepresentationModifier and TypeMethodDescriptionstatic ConfigPropertyRepresentation
ModelToRepresentation.toRepresentation
(ProviderConfigProperty prop) Methods in org.keycloak.models.utils that return types with arguments of type ConfigPropertyRepresentationModifier and TypeMethodDescriptionstatic List<ConfigPropertyRepresentation>
ModelToRepresentation.toRepresentation
(List<ProviderConfigProperty> configProperties) -
Uses of ConfigPropertyRepresentation in org.keycloak.representations.idm
Fields in org.keycloak.representations.idm with type parameters of type ConfigPropertyRepresentationModifier and TypeFieldDescriptionprotected List<ConfigPropertyRepresentation>
AuthenticatorConfigInfoRepresentation.properties
protected List<ConfigPropertyRepresentation>
ComponentTypeRepresentation.properties
protected List<ConfigPropertyRepresentation>
IdentityProviderMapperTypeRepresentation.properties
protected List<ConfigPropertyRepresentation>
ProtocolMapperTypeRepresentation.properties
protected List<ConfigPropertyRepresentation>
UserFederationMapperTypeRepresentation.properties
Methods in org.keycloak.representations.idm that return types with arguments of type ConfigPropertyRepresentationModifier and TypeMethodDescriptionAuthenticatorConfigInfoRepresentation.getProperties()
ComponentTypeRepresentation.getProperties()
IdentityProviderMapperTypeRepresentation.getProperties()
ProtocolMapperTypeRepresentation.getProperties()
RequiredActionConfigInfoRepresentation.getProperties()
UserFederationMapperTypeRepresentation.getProperties()
UserFederationProviderFactoryRepresentation.getProperties()
Method parameters in org.keycloak.representations.idm with type arguments of type ConfigPropertyRepresentationModifier and TypeMethodDescriptionvoid
AuthenticatorConfigInfoRepresentation.setProperties
(List<ConfigPropertyRepresentation> properties) void
ComponentTypeRepresentation.setProperties
(List<ConfigPropertyRepresentation> properties) void
IdentityProviderMapperTypeRepresentation.setProperties
(List<ConfigPropertyRepresentation> properties) void
ProtocolMapperTypeRepresentation.setProperties
(List<ConfigPropertyRepresentation> properties) void
RequiredActionConfigInfoRepresentation.setProperties
(List<ConfigPropertyRepresentation> properties) void
UserFederationMapperTypeRepresentation.setProperties
(List<ConfigPropertyRepresentation> properties) void
UserFederationProviderFactoryRepresentation.setProperties
(List<ConfigPropertyRepresentation> properties) -
Uses of ConfigPropertyRepresentation in org.keycloak.services.resources.admin
Methods in org.keycloak.services.resources.admin that return types with arguments of type ConfigPropertyRepresentationModifier and TypeMethodDescriptionAuthenticationManagementResource.getPerClientConfigDescription()
Get configuration descriptions for all clients