Uses of Class
org.keycloak.models.WebAuthnPolicy
-
Packages that use WebAuthnPolicy Package Description org.keycloak.models -
-
Uses of WebAuthnPolicy in org.keycloak.models
Fields in org.keycloak.models declared as WebAuthnPolicy Modifier and Type Field Description static WebAuthnPolicyWebAuthnPolicy. DEFAULT_POLICYMethods in org.keycloak.models that return WebAuthnPolicy Modifier and Type Method Description WebAuthnPolicyRealmModel. getWebAuthnPolicy()WebAuthnPolicyRealmModel. getWebAuthnPolicyPasswordless()Methods in org.keycloak.models with parameters of type WebAuthnPolicy Modifier and Type Method Description voidRealmModel. setWebAuthnPolicy(WebAuthnPolicy policy)Set WebAuthn policy for 2-factor authenticationvoidRealmModel. setWebAuthnPolicyPasswordless(WebAuthnPolicy policy)Set WebAuthn passwordless policy below.
-