- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for SIDCacheImpl (0.05 seconds)
-
src/main/java/jcifs/smb/SIDCacheImpl.java
*/ public class SIDCacheImpl implements SidResolver { private static Logger log = LoggerFactory.getLogger(SIDCacheImpl.class); private final Map<SID, SID> sidCache = new HashMap<>(); /** * Constructs a SID cache implementation. * * @param baseContext the CIFS context for this cache */ public SIDCacheImpl(final CIFSContext baseContext) { }Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Mon Aug 25 14:34:10 GMT 2025 - 13.6K bytes - Click Count (0) -
src/test/java/jcifs/smb/SIDCacheImplTest.java
} } @Test @DisplayName("resolveSids(DcerpcHandle,...) populates acct, domain and type for known types") void resolveSids_populatesFields_happyPath() throws Exception { SIDCacheImpl cache = new SIDCacheImpl(mock(CIFSContext.class)); DcerpcHandle handle = mock(DcerpcHandle.class); LsaPolicyHandle policy = mock(LsaPolicyHandle.class); // Prepare input SIDsCreated: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 14K bytes - Click Count (0)