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_USRSSBPWD
MODULE
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, getServiceModule, getServiceName, getSystemCredentialsDatabaseName, getSystemProperty, getTransaction, hashPasswordSHA1Scheme, hashUsingDefaultAlgorithm, init, map, parsePasswordLifetime, parsePasswordThreshold, requireAuthentication, setAuthenticationService, stop, substitutePassword, validate
public boolean canSupport(java.util.Properties properties)
public void boot(boolean create, java.util.Properties properties) throws StandardException
AuthenticationServiceBase
boot
in interface ModuleControl
boot
in class AuthenticationServiceBase
StandardException
- upon failure to load/boot the expected
authentication service.ModuleControl.boot(boolean, java.util.Properties)
Apache Derby V10.13 Internals - Copyright © 2004,2016 The Apache Software Foundation. All Rights Reserved.