Class WebAuthnPasswordlessRegister
- java.lang.Object
- 
- org.keycloak.authentication.requiredactions.WebAuthnRegister
- 
- org.keycloak.authentication.requiredactions.WebAuthnPasswordlessRegister
 
 
- 
- All Implemented Interfaces:
- CredentialRegistrator,- RequiredActionProvider,- Provider
 
 public class WebAuthnPasswordlessRegister extends WebAuthnRegister Required action for register WebAuthn passwordless credential for the user. This class is temporary and will be likely removed in the future during future improvements in authentication SPI
- 
- 
Constructor SummaryConstructors Constructor Description WebAuthnPasswordlessRegister(KeycloakSession session, com.webauthn4j.validator.attestation.trustworthiness.certpath.CertPathTrustworthinessValidator certPathtrustValidator)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringgetCredentialProviderId()protected StringgetCredentialType()protected WebAuthnPolicygetWebAuthnPolicy(RequiredActionContext context)- 
Methods inherited from class org.keycloak.authentication.requiredactions.WebAuthnRegisterclose, evaluateTriggers, initiatedActionSupport, processAction, requiredActionChallenge
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.keycloak.authentication.RequiredActionProvidergetMaxAuthAge, initiatedActionCanceled
 
- 
 
- 
- 
- 
Constructor Detail- 
WebAuthnPasswordlessRegisterpublic WebAuthnPasswordlessRegister(KeycloakSession session, com.webauthn4j.validator.attestation.trustworthiness.certpath.CertPathTrustworthinessValidator certPathtrustValidator) 
 
- 
 - 
Method Detail- 
getWebAuthnPolicyprotected WebAuthnPolicy getWebAuthnPolicy(RequiredActionContext context) - Overrides:
- getWebAuthnPolicyin class- WebAuthnRegister
 
 - 
getCredentialTypeprotected String getCredentialType() - Overrides:
- getCredentialTypein class- WebAuthnRegister
 
 - 
getCredentialProviderIdprotected String getCredentialProviderId() - Overrides:
- getCredentialProviderIdin class- WebAuthnRegister
 
 
- 
 
-