Uses of Class
jcifs.smb.ACE

Packages that use ACE
jcifs.dcerpc.msrpc   
jcifs.smb   
 

Uses of ACE in jcifs.dcerpc.msrpc
 

Methods in jcifs.dcerpc.msrpc that return ACE
 ACE[] MsrpcShareGetInfo.getSecurity()
           
 

Uses of ACE in jcifs.smb
 

Fields in jcifs.smb declared as ACE
 ACE[] SecurityDescriptor.aces
           
 

Methods in jcifs.smb that return ACE
 ACE[] SmbFile.getSecurity(boolean resolveSids)
          Return an array of Access Control Entry (ACE) objects representing the security descriptor associated with this file or directory.
 ACE[] SmbFile.getShareSecurity(boolean resolveSids)
          Return an array of Access Control Entry (ACE) objects representing the share permissions on the share exporting this file or directory.
 ACE[] SmbFile.getSecurity()
          Return an array of Access Control Entry (ACE) objects representing the security descriptor associated with this file or directory.
 ACE[] SmbFile.getSecurity(boolean resolveSids)
          Return an array of Access Control Entry (ACE) objects representing the security descriptor associated with this file or directory.
 ACE[] SmbFile.getShareSecurity(boolean resolveSids)
          Return an array of Access Control Entry (ACE) objects representing the share permissions on the share exporting this file or directory.
 ACE[] SmbFile.getSecurity()
          Return an array of Access Control Entry (ACE) objects representing the security descriptor associated with this file or directory.