Package | Description |
---|---|
com.sas.lsaf.security.acl |
Service and class definitions to create and manipulate ACLs.
|
Modifier and Type | Method and Description |
---|---|
DefaultAcl.OwnerPropagation |
DefaultAcl.getOwnerPropagation()
Gets the OwnerPropagation value that will determine the owner of child items created underneath this container.
|
static DefaultAcl.OwnerPropagation |
DefaultAcl.OwnerPropagation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DefaultAcl.OwnerPropagation[] |
DefaultAcl.OwnerPropagation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultAcl.setOwnerPropagation(DefaultAcl.OwnerPropagation ownerPropagation)
Sets the OwnerPropagation value that will determine the owner of child items created underneath this container.
|
<i>Copyright (c) 2021, SAS Institute Inc., Cary, NC, USA</i>