Uses of Class
org.keycloak.representations.idm.ConfigPropertyRepresentation
-
Packages that use ConfigPropertyRepresentation Package Description org.keycloak.admin.client.resource org.keycloak.models.utils org.keycloak.representations.idm org.keycloak.services.resources.admin -
-
Uses of ConfigPropertyRepresentation in org.keycloak.admin.client.resource
Methods in org.keycloak.admin.client.resource that return types with arguments of type ConfigPropertyRepresentation Modifier and Type Method Description Map<String,List<ConfigPropertyRepresentation>>
AuthenticationManagementResource. getPerClientConfigDescription()
-
Uses of ConfigPropertyRepresentation in org.keycloak.models.utils
Methods in org.keycloak.models.utils that return ConfigPropertyRepresentation Modifier and Type Method Description static ConfigPropertyRepresentation
ModelToRepresentation. toRepresentation(ProviderConfigProperty prop)
Methods in org.keycloak.models.utils that return types with arguments of type ConfigPropertyRepresentation Modifier and Type Method Description static 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 ConfigPropertyRepresentation Modifier and Type Field Description protected 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 ConfigPropertyRepresentation Modifier and Type Method Description List<ConfigPropertyRepresentation>
AuthenticatorConfigInfoRepresentation. getProperties()
List<ConfigPropertyRepresentation>
ComponentTypeRepresentation. getProperties()
List<ConfigPropertyRepresentation>
IdentityProviderMapperTypeRepresentation. getProperties()
List<ConfigPropertyRepresentation>
ProtocolMapperTypeRepresentation. getProperties()
List<ConfigPropertyRepresentation>
UserFederationMapperTypeRepresentation. getProperties()
List<ConfigPropertyRepresentation>
UserFederationProviderFactoryRepresentation. getProperties()
Method parameters in org.keycloak.representations.idm with type arguments of type ConfigPropertyRepresentation Modifier and Type Method Description void
AuthenticatorConfigInfoRepresentation. setProperties(List<ConfigPropertyRepresentation> properties)
void
ComponentTypeRepresentation. setProperties(List<ConfigPropertyRepresentation> properties)
void
IdentityProviderMapperTypeRepresentation. setProperties(List<ConfigPropertyRepresentation> properties)
void
ProtocolMapperTypeRepresentation. 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 ConfigPropertyRepresentation Modifier and Type Method Description Map<String,List<ConfigPropertyRepresentation>>
AuthenticationManagementResource. getPerClientConfigDescription()
Get configuration descriptions for all clients
-