Uses of Class
org.keycloak.authentication.AuthenticationSelectionOption
-
Packages that use AuthenticationSelectionOption Package Description org.keycloak.authentication org.keycloak.forms.login.freemarker.model -
-
Uses of AuthenticationSelectionOption in org.keycloak.authentication
Methods in org.keycloak.authentication that return types with arguments of type AuthenticationSelectionOption Modifier and Type Method Description List<AuthenticationSelectionOption>
AuthenticationFlowContext. getAuthenticationSelections()
List<AuthenticationSelectionOption>
AuthenticationProcessor.Result. getAuthenticationSelections()
Method parameters in org.keycloak.authentication with type arguments of type AuthenticationSelectionOption Modifier and Type Method Description void
AuthenticationFlowContext. setAuthenticationSelections(List<AuthenticationSelectionOption> credentialAuthExecMap)
void
AuthenticationProcessor.Result. setAuthenticationSelections(List<AuthenticationSelectionOption> authenticationSelections)
-
Uses of AuthenticationSelectionOption in org.keycloak.forms.login.freemarker.model
Methods in org.keycloak.forms.login.freemarker.model that return types with arguments of type AuthenticationSelectionOption Modifier and Type Method Description List<AuthenticationSelectionOption>
AuthenticationContextBean. getAuthenticationSelections()
-