Package org.keycloak.credential
Class WebAuthnCredentialProviderFactory
- java.lang.Object
-
- org.keycloak.credential.WebAuthnCredentialProviderFactory
-
- All Implemented Interfaces:
CredentialProviderFactory<WebAuthnCredentialProvider>,EnvironmentDependentProviderFactory,ProviderFactory<CredentialProvider>
public class WebAuthnCredentialProviderFactory extends Object implements CredentialProviderFactory<WebAuthnCredentialProvider>, EnvironmentDependentProviderFactory
-
-
Field Summary
Fields Modifier and Type Field Description static StringPROVIDER_ID
-
Constructor Summary
Constructors Constructor Description WebAuthnCredentialProviderFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CredentialProvidercreate(KeycloakSession session)StringgetId()This is the name of the provider and will be showed in the admin console as an option.booleanisSupported()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.keycloak.credential.CredentialProviderFactory
close, init, postInit
-
Methods inherited from interface org.keycloak.provider.EnvironmentDependentProviderFactory
isSupported
-
Methods inherited from interface org.keycloak.provider.ProviderFactory
getConfigMetadata, order
-
-
-
-
Field Detail
-
PROVIDER_ID
public static final String PROVIDER_ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
create
public CredentialProvider create(KeycloakSession session)
- Specified by:
createin interfaceProviderFactory<CredentialProvider>
-
getId
public String getId()
Description copied from interface:CredentialProviderFactoryThis is the name of the provider and will be showed in the admin console as an option.- Specified by:
getIdin interfaceCredentialProviderFactory<WebAuthnCredentialProvider>- Specified by:
getIdin interfaceProviderFactory<CredentialProvider>
-
isSupported
public boolean isSupported()
- Specified by:
isSupportedin interfaceEnvironmentDependentProviderFactory- Returns:
trueif the provider is supported and should be available,falseotherwise
-
-