Package org.apache.bookkeeper.auth
Class AuthProviderFactoryFactory
- java.lang.Object
 - 
- org.apache.bookkeeper.auth.AuthProviderFactoryFactory
 
 
- 
public class AuthProviderFactoryFactory extends java.lang.ObjectA factory to manage the authentication provider factories. 
- 
- 
Field Summary
Fields Modifier and Type Field Description static java.lang.StringAUTHENTICATION_DISABLED_PLUGIN_NAME 
- 
Constructor Summary
Constructors Constructor Description AuthProviderFactoryFactory() 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static BookieAuthProvider.FactorynewBookieAuthProviderFactory(ServerConfiguration conf)static ClientAuthProvider.FactorynewClientAuthProviderFactory(ClientConfiguration conf) 
 - 
 
- 
- 
Field Detail
- 
AUTHENTICATION_DISABLED_PLUGIN_NAME
public static final java.lang.String AUTHENTICATION_DISABLED_PLUGIN_NAME
- See Also:
 - Constant Field Values
 
 
 - 
 
- 
Method Detail
- 
newBookieAuthProviderFactory
public static BookieAuthProvider.Factory newBookieAuthProviderFactory(ServerConfiguration conf) throws java.io.IOException
- Throws:
 java.io.IOException
 
- 
newClientAuthProviderFactory
public static ClientAuthProvider.Factory newClientAuthProviderFactory(ClientConfiguration conf) throws java.io.IOException
- Throws:
 java.io.IOException
 
 - 
 
 -