Class SpecificAuthChainDescriptor

java.lang.Object
org.nuxeo.ecm.platform.ui.web.auth.service.SpecificAuthChainDescriptor

public class SpecificAuthChainDescriptor extends Object
  • Field Details

    • DEFAULT_HANDLE_PROMPT_VALUE

      public static final boolean DEFAULT_HANDLE_PROMPT_VALUE
      See Also:
    • name

      protected String name
  • Constructor Details

    • SpecificAuthChainDescriptor

      public SpecificAuthChainDescriptor()
  • Method Details

    • getReplacementChain

      public List<String> getReplacementChain()
    • getAllowedPlugins

      public List<String> getAllowedPlugins()
    • getUrlPatterns

      public List<Pattern> getUrlPatterns()
    • getHeaderPatterns

      public Map<String,Pattern> getHeaderPatterns()
    • computeResultingChain

      public List<String> computeResultingChain(List<String> defaultChain)
    • doHandlePrompt

      public boolean doHandlePrompt()
      Return if the auth filter has to handle prompt or return 401
      Since:
      8.2