Class SpecificAuthChainDescriptor
java.lang.Object
org.nuxeo.ecm.platform.ui.web.auth.service.SpecificAuthChainDescriptor
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncomputeResultingChain
(List<String> defaultChain) boolean
Return if the auth filter has to handle prompt or return 401
-
Field Details
-
DEFAULT_HANDLE_PROMPT_VALUE
public static final boolean DEFAULT_HANDLE_PROMPT_VALUE- See Also:
-
name
-
-
Constructor Details
-
SpecificAuthChainDescriptor
public SpecificAuthChainDescriptor()
-
-
Method Details
-
getReplacementChain
-
getAllowedPlugins
-
getUrlPatterns
-
getHeaderPatterns
-
computeResultingChain
-
doHandlePrompt
public boolean doHandlePrompt()Return if the auth filter has to handle prompt or return 401- Since:
- 8.2
-