Class HvlAuthSettingRestController

java.lang.Object
tr.com.havelsan.javarch.oauth.auth.starter.controller.HvlAuthSettingRestController
All Implemented Interfaces:
HvlAuthSettingRestService

@RestController @RequestMapping("${hvl.oauth.auth.setting.service.controller-path:/auth/setting}") @HvlActuatorService(name="hvlAuthSettingRestService", groupName="hvlAuth") public class HvlAuthSettingRestController extends Object implements HvlAuthSettingRestService
The class in which service endpoints are defined for authentication settings operations.
  • Constructor Details

    • HvlAuthSettingRestController

      public HvlAuthSettingRestController(HvlOAuthSettingIntegrationProvider settingIntegrationProvider)
      Instantiates a new Hvl auth setting rest controller.
      Parameters:
      settingIntegrationProvider - the setting integration provider
  • Method Details