public final class DeployedScriptAuthenticatorFactory extends ScriptBasedAuthenticatorFactory
PROVIDER_ID| Constructor and Description |
|---|
DeployedScriptAuthenticatorFactory(ScriptProviderMetadata metadata) |
| Modifier and Type | Method and Description |
|---|---|
Authenticator |
create(KeycloakSession session) |
String |
getDisplayType() |
String |
getHelpText() |
String |
getId() |
boolean |
isConfigurable() |
boolean |
isSupported() |
boolean |
isUserSetupAllowed() |
close, getConfigProperties, getReferenceCategory, getRequirementChoices, init, postInitclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitorderpublic DeployedScriptAuthenticatorFactory(ScriptProviderMetadata metadata)
public Authenticator create(KeycloakSession session)
create in interface ProviderFactory<Authenticator>create in class ScriptBasedAuthenticatorFactorypublic String getId()
getId in interface ProviderFactory<Authenticator>getId in class ScriptBasedAuthenticatorFactorypublic boolean isConfigurable()
isConfigurable in interface ConfigurableAuthenticatorFactoryisConfigurable in class ScriptBasedAuthenticatorFactorypublic boolean isUserSetupAllowed()
isUserSetupAllowed in interface ConfigurableAuthenticatorFactoryisUserSetupAllowed in class ScriptBasedAuthenticatorFactorypublic String getDisplayType()
getDisplayType in interface ConfigurableAuthenticatorFactorygetDisplayType in class ScriptBasedAuthenticatorFactorypublic String getHelpText()
getHelpText in interface ConfiguredProvidergetHelpText in class ScriptBasedAuthenticatorFactorypublic boolean isSupported()
isSupported in interface EnvironmentDependentProviderFactoryisSupported in class ScriptBasedAuthenticatorFactoryCopyright © 2019 JBoss by Red Hat. All rights reserved.