public static class ProxyConfig.Constraint extends Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
authenticate |
protected boolean |
deny |
protected Set<String> |
excludedMethods |
protected Set<String> |
methods |
protected String |
pattern |
protected boolean |
permit |
protected Set<String> |
rolesAllowed |
Constructor and Description |
---|
ProxyConfig.Constraint() |
Modifier and Type | Method and Description |
---|---|
Set<String> |
getExcludedMethods() |
Set<String> |
getMethods() |
String |
getPattern() |
Set<String> |
getRolesAllowed() |
boolean |
isAuthenticate() |
boolean |
isDeny() |
boolean |
isPermit() |
void |
setAuthenticate(boolean authenticate) |
void |
setDeny(boolean deny) |
void |
setExcludedMethods(Set<String> excludedMethods) |
void |
setMethods(Set<String> methods) |
void |
setPattern(String pattern) |
void |
setPermit(boolean permit) |
void |
setRolesAllowed(Set<String> rolesAllowed) |
protected String pattern
protected boolean deny
protected boolean permit
protected boolean authenticate
public String getPattern()
public void setPattern(String pattern)
public boolean isDeny()
public void setDeny(boolean deny)
public boolean isPermit()
public void setPermit(boolean permit)
public boolean isAuthenticate()
public void setAuthenticate(boolean authenticate)
Copyright © 2014. All Rights Reserved.