Class ExternalDynamicScopeService

  • All Implemented Interfaces:
    java.io.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
    • Field Summary

      • Fields inherited from class io.jans.service.custom.script.ExternalScriptService

        customScriptConfigurations, customScriptConfigurationsNameMap, customScriptManager, customScriptType, defaultExternalCustomScript, loaded, log
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<java.lang.String> executeExternalGetSupportedClaimsMethod​(io.jans.model.custom.script.conf.CustomScriptConfiguration customScriptConfiguration)  
      java.util.List<java.lang.String> executeExternalGetSupportedClaimsMethods​(java.util.List<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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ExternalDynamicScopeService

        public ExternalDynamicScopeService()
    • Method Detail

      • executeExternalUpdateMethod

        public boolean executeExternalUpdateMethod​(io.jans.model.custom.script.conf.CustomScriptConfiguration customScriptConfiguration,
                                                   DynamicScopeExternalContext dynamicScopeContext)
      • executeExternalGetSupportedClaimsMethod

        public java.util.List<java.lang.String> executeExternalGetSupportedClaimsMethod​(io.jans.model.custom.script.conf.CustomScriptConfiguration customScriptConfiguration)
      • executeExternalGetSupportedClaimsMethods

        public java.util.List<java.lang.String> executeExternalGetSupportedClaimsMethods​(java.util.List<Scope> dynamicScope)