Package | Description |
---|---|
com.saperion.jcs.modules.acl.api | |
com.saperion.jcs.modules.acl.api.internal |
Modifier and Type | Method and Description |
---|---|
static AccessFlags |
AccessFlags.fromIntValue(int intValue) |
static AccessFlags |
AccessFlags.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccessFlags[] |
AccessFlags.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
EnumSet<AccessFlags> |
ACLMember.getRestrictions() |
EnumSet<AccessFlags> |
ACLMember.getRights() |
Modifier and Type | Method and Description |
---|---|
void |
ACLMember.setRestrictions(EnumSet<AccessFlags> rights) |
void |
ACLMember.setRights(EnumSet<AccessFlags> rights) |
Modifier and Type | Method and Description |
---|---|
EnumSet<AccessFlags> |
DefaultACLMember.getRestrictions() |
EnumSet<AccessFlags> |
DefaultACLMember.getRights() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultACLMember.setRestrictions(EnumSet<AccessFlags> restrictions) |
void |
DefaultACLMember.setRights(EnumSet<AccessFlags> rights) |
Copyright © 2016 SAPERION AG. All rights reserved.