Uses of Class
org.bremersee.keycloak.api.model.UserProfileAttributeMetadata
Packages that use UserProfileAttributeMetadata
-
Uses of UserProfileAttributeMetadata in org.bremersee.keycloak.api.model
Methods in org.bremersee.keycloak.api.model that return UserProfileAttributeMetadataModifier and TypeMethodDescriptionUserProfileAttributeMetadata.annotations(Map<String, Object> annotations) UserProfileAttributeMetadata.defaultValue(String defaultValue) UserProfileAttributeMetadata.displayName(String displayName) UserProfileAttributeMetadata.multivalued(Boolean multivalued) UserProfileAttributeMetadata.putAnnotationsItem(String key, Object annotationsItem) UserProfileAttributeMetadata.putValidatorsItem(String key, Map<String, Object> validatorsItem) Methods in org.bremersee.keycloak.api.model that return types with arguments of type UserProfileAttributeMetadataModifier and TypeMethodDescription@Valid List<@Valid UserProfileAttributeMetadata> UserProfileMetadata.getAttributes()Get attributesMethods in org.bremersee.keycloak.api.model with parameters of type UserProfileAttributeMetadataModifier and TypeMethodDescriptionUserProfileMetadata.addAttributesItem(UserProfileAttributeMetadata attributesItem) Method parameters in org.bremersee.keycloak.api.model with type arguments of type UserProfileAttributeMetadataModifier and TypeMethodDescriptionUserProfileMetadata.attributes(List<@Valid UserProfileAttributeMetadata> attributes) voidUserProfileMetadata.setAttributes(List<@Valid UserProfileAttributeMetadata> attributes)