Class CustomUserAuthenticatorServiceImpl

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

public class CustomUserAuthenticatorServiceImpl extends Object implements UserAuthenticatorService
This service class implements UserAuthenticatorService and handles the user custom login service request, process it and save the details in DB. It also implements business logic required for user login request.
Author:
Infosys Equinox
  • Constructor Details

    • CustomUserAuthenticatorServiceImpl

      public CustomUserAuthenticatorServiceImpl()
      Default Constructor.
  • Method Details