- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for getServerSid (0.06 sec)
-
src/main/java/jcifs/smb/SIDCacheImpl.java
this.sidCache.put(resolved[ si ], resolved[ si ]); } } } } @Override public SID getServerSid ( CIFSContext tc, String server ) throws CIFSException { lsarpc.LsarDomainInfo info = new lsarpc.LsarDomainInfo(); MsrpcQueryInformationPolicy rpc; synchronized ( this.sidCache ) {
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/SidResolver.java
/** * @param authorityServerName * @param tc * @return the server's SID * @throws CIFSException */ SID getServerSid ( CIFSContext tc, String authorityServerName ) throws CIFSException; /** * This specialized method returns a Map of users and local groups for the
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 4.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/internal/smb1/com/SmbComOpenAndXResponse.java
/** * @return the action */ public final int getAction () { return this.action; } /** * @return the serverFid */ public final int getServerFid () { return this.serverFid; } /** * @return the lastWriteTime */ @Override public final long getLastWriteTime () { return this.lastWriteTime;
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 5.2K bytes - Viewed (0)