public abstract class AbstractSrpAuthenticationPluginSpi extends java.lang.Object implements AuthenticationPluginSpi
| Modifier | Constructor and Description | 
|---|---|
| protected  | AbstractSrpAuthenticationPluginSpi(java.lang.String pluginName,
                                  java.lang.String clientProofHashAlgorithm)Initializes this Srp provider. | 
| Modifier and Type | Method and Description | 
|---|---|
| AuthenticationPlugin | createPlugin() | 
| java.lang.String | getPluginName() | 
protected AbstractSrpAuthenticationPluginSpi(java.lang.String pluginName,
                                             java.lang.String clientProofHashAlgorithm)
                                      throws java.sql.SQLException
pluginName - Firebird name of the authentication pluginclientProofHashAlgorithm - Client proof hash algorithmjava.sql.SQLException - If the clientProofHashAlgorithm is not supported by the JVM.public final java.lang.String getPluginName()
getPluginName in interface AuthenticationPluginSpipublic final AuthenticationPlugin createPlugin()
createPlugin in interface AuthenticationPluginSpiCopyright © 2001-2024 Jaybird (Firebird JDBC) team. All rights reserved.