Interface AuthenticationProviderHolder.AuthenticationProvider
-
- Enclosing class:
- AuthenticationProviderHolder
public static interface AuthenticationProviderHolder.AuthenticationProvider
Provider to handle authentication.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AuthenticationPlugin
processAuthPlugin(java.lang.String plugin, java.lang.String password, byte[] authData, Options options)
-
-
-
Method Detail
-
processAuthPlugin
AuthenticationPlugin processAuthPlugin(java.lang.String plugin, java.lang.String password, byte[] authData, Options options) throws java.sql.SQLException
- Throws:
java.sql.SQLException
-
-