Class OpenUrlDescriptor
- java.lang.Object
-
- org.nuxeo.ecm.platform.ui.web.auth.service.OpenUrlDescriptor
-
public class OpenUrlDescriptor extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected Pattern
compiledDenyPattern
protected Pattern
compiledGrantPattern
protected String
denyPattern
protected String
grantPattern
protected String
method
protected String
name
-
Constructor Summary
Constructors Constructor Description OpenUrlDescriptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
allowByPassAuth(javax.servlet.http.HttpServletRequest httpRequest)
Pattern
getCompiledDenyPattern()
Pattern
getCompiledGrantPattern()
String
getDenyPattern()
String
getGrantPattern()
String
getMethod()
String
getName()
void
setGrantPattern(String grantPattern)
-
-
-
Method Detail
-
getName
public String getName()
-
setGrantPattern
public void setGrantPattern(String grantPattern)
-
getGrantPattern
public String getGrantPattern()
-
getCompiledGrantPattern
public Pattern getCompiledGrantPattern()
-
getCompiledDenyPattern
public Pattern getCompiledDenyPattern()
-
getDenyPattern
public String getDenyPattern()
-
getMethod
public String getMethod()
-
allowByPassAuth
public boolean allowByPassAuth(javax.servlet.http.HttpServletRequest httpRequest)
-
-