Path: blob/master/test/jdk/javax/security/auth/login/LoginContext/custom.config
51706 views
StandardCallbacks {
DefaultHandlerModule required;
CustomLoginModule required username="username" password="password";
};
StandardCallbacks {
DefaultHandlerModule required;
CustomLoginModule required username="username" password="password";
};