Package org.gluu.oxauth.service.external
Class ExternalDynamicScopeService
java.lang.Object
org.gluu.service.custom.script.ExternalScriptService
org.gluu.oxauth.service.external.ExternalDynamicScopeService
- All Implemented Interfaces:
Serializable
@ApplicationScoped
public class ExternalDynamicScopeService
extends org.gluu.service.custom.script.ExternalScriptService
Provides factory methods needed to create dynamic scope extension
- Author:
- Yuriy Movchan Date: 01/08/2015
- See Also:
-
Field Summary
Fields inherited from class org.gluu.service.custom.script.ExternalScriptService
customScriptConfigurations, customScriptConfigurationsNameMap, customScriptManager, customScriptType, defaultExternalCustomScript, loaded, log -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecuteExternalGetSupportedClaimsMethod(org.gluu.model.custom.script.conf.CustomScriptConfiguration customScriptConfiguration) executeExternalGetSupportedClaimsMethods(List<Scope> dynamicScope) booleanexecuteExternalUpdateMethod(org.gluu.model.custom.script.conf.CustomScriptConfiguration customScriptConfiguration, DynamicScopeExternalContext dynamicScopeContext) booleanexecuteExternalUpdateMethods(DynamicScopeExternalContext dynamicScopeContext) Methods inherited from class org.gluu.service.custom.script.ExternalScriptService
addExternalConfigurations, clearScriptError, configure, determineDefaultCustomScriptConfiguration, executeExternalGetApiVersion, getCustomScriptConfigurationByName, getCustomScriptConfigurations, getCustomScriptConfigurationsByDns, getCustomScriptType, getDefaultExternalCustomScript, init, isEnabled, isLoaded, reload, reloadExternal, saveScriptError
-
Constructor Details
-
ExternalDynamicScopeService
public ExternalDynamicScopeService()
-
-
Method Details
-
executeExternalUpdateMethod
public boolean executeExternalUpdateMethod(org.gluu.model.custom.script.conf.CustomScriptConfiguration customScriptConfiguration, DynamicScopeExternalContext dynamicScopeContext) -
executeExternalGetSupportedClaimsMethod
-
executeExternalUpdateMethods
-
executeExternalGetSupportedClaimsMethods
-