- Sort Score
- Result 10 results
- Languages All
Results 1 - 6 of 6 for resolveSids (0.06 sec)
-
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/smb/SmbClient.java
} } /** * @return the resolveSids */ public boolean isResolveSids() { return resolveSids; } /** * @param resolveSids * the resolveSids to set */ public void setResolveSids(final boolean resolveSids) { this.resolveSids = resolveSids; } /** * @return the charset */
Registered: Sun Nov 10 03:50:12 UTC 2024 - Last Modified: Thu May 23 01:54:36 UTC 2024 - 17.9K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/smb1/SmbClient.java
} } /** * @return the resolveSids */ public boolean isResolveSids() { return resolveSids; } /** * @param resolveSids * the resolveSids to set */ public void setResolveSids(final boolean resolveSids) { this.resolveSids = resolveSids; } /** * @return the charset */
Registered: Sun Nov 10 03:50:12 UTC 2024 - Last Modified: Thu Feb 22 01:47:32 UTC 2024 - 18.9K bytes - Viewed (0) -
src/main/java/jcifs/smb/SIDCacheImpl.java
resolveSids(handle, policyHandle, sids); } } catch ( IOException e ) { throw new CIFSException("Failed to resolve SIDs", e); } } } @Override
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 12.6K bytes - Viewed (0) -
src/main/java/jcifs/smb1/smb1/SID.java
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Fri Mar 22 21:10:40 UTC 2019 - 26.6K bytes - Viewed (0) -
src/main/java/jcifs/SmbResource.java
* * @param resolveSids * Attempt to resolve the SIDs within each ACE form * their numeric representation to their corresponding account names. * @return array of ACEs * @throws IOException */ ACE[] getSecurity ( boolean resolveSids ) throws IOException; /**
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Dec 20 14:09:34 UTC 2020 - 26K bytes - Viewed (1) -
src/main/java/jcifs/smb/SID.java
* @throws IOException */ public void resolve ( String authorityServerName, CIFSContext tc ) throws IOException { SID[] sids = new SID[1]; sids[ 0 ] = this; tc.getSIDResolver().resolveSids(tc, authorityServerName, sids); } void resolveWeak () { if ( this.origin_server != null ) { try { resolve(this.origin_server, this.origin_ctx); }
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 14.9K bytes - Viewed (0)