Searched refs:__NEGOTIATE_AUTH (Results 1 – 2 of 2) sorted by relevance
70 else if ( Constraint.__NEGOTIATE_AUTH.equalsIgnoreCase(auth) ) // see Bug #377076 in getAuthenticator()71 authenticator = new SpnegoAuthenticator(Constraint.__NEGOTIATE_AUTH); in getAuthenticator()
45 public final static String __NEGOTIATE_AUTH = "NEGOTIATE"; field in Constraint58 || method.equals(__NEGOTIATE_AUTH)); in validateMethod()