Class ExternalAuthorizationChallengeService

java.lang.Object
org.gluu.service.custom.script.ExternalScriptService
org.gluu.oxauth.service.external.ExternalAuthorizationChallengeService
All Implemented Interfaces:
Serializable

@ApplicationScoped public class ExternalAuthorizationChallengeService extends org.gluu.service.custom.script.ExternalScriptService
Author:
Yuriy Z
See Also:
  • Field Summary

    Fields inherited from class org.gluu.service.custom.script.ExternalScriptService

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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    org.gluu.model.custom.script.conf.CustomScriptConfiguration
     

    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

    Methods inherited from class java.lang.Object

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

    • ExternalAuthorizationChallengeService

      public ExternalAuthorizationChallengeService()
  • Method Details

    • externalAuthorize

      public boolean externalAuthorize(ExecutionContext executionContext)
    • identifyScript

      public org.gluu.model.custom.script.conf.CustomScriptConfiguration identifyScript(List<String> acrValues)