public class OpenUrlDescriptor extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected Pattern |
compiledDenyPattern |
protected Pattern |
compiledGrantPattern |
protected String |
denyPattern |
protected String |
grantPattern |
protected String |
method |
protected String |
name |
Constructor and Description |
---|
OpenUrlDescriptor() |
Modifier and Type | Method and Description |
---|---|
boolean |
allowByPassAuth(javax.servlet.http.HttpServletRequest httpRequest) |
Pattern |
getCompiledDenyPattern() |
Pattern |
getCompiledGrantPattern() |
String |
getDenyPattern() |
String |
getGrantPattern() |
String |
getMethod() |
String |
getName() |
void |
setGrantPattern(String grantPattern) |
protected String grantPattern
protected Pattern compiledGrantPattern
protected String denyPattern
protected Pattern compiledDenyPattern
public OpenUrlDescriptor()
public void setGrantPattern(String grantPattern)
public String getGrantPattern()
public Pattern getCompiledGrantPattern()
public Pattern getCompiledDenyPattern()
public String getDenyPattern()
public boolean allowByPassAuth(javax.servlet.http.HttpServletRequest httpRequest)
Copyright © 2015 Nuxeo SA. All rights reserved.