Uses of Enum
org.keycloak.userprofile.UserProfileContext
Packages that use UserProfileContext
-
Uses of UserProfileContext in org.keycloak.userprofile
Fields in org.keycloak.userprofile declared as UserProfileContextMethods in org.keycloak.userprofile that return UserProfileContextModifier and TypeMethodDescriptionAttributeContext.getContext()UserProfileMetadata.getContext()static UserProfileContextReturns the enum constant of this type with the specified name.static UserProfileContext[]UserProfileContext.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.keycloak.userprofile with parameters of type UserProfileContextModifier and TypeMethodDescriptionUserProfileProvider.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.Constructors in org.keycloak.userprofile with parameters of type UserProfileContextModifierConstructorDescriptionAttributeContext(UserProfileContext context, KeycloakSession session, Map.Entry<String, List<String>> attribute, UserModel user, AttributeMetadata metadata) DefaultAttributes(UserProfileContext context, Map<String, ?> attributes, UserModel user, UserProfileMetadata profileMetadata, KeycloakSession session) UserProfileMetadata(UserProfileContext context)