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 Summary
Fields Modifier and Type Field Description static String
PROVIDER_ID
-
Constructor Summary
Constructors Constructor Description WebAuthnPasswordlessRegisterFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected WebAuthnRegister
createProvider(KeycloakSession session, com.webauthn4j.validator.attestation.trustworthiness.certpath.CertPathTrustworthinessValidator trustValidator)
String
getDisplayText()
Display text used in admin console to reference this required actionString
getId()
-
Methods inherited from class org.keycloak.authentication.requiredactions.WebAuthnRegisterFactory
close, create, init, isSupported, postInit
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.keycloak.provider.EnvironmentDependentProviderFactory
isSupported
-
Methods inherited from interface org.keycloak.provider.ProviderFactory
getConfigMetadata, order
-
Methods inherited from interface org.keycloak.authentication.RequiredActionFactory
isOneTimeAction
-
-
-
-
Field Detail
-
PROVIDER_ID
public static final String PROVIDER_ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
createProvider
protected WebAuthnRegister createProvider(KeycloakSession session, com.webauthn4j.validator.attestation.trustworthiness.certpath.CertPathTrustworthinessValidator trustValidator)
- Overrides:
createProvider
in classWebAuthnRegisterFactory
-
getId
public String getId()
- Specified by:
getId
in interfaceProviderFactory<RequiredActionProvider>
- Overrides:
getId
in classWebAuthnRegisterFactory
-
getDisplayText
public String getDisplayText()
Description copied from interface:RequiredActionFactory
Display text used in admin console to reference this required action- Specified by:
getDisplayText
in interfaceRequiredActionFactory
- Overrides:
getDisplayText
in classWebAuthnRegisterFactory
- Returns:
-
-