public class Rule extends Object
RuleOutcome for a particular identity to perform an Action. The identity
may be either a user or a group.| Modifier and Type | Field and Description |
|---|---|
static String |
ALL
String indicating all identified.
|
| Constructor and Description |
|---|
Rule(String identity,
AclAction action,
RuleOutcome ruleOutcome) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
AclAction |
getAclAction() |
Action |
getAction() |
String |
getIdentity() |
RuleOutcome |
getRuleOutcome() |
int |
hashCode() |
String |
toString() |
public static final String ALL
public Rule(String identity, AclAction action, RuleOutcome ruleOutcome)
public String getIdentity()
public Action getAction()
public AclAction getAclAction()
public RuleOutcome getRuleOutcome()
Copyright © 2006–2017 The Apache Software Foundation. All rights reserved.