Uses of Class
org.keycloak.userprofile.UserProfileMetadata
Packages that use UserProfileMetadata
Package
Description
-
Uses of UserProfileMetadata in org.keycloak.federation.kerberos
Methods in org.keycloak.federation.kerberos with parameters of type UserProfileMetadataModifier and TypeMethodDescriptionKerberosFederationProvider.decorateUserProfile
(String providerId, UserProfileMetadata metadata) -
Uses of UserProfileMetadata in org.keycloak.federation.sssd
Methods in org.keycloak.federation.sssd with parameters of type UserProfileMetadataModifier and TypeMethodDescriptionSSSDFederationProvider.decorateUserProfile
(String providerId, UserProfileMetadata metadata) -
Uses of UserProfileMetadata in org.keycloak.models.cache.infinispan
Methods in org.keycloak.models.cache.infinispan with parameters of type UserProfileMetadataModifier and TypeMethodDescriptionUserCacheSession.decorateUserProfile
(String providerId, UserProfileMetadata metadata) -
Uses of UserProfileMetadata in org.keycloak.storage
Methods in org.keycloak.storage with parameters of type UserProfileMetadataModifier and TypeMethodDescriptionUserStorageManager.decorateUserProfile
(String providerId, UserProfileMetadata metadata) -
Uses of UserProfileMetadata in org.keycloak.storage.ldap
Methods in org.keycloak.storage.ldap with parameters of type UserProfileMetadataModifier and TypeMethodDescriptionLDAPStorageProvider.decorateUserProfile
(String providerId, UserProfileMetadata metadata) -
Uses of UserProfileMetadata in org.keycloak.userprofile
Methods in org.keycloak.userprofile that return UserProfileMetadataModifier and TypeMethodDescriptionUserProfileMetadata.clone()
protected UserProfileMetadata
DeclarativeUserProfileProvider.configureUserProfile
(UserProfileMetadata metadata, KeycloakSession session) Specifies how contextual profile metadata is configured at runtime.protected UserProfileMetadata
DeclarativeUserProfileProviderFactory.configureUserProfile
(UserProfileMetadata metadata) Specifies how contextual profile metadata is configured at init time.protected UserProfileMetadata
DeclarativeUserProfileProvider.decorateUserProfileForCache
(UserProfileMetadata decoratedMetadata, UPConfig parsedConfig) Decorate basic metadata based on 'per realm' configuration.Methods in org.keycloak.userprofile that return types with arguments of type UserProfileMetadataModifier and TypeMethodDescriptionprotected Map<UserProfileContext,
UserProfileMetadata> DeclarativeUserProfileProviderFactory.getContextualMetadataRegistry()
Methods in org.keycloak.userprofile with parameters of type UserProfileMetadataModifier and TypeMethodDescriptionprotected UserProfileMetadata
DeclarativeUserProfileProvider.configureUserProfile
(UserProfileMetadata metadata, KeycloakSession session) Specifies how contextual profile metadata is configured at runtime.protected UserProfileMetadata
DeclarativeUserProfileProviderFactory.configureUserProfile
(UserProfileMetadata metadata) Specifies how contextual profile metadata is configured at init time.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 Attributes
DeclarativeUserProfileProvider.createAttributes
(UserProfileContext context, Map<String, ?> attributes, UserModel user, UserProfileMetadata metadata) UserProfileDecorator.decorateUserProfile
(String providerId, UserProfileMetadata metadata) Decorates user profile with additional metadata.protected UserProfileMetadata
DeclarativeUserProfileProvider.decorateUserProfileForCache
(UserProfileMetadata decoratedMetadata, UPConfig parsedConfig) Decorate basic metadata based on 'per realm' configuration.Constructors in org.keycloak.userprofile with parameters of type UserProfileMetadataModifierConstructorDescriptionDefaultAttributes
(UserProfileContext context, Map<String, ?> attributes, UserModel user, UserProfileMetadata profileMetadata, KeycloakSession session) DefaultUserProfile
(UserProfileMetadata metadata, Attributes attributes, Function<Attributes, UserModel> userCreator, UserModel user, KeycloakSession session) ServiceAccountAttributes
(UserProfileContext context, Map<String, ?> attributes, UserModel user, UserProfileMetadata profileMetadata, KeycloakSession session)