Uses of Class
org.keycloak.userprofile.AttributeMetadata
Packages that use AttributeMetadata
-
Uses of AttributeMetadata in org.keycloak.forms.login.freemarker.model
Constructors in org.keycloak.forms.login.freemarker.model with parameters of type AttributeMetadata -
Uses of AttributeMetadata in org.keycloak.userprofile
Methods in org.keycloak.userprofile that return AttributeMetadataModifier and TypeMethodDescriptionAttributeMetadata.addAnnotations
(Map<String, Object> annotations) UserProfileMetadata.addAttribute
(String name, int guiOrder, Predicate<AttributeContext> writeAllowed, Predicate<AttributeContext> required, List<AttributeValidatorMetadata> validators) UserProfileMetadata.addAttribute
(String name, int guiOrder, Predicate<AttributeContext> writeAllowed, Predicate<AttributeContext> readAllowed, AttributeValidatorMetadata... validator) UserProfileMetadata.addAttribute
(String name, int guiOrder, Predicate<AttributeContext> writeAllowed, List<AttributeValidatorMetadata> validators) UserProfileMetadata.addAttribute
(String name, int guiOrder, List<AttributeValidatorMetadata> validators) UserProfileMetadata.addAttribute
(String name, int guiOrder, List<AttributeValidatorMetadata> validator, Predicate<AttributeContext> selector, Predicate<AttributeContext> writeAllowed, Predicate<AttributeContext> required, Predicate<AttributeContext> readAllowed) UserProfileMetadata.addAttribute
(String name, int guiOrder, AttributeValidatorMetadata... validator) UserProfileMetadata.addAttribute
(AttributeMetadata metadata) AttributeMetadata.addReadCondition
(Predicate<AttributeContext> readAllowed) AttributeMetadata.addValidators
(List<AttributeValidatorMetadata> validators) AttributeMetadata.addWriteCondition
(Predicate<AttributeContext> writeAllowed) AttributeMetadata.clone()
AttributeContext.getMetadata()
Attributes.getMetadata
(String name) Returns the metadata associated with the attribute with the givenname
.DefaultAttributes.getMetadata
(String name) AttributeMetadata.setAttributeDisplayName
(String attributeDisplayName) AttributeMetadata.setAttributeGroupMetadata
(AttributeGroupMetadata attributeGroupMetadata) AttributeMetadata.setGuiOrder
(int guiOrder) AttributeMetadata.setRequired
(Predicate<AttributeContext> required) AttributeMetadata.setValidators
(List<AttributeValidatorMetadata> validators) Methods in org.keycloak.userprofile that return types with arguments of type AttributeMetadataModifier and TypeMethodDescriptionUserProfileMetadata.getAttribute
(String name) Get existing AttributeMetadata for attribute of given name.UserProfileMetadata.getAttributes()
Methods in org.keycloak.userprofile with parameters of type AttributeMetadataModifier and TypeMethodDescriptionUserProfileMetadata.addAttribute
(AttributeMetadata metadata) protected AttributeContext
DefaultAttributes.createAttributeContext
(AttributeMetadata metadata) protected boolean
DefaultAttributes.isIncludeAttributeIfNotProvided
(AttributeMetadata metadata) protected boolean
LegacyAttributes.isIncludeAttributeIfNotProvided
(AttributeMetadata metadata) Method parameters in org.keycloak.userprofile with type arguments of type AttributeMetadataModifier and TypeMethodDescriptionvoid
UserProfileMetadata.addAttributes
(List<AttributeMetadata> metadata) Constructors in org.keycloak.userprofile with parameters of type AttributeMetadataModifierConstructorDescriptionAttributeContext
(UserProfileContext context, KeycloakSession session, Map.Entry<String, List<String>> attribute, UserModel user, AttributeMetadata metadata, Attributes attributes)