Class VerifyUserProfile
java.lang.Object
org.keycloak.authentication.requiredactions.UpdateProfile
org.keycloak.authentication.requiredactions.VerifyUserProfile
- All Implemented Interfaces:
RequiredActionFactory,RequiredActionProvider,Provider,ProviderFactory<RequiredActionProvider>
- Author:
- Pedro Igor
-
Field Summary
Fields inherited from interface org.keycloak.authentication.RequiredActionFactory
MAX_AUTH_AGE_CONFIG_PROPERTIES -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate(KeycloakSession session) voidevaluateTriggers(RequiredActionContext context) getId()protected UserModel.RequiredActionvoidMethods inherited from class org.keycloak.authentication.requiredactions.UpdateProfile
close, createResponse, init, postInit, processActionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.keycloak.provider.ProviderFactory
dependsOn, orderMethods inherited from interface org.keycloak.authentication.RequiredActionFactory
getConfigMetadata, isConfigurable, isOneTimeAction, validateConfigMethods inherited from interface org.keycloak.authentication.RequiredActionProvider
getMaxAuthAge, getMaxAuthAge, initiatedActionCanceled
-
Constructor Details
-
VerifyUserProfile
public VerifyUserProfile()
-
-
Method Details
-
initiatedActionSupport
- Specified by:
initiatedActionSupportin interfaceRequiredActionProvider- Overrides:
initiatedActionSupportin classUpdateProfile
-
getResponseAction
- Overrides:
getResponseActionin classUpdateProfile
-
evaluateTriggers
- Specified by:
evaluateTriggersin interfaceRequiredActionProvider- Overrides:
evaluateTriggersin classUpdateProfile
-
requiredActionChallenge
- Specified by:
requiredActionChallengein interfaceRequiredActionProvider- Overrides:
requiredActionChallengein classUpdateProfile
-
create
- Specified by:
createin interfaceProviderFactory<RequiredActionProvider>- Overrides:
createin classUpdateProfile
-
getDisplayText
- Specified by:
getDisplayTextin interfaceRequiredActionFactory- Overrides:
getDisplayTextin classUpdateProfile
-
getId
- Specified by:
getIdin interfaceProviderFactory<RequiredActionProvider>- Overrides:
getIdin classUpdateProfile
-