public class WebAuthnPasswordlessAuthenticator extends WebAuthnAuthenticator
| Constructor and Description |
|---|
WebAuthnPasswordlessAuthenticator(KeycloakSession session) |
| Modifier and Type | Method and Description |
|---|---|
WebAuthnPasswordlessCredentialProvider |
getCredentialProvider(KeycloakSession session) |
protected String |
getCredentialType() |
List<RequiredActionFactory> |
getRequiredActions(KeycloakSession session)
Overwrite this if the authenticator is associated with
|
protected WebAuthnPolicy |
getWebAuthnPolicy(AuthenticationFlowContext context) |
void |
setRequiredActions(KeycloakSession session,
RealmModel realm,
UserModel user)
Set actions to configure authenticator
|
action, authenticate, close, configuredFor, getRpID, requiresUserclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitareRequiredActionsEnabledgetCredentials, getTypepublic WebAuthnPasswordlessAuthenticator(KeycloakSession session)
protected WebAuthnPolicy getWebAuthnPolicy(AuthenticationFlowContext context)
getWebAuthnPolicy in class WebAuthnAuthenticatorprotected String getCredentialType()
getCredentialType in class WebAuthnAuthenticatorpublic void setRequiredActions(KeycloakSession session, RealmModel realm, UserModel user)
AuthenticatorsetRequiredActions in interface AuthenticatorsetRequiredActions in class WebAuthnAuthenticatorpublic List<RequiredActionFactory> getRequiredActions(KeycloakSession session)
AuthenticatorgetRequiredActions in interface AuthenticatorgetRequiredActions in class WebAuthnAuthenticatorpublic WebAuthnPasswordlessCredentialProvider getCredentialProvider(KeycloakSession session)
getCredentialProvider in interface CredentialValidator<WebAuthnCredentialProvider>getCredentialProvider in class WebAuthnAuthenticatorCopyright © 2021 JBoss by Red Hat. All rights reserved.