Class ExternalResourceOwnerPasswordCredentialsService

java.lang.Object
io.jans.service.custom.script.ExternalScriptService
io.jans.as.server.service.external.ExternalResourceOwnerPasswordCredentialsService
All Implemented Interfaces:
Serializable

@ApplicationScoped @Named public class ExternalResourceOwnerPasswordCredentialsService extends io.jans.service.custom.script.ExternalScriptService
Author:
Yuriy Zabrovarnyy
See Also:
  • Field Summary

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

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

    Constructors
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     

    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 Details

    • ExternalResourceOwnerPasswordCredentialsService

      public ExternalResourceOwnerPasswordCredentialsService()
  • Method Details