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 AuthenticationPluginSpi
public final AuthenticationPlugin createPlugin()
createPlugin
in interface AuthenticationPluginSpi
Copyright © 2001-2021 Jaybird (Firebird JDBC/JCA) team. All rights reserved.