public abstract class IdAuthConfig
extends io.mosip.kernel.dataaccess.hibernate.config.HibernateDaoConfig
| Constructor and Description |
|---|
IdAuthConfig() |
| Modifier and Type | Method and Description |
|---|---|
io.mosip.kernel.core.bioapi.spi.IBioApi |
compositeBiometricProvider()
Composite biometric provider.
|
io.mosip.kernel.core.bioapi.spi.IBioApi |
faceProvider()
Face provider.
|
io.mosip.kernel.core.bioapi.spi.IBioApi |
fingerProvider()
Finger provider.
|
void |
initialize()
Initialize.
|
io.mosip.kernel.core.bioapi.spi.IBioApi |
irisProvider()
Iris provider.
|
protected abstract boolean |
isFaceAuthEnabled()
Checks if is face auth enabled.
|
protected abstract boolean |
isFingerAuthEnabled()
Checks if is finger auth enabled.
|
protected abstract boolean |
isIrisAuthEnabled()
Checks if is iris auth enabled.
|
Map<String,Object> |
jpaProperties() |
org.springframework.web.servlet.LocaleResolver |
localeResolver()
Locale resolver.
|
org.springframework.context.MessageSource |
messageSource()
Message source.
|
@PostConstruct public void initialize()
public Map<String,Object> jpaProperties()
jpaProperties in interface io.mosip.kernel.core.dataaccess.spi.config.BaseDaoConfigjpaProperties in class io.mosip.kernel.dataaccess.hibernate.config.HibernateDaoConfig@Bean(value="finger")
public io.mosip.kernel.core.bioapi.spi.IBioApi fingerProvider()
throws IdAuthenticationAppException
IdAuthenticationAppException - the id authentication app exception@Bean(value="face")
public io.mosip.kernel.core.bioapi.spi.IBioApi faceProvider()
throws IdAuthenticationAppException
IdAuthenticationAppException - the id authentication app exception@Bean(value="iris")
public io.mosip.kernel.core.bioapi.spi.IBioApi irisProvider()
throws IdAuthenticationAppException
IdAuthenticationAppException - the id authentication app exception@Bean(value="composite")
public io.mosip.kernel.core.bioapi.spi.IBioApi compositeBiometricProvider()
throws IdAuthenticationAppException
IdAuthenticationAppException - the id authentication app exception@Bean public org.springframework.web.servlet.LocaleResolver localeResolver()
@Bean public org.springframework.context.MessageSource messageSource()
protected abstract boolean isFingerAuthEnabled()
protected abstract boolean isFaceAuthEnabled()
protected abstract boolean isIrisAuthEnabled()
Copyright © 2020. All rights reserved.