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) |
protected WebAuthnPolicy |
getWebAuthnPolicy(AuthenticationFlowContext context) |
void |
setRequiredActions(KeycloakSession session,
RealmModel realm,
UserModel user) |
action, authenticate, close, configuredFor, getRpID, requiresUser
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
areRequiredActionsEnabled
getCredentials, getType
public WebAuthnPasswordlessAuthenticator(KeycloakSession session)
protected WebAuthnPolicy getWebAuthnPolicy(AuthenticationFlowContext context)
getWebAuthnPolicy
in class WebAuthnAuthenticator
protected String getCredentialType()
getCredentialType
in class WebAuthnAuthenticator
public void setRequiredActions(KeycloakSession session, RealmModel realm, UserModel user)
setRequiredActions
in interface Authenticator
setRequiredActions
in class WebAuthnAuthenticator
public List<RequiredActionFactory> getRequiredActions(KeycloakSession session)
getRequiredActions
in interface Authenticator
getRequiredActions
in class WebAuthnAuthenticator
public WebAuthnPasswordlessCredentialProvider getCredentialProvider(KeycloakSession session)
getCredentialProvider
in interface CredentialValidator<WebAuthnCredentialProvider>
getCredentialProvider
in class WebAuthnAuthenticator
Copyright © 2021 JBoss by Red Hat. All rights reserved.