Class OpenUrlDescriptor
java.lang.Object
org.nuxeo.ecm.platform.ui.web.auth.service.OpenUrlDescriptor
- All Implemented Interfaces:
Descriptor
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Patternprotected Patternprotected Stringprotected Stringprotected Stringprotected StringFields inherited from interface org.nuxeo.runtime.model.Descriptor
UNIQUE_DESCRIPTOR_ID -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanallowByPassAuth(jakarta.servlet.http.HttpServletRequest httpRequest) getId()The descriptor id, descriptors with same id are merged.getName()voidsetGrantPattern(String grantPattern) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.nuxeo.runtime.model.Descriptor
doesRemove, merge
-
Field Details
-
name
-
grantPattern
-
compiledGrantPattern
-
denyPattern
-
compiledDenyPattern
-
method
-
-
Constructor Details
-
OpenUrlDescriptor
public OpenUrlDescriptor()
-
-
Method Details
-
getId
Description copied from interface:DescriptorThe 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:
getIdin interfaceDescriptor
-
getName
-
getGrantPattern
-
setGrantPattern
-
getCompiledGrantPattern
-
getDenyPattern
-
getCompiledDenyPattern
-
getMethod
-
allowByPassAuth
public boolean allowByPassAuth(jakarta.servlet.http.HttpServletRequest httpRequest)
-