- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for InitContext (0.11 sec)
-
src/test/java/jcifs/tests/SidTest.java
} } @Test public void resolveLazyType () throws IOException { String sid = getRequiredProperty(TestProperties.TEST_USER_SID); SID s = new SID(sid); s.initContext(getRequiredProperty(TestProperties.TEST_DOMAIN_DC), withTestNTLMCredentials(getContext())); assertEquals(jcifs.SID.SID_TYPE_USER, s.getType()); }
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 4.1K bytes - Viewed (0) -
src/main/java/jcifs/smb/SID.java
return tc.getSIDResolver().getGroupMemberSids(tc, authorityServerName, getDomainSid(), getRid(), flags); } /** * @param context * @param server */ public void initContext ( String server, CIFSContext context ) { this.origin_ctx = context; this.origin_server = server; }
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 14.9K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbFile.java
} } else { for ( ai = 0; ai < aces.length; ai++ ) { aces[ ai ].getSID().initContext(server, getContext()); } } } @Override public long fileIndex () throws SmbException { try ( SmbTreeHandleImpl th = ensureTreeConnected() ) {
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Thu May 23 01:50:13 UTC 2024 - 82.3K bytes - Viewed (0)