Uses of Class
org.keycloak.userprofile.AttributeMetadata
Packages that use 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.AttributeMetadata.setAnnotationDecorator(Function<AttributeContext, Map<String, Object>> annotationDecorator) 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 TypeMethodDescriptionUserProfileDecorator.decorateUserProfile(String providerId, UserProfileMetadata metadata) Decorates user profile with additional metadata.UserProfileMetadata.getAttribute(String name) Get existing AttributeMetadata for attribute of given name.UserProfileMetadata.getAttributes()Methods in org.keycloak.userprofile with parameters of type AttributeMetadataMethod parameters in org.keycloak.userprofile with type arguments of type AttributeMetadataModifier and TypeMethodDescriptionvoidUserProfileMetadata.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)