Package org.apache.bookkeeper.auth
Class AuthProviderFactoryFactory
java.lang.Object
org.apache.bookkeeper.auth.AuthProviderFactoryFactory
A factory to manage the authentication provider factories.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic BookieAuthProvider.Factorystatic ClientAuthProvider.Factory
-
Field Details
-
AUTHENTICATION_DISABLED_PLUGIN_NAME
- See Also:
-
-
Constructor Details
-
AuthProviderFactoryFactory
public AuthProviderFactoryFactory()
-
-
Method Details
-
newBookieAuthProviderFactory
public static BookieAuthProvider.Factory newBookieAuthProviderFactory(ServerConfiguration conf) throws IOException - Throws:
IOException
-
newClientAuthProviderFactory
public static ClientAuthProvider.Factory newClientAuthProviderFactory(ClientConfiguration conf) throws IOException - Throws:
IOException
-