- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for ACCEPT_INCOMPLETE (0.06 sec)
-
src/main/java/jcifs/spnego/NegTokenTarg.java
@SuppressWarnings ( "javadoc" ) public class NegTokenTarg extends SpnegoToken { public static final int UNSPECIFIED_RESULT = -1; public static final int ACCEPT_COMPLETED = 0; public static final int ACCEPT_INCOMPLETE = 1; public static final int REJECTED = 2; public static final int REQUEST_MIC = 3; private ASN1ObjectIdentifier mechanism; private int result = UNSPECIFIED_RESULT;
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Mon Jan 04 04:18:31 UTC 2021 - 5.4K bytes - Viewed (0)