Package org.apache.druid.server.security
Class AuthTestUtils
- java.lang.Object
-
- org.apache.druid.server.security.AuthTestUtils
-
public class AuthTestUtils extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static AuthenticatorMapperTEST_AUTHENTICATOR_MAPPERstatic AuthorizerMapperTEST_AUTHORIZER_MAPPER
-
Constructor Summary
Constructors Constructor Description AuthTestUtils()
-
-
-
Field Detail
-
TEST_AUTHENTICATOR_MAPPER
public static final AuthenticatorMapper TEST_AUTHENTICATOR_MAPPER
-
TEST_AUTHORIZER_MAPPER
public static final AuthorizerMapper TEST_AUTHORIZER_MAPPER
-
-