Class SpecificAuthChainDescriptor
java.lang.Object
org.nuxeo.ecm.platform.ui.web.auth.service.SpecificAuthChainDescriptor
- All Implemented Interfaces:
Descriptor
-
Field Summary
FieldsFields inherited from interface org.nuxeo.runtime.model.Descriptor
UNIQUE_DESCRIPTOR_ID
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncomputeResultingChain
(List<String> defaultChain) boolean
Return if the auth filter has to handle prompt or return 401getId()
The descriptor id, descriptors with same id are merged.getName()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.nuxeo.runtime.model.Descriptor
doesRemove, merge
-
Field Details
-
DEFAULT_HANDLE_PROMPT_VALUE
public static final boolean DEFAULT_HANDLE_PROMPT_VALUE- See Also:
-
name
-
handlePrompt
protected boolean handlePrompt -
replacementChain
-
allowedPlugins
-
urls
-
urlPatterns
-
headers
-
headerPatterns
-
-
Constructor Details
-
SpecificAuthChainDescriptor
public SpecificAuthChainDescriptor()
-
-
Method Details
-
getId
Description copied from interface:Descriptor
The descriptor id, descriptors with same id are merged.To forbid multiple descriptors use UNIQUE_DESCRIPTOR_ID.
To forbid merge use a unique value, non-overriden
toString()
for exemple.- Specified by:
getId
in interfaceDescriptor
-
getName
- Since:
- 2025.0
-
getReplacementChain
-
getAllowedPlugins
-
getUrlPatterns
-
getHeaderPatterns
-
computeResultingChain
-
doHandlePrompt
public boolean doHandlePrompt()Return if the auth filter has to handle prompt or return 401- Since:
- 8.2
-