Searched defs:authfile (Results 1 - 1 of 1) 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

Completed in 27 milliseconds