Package com.sun.xml.ws.util
Class AuthUtil
java.lang.Object
com.sun.xml.ws.util.AuthUtil
Utils for HttpURLConnection authentication.
Version for
runtime >= 9.- Author:
- Nancy Bosecker
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidsetAuthenticator(Authenticator authenticator, HttpURLConnection httpConnection) Sets the authenticator on theHttpURLConnectionby invokingHttpURLConnection.setAuthenticator(Authenticator).
-
Constructor Details
-
AuthUtil
public AuthUtil()
-
-
Method Details
-
setAuthenticator
Sets the authenticator on theHttpURLConnectionby invokingHttpURLConnection.setAuthenticator(Authenticator). Version forruntime >= 9.
-