AuthenticationService
, ModuleControl
, ModuleSupportable
, PropertySetCallback
public class SpecificAuthenticationServiceImpl extends AuthenticationServiceBase
It calls the specific User authentication scheme defined by the user/ administrator.
Modifier and Type | Field | Description |
---|---|---|
private java.lang.String |
specificAuthenticationScheme |
MODULE
authenticationScheme, AuthenticationTrace, SECMEC_USRSSBPWD
Constructor | Description |
---|---|
SpecificAuthenticationServiceImpl() |
Modifier and Type | Method | 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.14 Internals - Copyright © 2004,2018 The Apache Software Foundation. All Rights Reserved.