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 ConfigPropertyRepresentationModelToRepresentation. 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. propertiesprotected List<ConfigPropertyRepresentation>ComponentTypeRepresentation. propertiesprotected List<ConfigPropertyRepresentation>IdentityProviderMapperTypeRepresentation. propertiesprotected List<ConfigPropertyRepresentation>ProtocolMapperTypeRepresentation. propertiesprotected List<ConfigPropertyRepresentation>UserFederationMapperTypeRepresentation. propertiesMethods 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 voidAuthenticatorConfigInfoRepresentation. setProperties(List<ConfigPropertyRepresentation> properties)voidComponentTypeRepresentation. setProperties(List<ConfigPropertyRepresentation> properties)voidIdentityProviderMapperTypeRepresentation. setProperties(List<ConfigPropertyRepresentation> properties)voidProtocolMapperTypeRepresentation. setProperties(List<ConfigPropertyRepresentation> properties)voidUserFederationMapperTypeRepresentation. setProperties(List<ConfigPropertyRepresentation> properties)voidUserFederationProviderFactoryRepresentation. 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
-