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 boolean |
permitAndInject |
protected Set<String> |
rolesAllowed |
| Constructor and Description |
|---|
Constraint() |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getExcludedMethods() |
Set<String> |
getMethods() |
String |
getPattern() |
Set<String> |
getRolesAllowed() |
boolean |
isAuthenticate() |
boolean |
isDeny() |
boolean |
isPermit() |
boolean |
isPermitAndInject() |
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 |
setPermitAndInject(boolean permitAndInject) |
void |
setRolesAllowed(Set<String> rolesAllowed) |
protected String pattern
protected boolean deny
protected boolean permit
protected boolean authenticate
protected boolean permitAndInject
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)
public boolean isPermitAndInject()
public void setPermitAndInject(boolean permitAndInject)
Copyright © 2015 JBoss by Red Hat. All rights reserved.