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, postInit
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
order
public DeployedScriptAuthenticatorFactory(ScriptProviderMetadata metadata)
public Authenticator create(KeycloakSession session)
create
in interface ProviderFactory<Authenticator>
create
in class ScriptBasedAuthenticatorFactory
public String getId()
getId
in interface ProviderFactory<Authenticator>
getId
in class ScriptBasedAuthenticatorFactory
public boolean isConfigurable()
isConfigurable
in interface ConfigurableAuthenticatorFactory
isConfigurable
in class ScriptBasedAuthenticatorFactory
public boolean isUserSetupAllowed()
isUserSetupAllowed
in interface ConfigurableAuthenticatorFactory
isUserSetupAllowed
in class ScriptBasedAuthenticatorFactory
public String getDisplayType()
getDisplayType
in interface ConfigurableAuthenticatorFactory
getDisplayType
in class ScriptBasedAuthenticatorFactory
public String getHelpText()
getHelpText
in interface ConfiguredProvider
getHelpText
in class ScriptBasedAuthenticatorFactory
public boolean isSupported()
isSupported
in interface EnvironmentDependentProviderFactory
isSupported
in class ScriptBasedAuthenticatorFactory
Copyright © 2021 JBoss by Red Hat. All rights reserved.