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.
|
static String |
OWNER
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() |
Map<ObjectProperties.Property,String> |
getAttributes() |
String |
getIdentity() |
RuleOutcome |
getRuleOutcome() |
int |
hashCode() |
String |
toString() |
public static final String ALL
public static final String OWNER
public Rule(String identity, AclAction action, RuleOutcome ruleOutcome)
public String getIdentity()
public Action getAction()
public AclAction getAclAction()
public RuleOutcome getRuleOutcome()
public Map<ObjectProperties.Property,String> getAttributes()
Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.