Class SecurityJson

java.lang.Object
org.apache.solr.util.SecurityJson

public final class SecurityJson extends Object
Provides security.json constants for use in tests that enable security.

Many tests require a simple security.json with one admin user and the BasicAuthPlugin enabled; such a configuration is represented by the SIMPLE constant here. Other variants of security.json can be moved to this class if and when they are duplicated by two or more tests.