public class AuthorizationConfig extends Object
| Constructor and Description |
|---|
AuthorizationConfig()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
UnmatchedRequestType |
getRequestUnmatched() |
List<AuthorizationRule> |
getRules() |
void |
setRequestUnmatched(UnmatchedRequestType requestUnmatched) |
void |
setRules(List<AuthorizationRule> rules) |
public List<AuthorizationRule> getRules()
public void setRules(List<AuthorizationRule> rules)
rules - the rules to setpublic UnmatchedRequestType getRequestUnmatched()
public void setRequestUnmatched(UnmatchedRequestType requestUnmatched)
requestUnmatched - the requestUnmatched to setCopyright © 2015 JBoss, a division of Red Hat. All rights reserved.