Searched defs:hci (Results 1 - 6 of 6) sorted by relevance

/openjdk9/jdk/src/java.security.jgss/share/classes/sun/security/jgss/
H A DHttpCaller.java35 final private HttpCallerInfo hci; field in class:HttpCaller
37 public HttpCaller(HttpCallerInfo hci) { argument
/openjdk9/jdk/src/java.base/share/classes/sun/net/www/protocol/http/
H A DNegotiator.java37 static Negotiator getNegotiator(HttpCallerInfo hci) { argument
H A DAuthenticationHeader.java88 private final HttpCallerInfo hci; // un-schemed, need check field in class:AuthenticationHeader
122 AuthenticationHeader(String hdrname, MessageHeader response, HttpCallerInfo hci, boolean dontUseNegotiate) argument
134 AuthenticationHeader(String hdrname, MessageHeader response, HttpCallerInfo hci, boolean dontUseNegotiate, Set<String> disabledSchemes) argument
[all...]
H A DNegotiateAuthentication.java51 private final HttpCallerInfo hci; field in class:NegotiateAuthentication
75 public NegotiateAuthentication(HttpCallerInfo hci) { argument
96 public static boolean isSupported(HttpCallerInfo hci) { argument
128 isSupportedImpl(HttpCallerInfo hci) argument
[all...]
/openjdk9/jdk/src/java.security.jgss/share/classes/sun/net/www/protocol/http/spnego/
H A DNegotiatorImpl.java67 private void init(HttpCallerInfo hci) throws GSSException { argument
115 public NegotiatorImpl(HttpCallerInfo hci) throws IOException { argument
H A DNegotiateCallbackHandler.java55 private final HttpCallerInfo hci; field in class:NegotiateCallbackHandler
57 public NegotiateCallbackHandler(HttpCallerInfo hci) { argument
[all...]

Completed in 171 milliseconds