public class AuthorizationConfig extends Object
| Constructor and Description |
|---|
AuthorizationConfig()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
MultipleMatchType |
getMultiMatch() |
UnmatchedRequestType |
getRequestUnmatched() |
List<AuthorizationRule> |
getRules() |
void |
setMultiMatch(MultipleMatchType multiMatch) |
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 setpublic MultipleMatchType getMultiMatch()
public void setMultiMatch(MultipleMatchType multiMatch)
multiMatch - the multiMatch to setCopyright © 2015 JBoss, a division of Red Hat. All rights reserved.