Searched refs:authfile (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wscompile/
H A DDefaultAuthenticator.java55 public DefaultAuthenticator(@NotNull ErrorReceiver receiver, @NotNull File authfile) throws BadCommandLineException { argument
60 if(authfile != null){
61 this.authFile = authfile;
146 * When user provides authfile explicitly using -Xauthfile we throw error otherwise show the mesage by default with -Xdebug flag
H A DWsimportOptions.java250 String authfile = requireArgument("-Xauthfile", args, ++i);
251 authFile = new File(authfile);

Completed in 1015 milliseconds