Class OpenUrlDescriptor
java.lang.Object
org.nuxeo.ecm.platform.ui.web.auth.service.OpenUrlDescriptor
- All Implemented Interfaces:
Descriptor
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Pattern
protected Pattern
protected String
protected String
protected String
protected String
Fields inherited from interface org.nuxeo.runtime.model.Descriptor
UNIQUE_DESCRIPTOR_ID
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
allowByPassAuth
(jakarta.servlet.http.HttpServletRequest httpRequest) getId()
The descriptor id, descriptors with same id are merged.getName()
void
setGrantPattern
(String grantPattern) 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
-
name
-
grantPattern
-
compiledGrantPattern
-
denyPattern
-
compiledDenyPattern
-
method
-
-
Constructor Details
-
OpenUrlDescriptor
public OpenUrlDescriptor()
-
-
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
-
getGrantPattern
-
setGrantPattern
-
getCompiledGrantPattern
-
getDenyPattern
-
getCompiledDenyPattern
-
getMethod
-
allowByPassAuth
public boolean allowByPassAuth(jakarta.servlet.http.HttpServletRequest httpRequest)
-