Class ExternalClientAuthnService

  • All Implemented Interfaces:
    Serializable

    @ApplicationScoped
    public class ExternalClientAuthnService
    extends io.jans.service.custom.script.ExternalScriptService
    Client Authentication service responsible for external script interaction.
    Author:
    Yuriy Z
    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
      io.jans.as.common.model.registration.Client externalAuthenticateClient​(jakarta.servlet.http.HttpServletRequest servletRequest, jakarta.servlet.http.HttpServletResponse servletResponse)  
      • 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
    • Constructor Detail

      • ExternalClientAuthnService

        public ExternalClientAuthnService()
    • Method Detail

      • externalAuthenticateClient

        public io.jans.as.common.model.registration.Client externalAuthenticateClient​(jakarta.servlet.http.HttpServletRequest servletRequest,
                                                                                      jakarta.servlet.http.HttpServletResponse servletResponse)
                                                                               throws IOException,
                                                                                      jakarta.servlet.ServletException
        Throws:
        IOException
        jakarta.servlet.ServletException