Package io.prestosql.server.security
Class PasswordAuthenticatorManager
- java.lang.Object
-
- io.prestosql.server.security.PasswordAuthenticatorManager
-
public class PasswordAuthenticatorManager extends Object
-
-
Constructor Summary
Constructors Constructor Description PasswordAuthenticatorManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddPasswordAuthenticatorFactory(PasswordAuthenticatorFactory factory)PasswordAuthenticatorgetAuthenticator()booleanisLoaded()voidloadPasswordAuthenticator()voidsetAuthenticator(PasswordAuthenticator authenticator)voidsetRequired()
-
-
-
Method Detail
-
setRequired
public void setRequired()
-
addPasswordAuthenticatorFactory
public void addPasswordAuthenticatorFactory(PasswordAuthenticatorFactory factory)
-
isLoaded
public boolean isLoaded()
-
loadPasswordAuthenticator
public void loadPasswordAuthenticator() throws Exception- Throws:
Exception
-
getAuthenticator
public PasswordAuthenticator getAuthenticator()
-
setAuthenticator
public void setAuthenticator(PasswordAuthenticator authenticator)
-
-