Package org.apache.solr.util
Class SecurityJson
java.lang.Object
org.apache.solr.util.SecurityJson
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.
-
Field Summary
Fields -
Method Summary
-
Field Details
-
USER
- See Also:
-
PASS
- See Also:
-
USER_PASS
- See Also:
-
SIMPLE
-