Uses of Interface
org.keycloak.authentication.requiredactions.util.UpdateProfileContext
-
Packages that use UpdateProfileContext Package Description org.keycloak.authentication.authenticators.broker.util org.keycloak.authentication.requiredactions.util org.keycloak.forms.login.freemarker.model -
-
Uses of UpdateProfileContext in org.keycloak.authentication.authenticators.broker.util
Classes in org.keycloak.authentication.authenticators.broker.util that implement UpdateProfileContext Modifier and Type Class Description class
SerializedBrokeredIdentityContext
-
Uses of UpdateProfileContext in org.keycloak.authentication.requiredactions.util
Classes in org.keycloak.authentication.requiredactions.util that implement UpdateProfileContext Modifier and Type Class Description class
UserUpdateProfileContext
-
Uses of UpdateProfileContext in org.keycloak.forms.login.freemarker.model
Constructors in org.keycloak.forms.login.freemarker.model with parameters of type UpdateProfileContext Constructor Description IdpReviewProfileBean(UpdateProfileContext idpCtx, javax.ws.rs.core.MultivaluedMap<String,String> formData, KeycloakSession session)
ProfileBean(UpdateProfileContext user, javax.ws.rs.core.MultivaluedMap<String,String> formData)
-