Class ExternalDynamicScopeService
- java.lang.Object
-
- io.jans.service.custom.script.ExternalScriptService
-
- io.jans.as.server.service.external.ExternalDynamicScopeService
-
- All Implemented Interfaces:
Serializable
@ApplicationScoped @Named public class ExternalDynamicScopeService extends io.jans.service.custom.script.ExternalScriptService
Provides factory methods needed to create dynamic scope extension- Author:
- Yuriy Movchan Date: 01/08/2015
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExternalDynamicScopeService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>
executeExternalGetSupportedClaimsMethod(io.jans.model.custom.script.conf.CustomScriptConfiguration customScriptConfiguration)
List<String>
executeExternalGetSupportedClaimsMethods(List<io.jans.as.persistence.model.Scope> dynamicScope)
boolean
executeExternalUpdateMethod(io.jans.model.custom.script.conf.CustomScriptConfiguration customScriptConfiguration, DynamicScopeExternalContext dynamicScopeContext)
boolean
executeExternalUpdateMethods(DynamicScopeExternalContext dynamicScopeContext)
-
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
-
executeExternalUpdateMethod
public boolean executeExternalUpdateMethod(io.jans.model.custom.script.conf.CustomScriptConfiguration customScriptConfiguration, DynamicScopeExternalContext dynamicScopeContext)
-
executeExternalGetSupportedClaimsMethod
public List<String> executeExternalGetSupportedClaimsMethod(io.jans.model.custom.script.conf.CustomScriptConfiguration customScriptConfiguration)
-
executeExternalUpdateMethods
public boolean executeExternalUpdateMethods(DynamicScopeExternalContext dynamicScopeContext)
-
-