Modifier and Type | Method and Description |
---|---|
AclScope |
AccessControlRule.getScope()
The scope of the rule.
|
Modifier and Type | Method and Description |
---|---|
void |
AccessControlRule.setScope(AclScope value)
The scope of the rule.
|
Constructor and Description |
---|
AccessControlRule(AclScope scope,
int role)
Initializes a new instance of the AccessControlRule class.
|
AccessControlRule(String id,
AclScope scope,
int role)
Initializes a new instance of the AccessControlRule class.
|
AccessControlRule(String id,
String eTag,
AclScope scope,
int role)
Initializes a new instance of the AccessControlRule class.
|