Uses of Interface
org.mariadb.jdbc.internal.protocol.authentication.AuthenticationProviderHolder.AuthenticationProvider
-
Packages that use AuthenticationProviderHolder.AuthenticationProvider Package Description org.mariadb.jdbc.internal.protocol.authentication -
-
Uses of AuthenticationProviderHolder.AuthenticationProvider in org.mariadb.jdbc.internal.protocol.authentication
Fields in org.mariadb.jdbc.internal.protocol.authentication declared as AuthenticationProviderHolder.AuthenticationProvider Modifier and Type Field Description private static AuthenticationProviderHolder.AuthenticationProvider
AuthenticationProviderHolder. currentProvider
static AuthenticationProviderHolder.AuthenticationProvider
AuthenticationProviderHolder. DEFAULT_PROVIDER
The default provider will construct a new pool on every request.Methods in org.mariadb.jdbc.internal.protocol.authentication that return AuthenticationProviderHolder.AuthenticationProvider Modifier and Type Method Description static AuthenticationProviderHolder.AuthenticationProvider
AuthenticationProviderHolder. getAuthenticationProvider()
Get the currently setAuthenticationProviderHolder.AuthenticationProvider
from set invocations viaAuthenticationProviderHolder.setAuthenticationProvider(AuthenticationProvider)
.Methods in org.mariadb.jdbc.internal.protocol.authentication with parameters of type AuthenticationProviderHolder.AuthenticationProvider Modifier and Type Method Description static void
AuthenticationProviderHolder. setAuthenticationProvider(AuthenticationProviderHolder.AuthenticationProvider newProvider)
Change the current set authentication provider.
-