Lines Matching defs:PropertyNames

106     public static interface PropertyNames {
301 final String portStr = props.getProperty(PropertyNames.PORT);
336 String rmiPortStr = props.getProperty(PropertyNames.RMI_PORT);
350 props.getProperty(PropertyNames.USE_AUTHENTICATION,
357 props.getProperty(PropertyNames.USE_SSL,
364 props.getProperty(PropertyNames.USE_REGISTRY_SSL,
370 props.getProperty(PropertyNames.SSL_ENABLED_CIPHER_SUITES);
382 props.getProperty(PropertyNames.SSL_ENABLED_PROTOCOLS);
394 props.getProperty(PropertyNames.SSL_NEED_CLIENT_AUTH,
401 props.getProperty(PropertyNames.SSL_CONFIG_FILE_NAME);
412 props.getProperty(PropertyNames.LOGIN_CONFIG_NAME);
417 props.getProperty(PropertyNames.PASSWORD_FILE_NAME,
423 accessFileName = props.getProperty(PropertyNames.ACCESS_FILE_NAME,
431 "\n\t" + PropertyNames.PORT + "=" + port +
432 "\n\t" + PropertyNames.RMI_PORT + "=" + rmiPort +
433 "\n\t" + PropertyNames.USE_SSL + "=" + useSsl +
434 "\n\t" + PropertyNames.USE_REGISTRY_SSL + "=" + useRegistrySsl +
435 "\n\t" + PropertyNames.SSL_CONFIG_FILE_NAME + "=" + sslConfigFileName +
436 "\n\t" + PropertyNames.SSL_ENABLED_CIPHER_SUITES + "=" +
438 "\n\t" + PropertyNames.SSL_ENABLED_PROTOCOLS + "=" +
440 "\n\t" + PropertyNames.SSL_NEED_CLIENT_AUTH + "=" +
442 "\n\t" + PropertyNames.USE_AUTHENTICATION + "=" +
444 (useAuthentication ? (loginConfigName == null ? ("\n\t" + PropertyNames.PASSWORD_FILE_NAME + "=" +
445 passwordFileName) : ("\n\t" + PropertyNames.LOGIN_CONFIG_NAME + "=" +
448 (useAuthentication ? ("\n\t" + PropertyNames.ACCESS_FILE_NAME + "=" +
528 PropertyNames.USE_LOCAL_ONLY, DefaultValues.USE_LOCAL_ONLY);