Uses of Enum Class
com.sas.lsaf.security.acl.DefaultAcl.OwnerPropagation
Packages that use DefaultAcl.OwnerPropagation
Package
Description
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.OwnerPropagationModifier and TypeMethodDescriptionDefaultAcl.getOwnerPropagation()Gets the OwnerPropagation value that will determine the owner of child items created underneath this container.static DefaultAcl.OwnerPropagationReturns the enum constant of this class with the specified name.static DefaultAcl.OwnerPropagation[]DefaultAcl.OwnerPropagation.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.sas.lsaf.security.acl with parameters of type DefaultAcl.OwnerPropagationModifier and TypeMethodDescriptionvoidDefaultAcl.setOwnerPropagation(DefaultAcl.OwnerPropagation ownerPropagation) Sets the OwnerPropagation value that will determine the owner of child items created underneath this container.