- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for getOwnerUserSid (0.21 sec)
-
src/main/java/jcifs/internal/dtyp/SecurityDescriptor.java
* @return the ownerGroupSid */ public final SID getOwnerGroupSid () { return this.ownerGroupSid; } /** * @return the ownerUserSid */ public final SID getOwnerUserSid () { return this.ownerUserSid; } /** * * @param buffer * @param bufferIndex * @param len * @return decoded data length
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.OWNER_SECURITY_INFO); SID ownerUser = desc.getOwnerUserSid(); if ( ownerUser == 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)