- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for getOwnerGroupSid (0.14 sec)
-
src/main/java/jcifs/internal/dtyp/SecurityDescriptor.java
/** * @return the aces */ public final ACE[] getAces () { return this.aces; } /** * @return the ownerGroupSid */ public final SID getOwnerGroupSid () { return this.ownerGroupSid; } /** * @return the ownerUserSid */ public final SID getOwnerUserSid () { return this.ownerUserSid; } /**
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 4.4K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbFile.java
try ( SmbTreeHandleImpl th = ensureTreeConnected() ) { SecurityDescriptor desc = querySecurity(th, SecurityInfo.GROUP_SECURITY_INFO); SID ownerGroup = desc.getOwnerGroupSid(); if ( ownerGroup == null ) { return null; } String server = this.fileLocator.getServerWithDfs(); if ( resolve ) {
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Thu May 23 01:50:13 UTC 2024 - 82.3K bytes - Viewed (0)