Package org.apache.druid.server.security
Class AuthenticatorMapper
- java.lang.Object
-
- org.apache.druid.server.security.AuthenticatorMapper
-
public class AuthenticatorMapper extends Object
-
-
Constructor Summary
Constructors Constructor Description AuthenticatorMapper(Map<String,Authenticator> authenticatorMap)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Authenticator>getAuthenticatorChain()Map<String,Authenticator>getAuthenticatorMap()
-
-
-
Constructor Detail
-
AuthenticatorMapper
public AuthenticatorMapper(Map<String,Authenticator> authenticatorMap)
-
-
Method Detail
-
getAuthenticatorMap
public Map<String,Authenticator> getAuthenticatorMap()
-
getAuthenticatorChain
public List<Authenticator> getAuthenticatorChain()
-
-