Package org.keycloak.authentication
Interface DisplayTypeRequiredActionFactory
-
- All Known Implementing Classes:
ConsoleUpdatePassword
,TermsAndConditions
,UpdatePassword
,UpdateProfile
,UpdateTotp
,VerifyEmail
,VerifyUserProfile
,WebAuthnPasswordlessRegisterFactory
,WebAuthnRegisterFactory
public interface DisplayTypeRequiredActionFactory
Implement this interface when declaring your required action factory has support for multiple oidc display query parameter parameter types if the display query parameter is set and your factory implements this interface, this method will be called.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RequiredActionProvider
createDisplay(KeycloakSession session, String displayType)
-
-
-
Method Detail
-
createDisplay
RequiredActionProvider createDisplay(KeycloakSession session, String displayType)
-
-