Location: Symbol Reference > Classes > TJwDAccessControlList Class > TJwDAccessControlList Methods
JWSCL Documentation
ContentsIndexHome
PreviousUpNext
TJwDAccessControlList Methods

The methods of the TJwDAccessControlList class are listed here.

 
Name 
Description 
 
GetExplicit creates a copy of the ACL that only contains explicit ACEs. The ACEs are copied and the list owns them. The caller must free the newly created DACL. 
 
GetInheritance creates a copy of the ACL that only contains inherited ACEs. The ACEs are copied and the list owns them. The caller must free the newly created DACL. 
 
MakeCanonical rearranges the entries of the list to make the list canonical.
The following list shows a access control list in canonical order:
  1. deny ACE (direct)
  2. allow ACE (direct)
  3. deny ACE (inherited)
  4. allow ACE (inherited)
 
Copyright (c) 2010. All rights reserved.
This help was created by Doc-O-Matic sponsored by toolsfactory software inc.
What do you think about this topic? Send feedback!