blob: ccb8b6a90a014f9bede6896c6026f4f080dca69e [file] [log] [blame]
// Delegates authentication to a stub login module, hardcoded to authenticate as a particular user - see JMXAuthTest
TestLogin {
org.apache.cassandra.auth.jmx.JMXAuthTest$StubLoginModule REQUIRED role_name=test_role;
};