Package io.prestosql.spi.security
Interface CertificateAuthenticatorFactory
-
public interface CertificateAuthenticatorFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CertificateAuthenticator
create(Map<String,String> config)
String
getName()
-
-
-
Method Detail
-
getName
String getName()
-
create
CertificateAuthenticator create(Map<String,String> config)
-
-