Uses of Enum Class
org.keycloak.userprofile.UserProfileContext
Packages that use UserProfileContext
Package
Description
-
Uses of UserProfileContext in org.keycloak.authentication.authenticators.broker.util
Methods in org.keycloak.authentication.authenticators.broker.util that return UserProfileContext -
Uses of UserProfileContext in org.keycloak.authentication.requiredactions.util
Methods in org.keycloak.authentication.requiredactions.util that return UserProfileContextModifier and TypeMethodDescriptionUpdateProfileContext.getUserProfileContext()UserUpdateProfileContext.getUserProfileContext() -
Uses of UserProfileContext in org.keycloak.userprofile
Fields in org.keycloak.userprofile declared as UserProfileContextFields in org.keycloak.userprofile with type parameters of type UserProfileContextModifier and TypeFieldDescriptionprotected final Map<UserProfileContext,UserProfileMetadata> AbstractUserProfileProvider.contextualMetadataRegistryMethods in org.keycloak.userprofile that return UserProfileContextModifier and TypeMethodDescriptionAttributeContext.getContext()UserProfileMetadata.getContext()static UserProfileContextReturns the enum constant of this class with the specified name.static UserProfileContext[]UserProfileContext.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.keycloak.userprofile with parameters of type UserProfileContextModifier and TypeMethodDescriptionAbstractUserProfileProvider.create(UserProfileContext context, Map<String, ?> attributes) AbstractUserProfileProvider.create(UserProfileContext context, Map<String, ?> attributes, UserModel user) AbstractUserProfileProvider.create(UserProfileContext context, UserModel user) UserProfileProvider.create(UserProfileContext context, Map<String, ?> attributes) UserProfileProvider.create(UserProfileContext context, Map<String, ?> attributes, UserModel user) UserProfileProvider.create(UserProfileContext context, UserModel user) Creates a newUserProfileinstance only for validation purposes to check whether its attributes are in conformance with the givencontextand profile configuration.protected AttributesAbstractUserProfileProvider.createAttributes(UserProfileContext context, Map<String, ?> attributes, UserModel user, UserProfileMetadata metadata) protected AttributesDeclarativeUserProfileProvider.createAttributes(UserProfileContext context, Map<String, ?> attributes, UserModel user, UserProfileMetadata metadata) Method parameters in org.keycloak.userprofile with type arguments of type UserProfileContextModifier and TypeMethodDescriptionprotected abstract UAbstractUserProfileProvider.create(KeycloakSession session, Map<UserProfileContext, UserProfileMetadata> metadataRegistry) Subclasses can override this method to create their instances ofUserProfileProvider.protected UserProfileProviderDeclarativeUserProfileProvider.create(KeycloakSession session, Map<UserProfileContext, UserProfileMetadata> metadataRegistry) Constructors in org.keycloak.userprofile with parameters of type UserProfileContextModifierConstructorDescriptionAttributeContext(UserProfileContext context, KeycloakSession session, Map.Entry<String, List<String>> attribute, UserModel user, AttributeMetadata metadata, Attributes attributes) DefaultAttributes(UserProfileContext context, Map<String, ?> attributes, UserModel user, UserProfileMetadata profileMetadata, KeycloakSession session) LegacyAttributes(UserProfileContext context, Map<String, ?> attributes, UserModel user, UserProfileMetadata profileMetadata, KeycloakSession session) UserProfileMetadata(UserProfileContext context) Constructor parameters in org.keycloak.userprofile with type arguments of type UserProfileContextModifierConstructorDescriptionAbstractUserProfileProvider(KeycloakSession session, Map<UserProfileContext, UserProfileMetadata> contextualMetadataRegistry) DeclarativeUserProfileProvider(KeycloakSession session, Map<UserProfileContext, UserProfileMetadata> metadataRegistry, String defaultRawConfig, UPConfig parsedDefaultRawConfig) -
Uses of UserProfileContext in org.keycloak.userprofile.config
Methods in org.keycloak.userprofile.config with parameters of type UserProfileContextModifier and TypeMethodDescriptionstatic booleanUPConfigUtils.canBeAuthFlowContext(UserProfileContext context) Check if context CAN BE part of the AuthenticationFlow.static booleanUPConfigUtils.isRoleForContext(UserProfileContext context, Set<String> roles) Check if roles configuration contains role given current context.