Class SpecificAuthChainDescriptor
- java.lang.Object
-
- org.nuxeo.ecm.platform.ui.web.auth.service.SpecificAuthChainDescriptor
-
public class SpecificAuthChainDescriptor extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static booleanDEFAULT_HANDLE_PROMPT_VALUEprotected Stringname
-
Constructor Summary
Constructors Constructor Description SpecificAuthChainDescriptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>computeResultingChain(List<String> defaultChain)booleandoHandlePrompt()Return if the auth filter has to handle prompt or return 401List<String>getAllowedPlugins()Map<String,Pattern>getHeaderPatterns()List<String>getReplacementChain()List<Pattern>getUrlPatterns()
-
-
-
Field Detail
-
DEFAULT_HANDLE_PROMPT_VALUE
public static final boolean DEFAULT_HANDLE_PROMPT_VALUE
- See Also:
- Constant Field Values
-
name
protected String name
-
-