Uses of Class
org.keycloak.userprofile.UserProfileContext
-
-
Uses of UserProfileContext in org.keycloak.authentication.authenticators.broker.util
Methods in org.keycloak.authentication.authenticators.broker.util that return UserProfileContext Modifier and Type Method Description UserProfileContext
SerializedBrokeredIdentityContext. getUserProfileContext()
-
Uses of UserProfileContext in org.keycloak.authentication.requiredactions.util
Methods in org.keycloak.authentication.requiredactions.util that return UserProfileContext Modifier and Type Method Description UserProfileContext
UpdateProfileContext. getUserProfileContext()
UserProfileContext
UserUpdateProfileContext. getUserProfileContext()
-
Uses of UserProfileContext in org.keycloak.userprofile
Fields in org.keycloak.userprofile declared as UserProfileContext Modifier and Type Field Description protected UserProfileContext
DefaultAttributes. context
Fields in org.keycloak.userprofile with type parameters of type UserProfileContext Modifier and Type Field Description protected Map<UserProfileContext,UserProfileMetadata>
AbstractUserProfileProvider. contextualMetadataRegistry
Methods in org.keycloak.userprofile that return UserProfileContext Modifier and Type Method Description UserProfileContext
AttributeContext. getContext()
UserProfileContext
UserProfileMetadata. getContext()
static UserProfileContext
UserProfileContext. 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 UserProfile
AbstractUserProfileProvider. create(UserProfileContext context, Map<String,?> attributes)
UserProfile
AbstractUserProfileProvider. create(UserProfileContext context, Map<String,?> attributes, UserModel user)
UserProfile
AbstractUserProfileProvider. create(UserProfileContext context, UserModel user)
UserProfile
UserProfileProvider. create(UserProfileContext context, Map<String,?> attributes)
UserProfile
UserProfileProvider. create(UserProfileContext context, Map<String,?> attributes, UserModel user)
UserProfile
UserProfileProvider. create(UserProfileContext context, UserModel user)
Creates a newUserProfile
instance only for validation purposes to check whether its attributes are in conformance with the givencontext
and profile configuration.protected Attributes
AbstractUserProfileProvider. createAttributes(UserProfileContext context, Map<String,?> attributes, UserModel user, UserProfileMetadata metadata)
protected Attributes
DeclarativeUserProfileProvider. createAttributes(UserProfileContext context, Map<String,?> attributes, UserModel user, UserProfileMetadata metadata)
Method parameters in org.keycloak.userprofile with type arguments of type UserProfileContext Modifier and Type Method Description protected abstract U
AbstractUserProfileProvider. create(KeycloakSession session, Map<UserProfileContext,UserProfileMetadata> metadataRegistry)
Subclasses can override this method to create their instances ofUserProfileProvider
.protected UserProfileProvider
DeclarativeUserProfileProvider. create(KeycloakSession session, Map<UserProfileContext,UserProfileMetadata> metadataRegistry)
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)
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 UserProfileContext Constructor Description AbstractUserProfileProvider(KeycloakSession session, Map<UserProfileContext,UserProfileMetadata> contextualMetadataRegistry)
DeclarativeUserProfileProvider(KeycloakSession session, Map<UserProfileContext,UserProfileMetadata> metadataRegistry, String defaultRawConfig)
-
Uses of UserProfileContext in org.keycloak.userprofile.config
Methods in org.keycloak.userprofile.config with parameters of type UserProfileContext Modifier and Type Method Description static boolean
UPConfigUtils. canBeAuthFlowContext(UserProfileContext context)
Check if context CAN BE part of the AuthenticationFlow.static boolean
UPConfigUtils. isRoleForContext(UserProfileContext context, Set<String> roles)
Check if roles configuration contains role given current context.
-