Class ExternalSelectAccountService
- java.lang.Object
-
- io.jans.service.custom.script.ExternalScriptService
-
- io.jans.as.server.service.external.ExternalSelectAccountService
-
- All Implemented Interfaces:
Serializable
@ApplicationScoped @Named public class ExternalSelectAccountService extends io.jans.service.custom.script.ExternalScriptService- Author:
- Yuriy Z
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExternalSelectAccountService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringexternalGetAccountDisplayName(ExecutionContext context)StringexternalGetAccountDisplayName(io.jans.model.custom.script.conf.CustomScriptConfiguration scriptConfiguration, ExecutionContext context)StringexternalGetSelectAccountPage(ExecutionContext context)StringexternalGetSelectAccountPage(io.jans.model.custom.script.conf.CustomScriptConfiguration scriptConfiguration, ExecutionContext context)booleanexternalOnSelect(ExecutionContext context)booleanexternalOnSelect(io.jans.model.custom.script.conf.CustomScriptConfiguration scriptConfiguration, ExecutionContext context)booleanexternalPrepare(ExecutionContext context)booleanexternalPrepare(io.jans.model.custom.script.conf.CustomScriptConfiguration scriptConfiguration, ExecutionContext context)-
Methods inherited from class io.jans.service.custom.script.ExternalScriptService
addExternalConfigurations, clearScriptError, configure, determineDefaultCustomScriptConfiguration, executeExternalGetApiVersion, getCustomScriptConfigurationByName, getCustomScriptConfigurations, getCustomScriptConfigurationsByDns, getCustomScriptType, getDefaultExternalCustomScript, init, isEnabled, isLoaded, reload, reloadExternal, saveScriptError
-
-
-
-
Method Detail
-
externalGetAccountDisplayName
public String externalGetAccountDisplayName(ExecutionContext context)
-
externalGetAccountDisplayName
public String externalGetAccountDisplayName(io.jans.model.custom.script.conf.CustomScriptConfiguration scriptConfiguration, ExecutionContext context)
-
externalPrepare
public boolean externalPrepare(ExecutionContext context)
-
externalPrepare
public boolean externalPrepare(io.jans.model.custom.script.conf.CustomScriptConfiguration scriptConfiguration, ExecutionContext context)
-
externalOnSelect
public boolean externalOnSelect(ExecutionContext context)
-
externalOnSelect
public boolean externalOnSelect(io.jans.model.custom.script.conf.CustomScriptConfiguration scriptConfiguration, ExecutionContext context)
-
externalGetSelectAccountPage
public String externalGetSelectAccountPage(ExecutionContext context)
-
externalGetSelectAccountPage
public String externalGetSelectAccountPage(io.jans.model.custom.script.conf.CustomScriptConfiguration scriptConfiguration, ExecutionContext context)
-
-