Uses of Class
org.keycloak.userprofile.UserProfileContext
-
Packages that use UserProfileContext Package Description org.keycloak.userprofile -
-
Uses of UserProfileContext in org.keycloak.userprofile
Fields in org.keycloak.userprofile declared as UserProfileContext Modifier and Type Field Description protected UserProfileContextDefaultAttributes. contextMethods in org.keycloak.userprofile that return UserProfileContext Modifier and Type Method Description UserProfileContextAttributeContext. getContext()UserProfileContextUserProfileMetadata. getContext()static UserProfileContextUserProfileContext. valueOf(String name)Returns 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 UserProfileContext Modifier and Type Method Description UserProfileUserProfileProvider. create(UserProfileContext context, Map<String,?> attributes)UserProfileUserProfileProvider. create(UserProfileContext context, Map<String,?> attributes, UserModel user)UserProfileUserProfileProvider. 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 UserProfileContext Constructor Description AttributeContext(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)
-