Path: blob/aarch64-shenandoah-jdk8u272-b10/jdk/test/javax/management/security/login.config
38841 views
PasswordFileAuthentication {
com.sun.jmx.remote.security.FileLoginModule required
passwordFile="${password.file}";
};
SampleLoginModule {
TestSampleLoginModule required;
};