Uses of Class
com.sas.lsaf.security.acl.DefaultAcl.OwnerPropagation
-
Packages that use DefaultAcl.OwnerPropagation Package Description com.sas.lsaf.security.acl Service and class definitions to create and manipulate ACLs. -
-
Uses of DefaultAcl.OwnerPropagation in com.sas.lsaf.security.acl
Methods in com.sas.lsaf.security.acl that return DefaultAcl.OwnerPropagation Modifier and Type Method 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(java.lang.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.Methods in com.sas.lsaf.security.acl with parameters of type DefaultAcl.OwnerPropagation Modifier and Type Method Description void
DefaultAcl. setOwnerPropagation(DefaultAcl.OwnerPropagation ownerPropagation)
Sets the OwnerPropagation value that will determine the owner of child items created underneath this container.
-