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. 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)
-