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, 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)
setRequiredActions in interface AuthenticatorsetRequiredActions in class WebAuthnAuthenticatorpublic List<RequiredActionFactory> getRequiredActions(KeycloakSession session)
getRequiredActions in interface AuthenticatorgetRequiredActions in class WebAuthnAuthenticatorpublic WebAuthnPasswordlessCredentialProvider getCredentialProvider(KeycloakSession session)
getCredentialProvider in interface CredentialValidator<WebAuthnCredentialProvider>getCredentialProvider in class WebAuthnAuthenticatorCopyright © 2020 JBoss by Red Hat. All rights reserved.