public class SpecificAuthenticationServiceImpl extends AuthenticationServiceBase
It calls the specific User authentication scheme defined by the user/ administrator.
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
specificAuthenticationScheme |
authenticationScheme, AuthenticationTrace, SECMEC_USRSSBPWDMODULE| Constructor and Description |
|---|
SpecificAuthenticationServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
apply, authenticate, getDatabaseProperties, getDatabaseProperty, getProperty, getServiceName, getSystemCredentialsDatabaseName, getSystemProperty, getTransaction, hashPasswordSHA1Scheme, hashUsingDefaultAlgorithm, init, map, parsePasswordLifetime, parsePasswordThreshold, requireAuthentication, setAuthenticationService, stop, substitutePassword, validatepublic boolean canSupport(java.util.Properties properties)
public void boot(boolean create,
java.util.Properties properties)
throws StandardException
AuthenticationServiceBaseboot in interface ModuleControlboot in class AuthenticationServiceBaseStandardException - upon failure to load/boot the expected
authentication service.ModuleControl.boot(boolean, java.util.Properties)Apache Derby V10.10 Internals - Copyright © 2004,2014 The Apache Software Foundation. All Rights Reserved.