Class DefaultUserAuthenticatorServiceImpl

java.lang.Object
com.skava.service.impl.authenticator.DefaultUserAuthenticatorServiceImpl
All Implemented Interfaces:
UserAuthenticatorService

@Transactional(propagation=REQUIRED, readOnly=false) public class DefaultUserAuthenticatorServiceImpl extends Object implements UserAuthenticatorService
This service class implements UserAuthenticatorService and handles the user default login service request, process it and save the details in DB. It also implements business logic required for user login request.
Author:
Infosys Equinox