Class HvlAuthzGoogleAuthenticatorRestController

java.lang.Object
tr.com.havelsan.javarch.oauth.authz.starter.controller.HvlAuthzGoogleAuthenticatorRestController
All Implemented Interfaces:
HvlAuthzGoogleAuthenticatorRestService

@RestController @RequestMapping("${hvl.oauth.auth.google-authenticator.service.controller-path:/google-authenticator}") @HvlActuatorService(name="HvlAuthzGoogleAuthenticatorRestService", groupName="HvlAuthzGoogleAuthenticator") public class HvlAuthzGoogleAuthenticatorRestController extends Object implements HvlAuthzGoogleAuthenticatorRestService
The class in which service endpoints are defined for google authenticator operations.
  • Constructor Details

    • HvlAuthzGoogleAuthenticatorRestController

      public HvlAuthzGoogleAuthenticatorRestController(HvlAuthzGoogleAuthenticatorService googleAuthenticatorService)
      Instantiates a new Hvl authz google authenticator rest controller.
      Parameters:
      googleAuthenticatorService - the google authenticator service
  • Method Details