Uses of Class
org.keycloak.userprofile.AttributeMetadata
Packages that use AttributeMetadata
Package
Description
-
Uses of AttributeMetadata in org.keycloak.federation.kerberos
Methods in org.keycloak.federation.kerberos that return types with arguments of type AttributeMetadataModifier and TypeMethodDescriptionKerberosFederationProvider.decorateUserProfile
(String providerId, UserProfileMetadata metadata) -
Uses of AttributeMetadata in org.keycloak.federation.sssd
Methods in org.keycloak.federation.sssd that return types with arguments of type AttributeMetadataModifier and TypeMethodDescriptionSSSDFederationProvider.decorateUserProfile
(String providerId, UserProfileMetadata metadata) -
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.models.cache.infinispan
Methods in org.keycloak.models.cache.infinispan that return types with arguments of type AttributeMetadataModifier and TypeMethodDescriptionUserCacheSession.decorateUserProfile
(String providerId, UserProfileMetadata metadata) -
Uses of AttributeMetadata in org.keycloak.storage
Methods in org.keycloak.storage that return types with arguments of type AttributeMetadataModifier and TypeMethodDescriptionUserStorageManager.decorateUserProfile
(String providerId, UserProfileMetadata metadata) -
Uses of AttributeMetadata in org.keycloak.storage.ldap
Methods in org.keycloak.storage.ldap that return types with arguments of type AttributeMetadataModifier and TypeMethodDescriptionLDAPStorageProvider.decorateUserProfile
(String providerId, UserProfileMetadata metadata) -
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()
static AttributeMetadata
UserProfileUtil.createAttributeMetadata
(String attrName, UserProfileMetadata metadata, int guiOrder, String storageProviderName) static AttributeMetadata
UserProfileUtil.createAttributeMetadata
(String attrName, UserProfileMetadata metadata, AttributeGroupMetadata metadataGroup, int guiOrder, String storageProviderName) Adds metadata attribute to the user-profile for users from specified userStorageProviderprotected AttributeMetadata
DefaultAttributes.createUnmanagedAttributeMetadata
(String name) protected AttributeMetadata
ServiceAccountAttributes.createUnmanagedAttributeMetadata
(String name) 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 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 AttributeMetadataModifier and TypeMethodDescriptionUserProfileMetadata.addAttribute
(AttributeMetadata metadata) protected AttributeContext
DefaultAttributes.createAttributeContext
(AttributeMetadata metadata) protected boolean
DefaultAttributes.isIncludeAttributeIfNotProvided
(AttributeMetadata metadata) Method parameters in org.keycloak.userprofile with type arguments of type AttributeMetadataModifier and TypeMethodDescriptionvoid
UserProfileMetadata.addAttributes
(List<AttributeMetadata> metadata) protected void
DefaultAttributes.addDefaultValidators
(String name, List<AttributeMetadata> metadatas) 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)