Uses of Enum Class
org.keycloak.userprofile.UserProfileContext
Packages that use UserProfileContext
-
Uses of UserProfileContext in org.keycloak.userprofile
Methods 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.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) UserProfileMetadata(UserProfileContext context)