Class WebAuthnPasswordlessRegisterFactory
- java.lang.Object
- 
- org.keycloak.authentication.requiredactions.WebAuthnRegisterFactory
- 
- org.keycloak.authentication.requiredactions.WebAuthnPasswordlessRegisterFactory
 
 
- 
- All Implemented Interfaces:
- RequiredActionFactory,- EnvironmentDependentProviderFactory,- ProviderFactory<RequiredActionProvider>
 
 public class WebAuthnPasswordlessRegisterFactory extends WebAuthnRegisterFactory - Author:
- Marek Posolda
 
- 
- 
Field SummaryFields Modifier and Type Field Description static StringPROVIDER_ID
 - 
Constructor SummaryConstructors Constructor Description WebAuthnPasswordlessRegisterFactory()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected WebAuthnRegistercreateProvider(KeycloakSession session, com.webauthn4j.validator.attestation.trustworthiness.certpath.CertPathTrustworthinessValidator trustValidator)StringgetDisplayText()Display text used in admin console to reference this required actionStringgetId()- 
Methods inherited from class org.keycloak.authentication.requiredactions.WebAuthnRegisterFactoryclose, create, init, isSupported, postInit
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.keycloak.provider.EnvironmentDependentProviderFactoryisSupported
 - 
Methods inherited from interface org.keycloak.provider.ProviderFactorygetConfigMetadata, order
 - 
Methods inherited from interface org.keycloak.authentication.RequiredActionFactoryisOneTimeAction
 
- 
 
- 
- 
- 
Field Detail- 
PROVIDER_IDpublic static final String PROVIDER_ID - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
createProviderprotected WebAuthnRegister createProvider(KeycloakSession session, com.webauthn4j.validator.attestation.trustworthiness.certpath.CertPathTrustworthinessValidator trustValidator) - Overrides:
- createProviderin class- WebAuthnRegisterFactory
 
 - 
getIdpublic String getId() - Specified by:
- getIdin interface- ProviderFactory<RequiredActionProvider>
- Overrides:
- getIdin class- WebAuthnRegisterFactory
 
 - 
getDisplayTextpublic String getDisplayText() Description copied from interface:RequiredActionFactoryDisplay text used in admin console to reference this required action- Specified by:
- getDisplayTextin interface- RequiredActionFactory
- Overrides:
- getDisplayTextin class- WebAuthnRegisterFactory
- Returns:
 
 
- 
 
-