Uses of Class
org.keycloak.representations.idm.ConfigPropertyRepresentation
-
Packages that use ConfigPropertyRepresentation Package Description org.keycloak.representations.idm -
-
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)
-