org.apache.derby.impl.jdbc.authentication
Class SpecificAuthenticationServiceImpl
java.lang.Object
org.apache.derby.impl.jdbc.authentication.AuthenticationServiceBase
org.apache.derby.impl.jdbc.authentication.SpecificAuthenticationServiceImpl
- All Implemented Interfaces:
- AuthenticationService, ModuleControl, ModuleSupportable, PropertySetCallback
public class SpecificAuthenticationServiceImpl
- extends AuthenticationServiceBase
This authentication service is a specific/user defined User authentication
level support.
It calls the specific User authentication scheme defined by the user/
administrator.
|
Method Summary |
void |
boot(boolean create,
java.util.Properties properties)
Start this module. |
boolean |
canSupport(java.util.Properties properties)
Check if we should activate this authentication service. |
| Methods inherited from class org.apache.derby.impl.jdbc.authentication.AuthenticationServiceBase |
apply, authenticate, getDatabaseProperties, getDatabaseProperty, getProperty, getServiceName, getSystemCredentialsDatabaseName, getSystemProperty, getTransaction, hashPasswordSHA1Scheme, hashUsingDefaultAlgorithm, init, map, parsePasswordLifetime, parsePasswordThreshold, requireAuthentication, setAuthenticationService, stop, substitutePassword, validate |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
specificAuthenticationScheme
private java.lang.String specificAuthenticationScheme
SpecificAuthenticationServiceImpl
public SpecificAuthenticationServiceImpl()
canSupport
public boolean canSupport(java.util.Properties properties)
- Check if we should activate this authentication service.
- Returns:
- true if this instance can be used, false otherwise.
boot
public void boot(boolean create,
java.util.Properties properties)
throws StandardException
- Description copied from class:
AuthenticationServiceBase
- Start this module. In this case, nothing needs to be done.
- Specified by:
boot in interface ModuleControl- Overrides:
boot in class AuthenticationServiceBase
- Throws:
StandardException - upon failure to load/boot the expected
authentication service.- See Also:
ModuleControl.boot(boolean, java.util.Properties)
Apache Derby V10.10 Internals - Copyright © 2004,2013 The Apache Software Foundation. All Rights Reserved.