- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testParseUnknownAuthType (0.39 sec)
-
src/test/java/jcifs/pac/kerberos/KerberosAuthDataTest.java
/** * Test parsing with an unknown auth type. * Expects an empty list of authorizations. * @throws PACDecodingException should not be thrown */ @Test void testParseUnknownAuthType() throws PACDecodingException { // GIVEN an unknown auth type int unknownAuthType = -1; byte[] emptyToken = new byte[0]; // WHEN parsing the auth data
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 2.7K bytes - Viewed (0)