Uses of Class
jcifs.smb1.smb1.ACE
-
Packages that use ACE Package Description jcifs.smb1.dcerpc.msrpc jcifs.smb1.smb1 -
-
Uses of ACE in jcifs.smb1.dcerpc.msrpc
Methods in jcifs.smb1.dcerpc.msrpc that return ACE Modifier and Type Method Description ACE[]MsrpcShareGetInfo. getSecurity() -
Uses of ACE in jcifs.smb1.smb1
Fields in jcifs.smb1.smb1 declared as ACE Modifier and Type Field Description ACE[]SecurityDescriptor. acesMethods in jcifs.smb1.smb1 that return ACE Modifier and Type Method Description 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.
-