Class HvlAuthzProfileDetailRestController

java.lang.Object
tr.com.havelsan.javarch.oauth.authz.starter.module.profile.controller.HvlAuthzProfileDetailRestController
All Implemented Interfaces:
HvlAuthzProfileDetailOperationalRestService, HvlAuthzProfileDetailRestService

@RestController @RequestMapping("${hvl.oauth.authz.service.profile-detail.controller-path:/profile-details}") @HvlActuatorService(name="HvlAuthzProfileDetailRestService", groupName="HvlAuthzProfile") public class HvlAuthzProfileDetailRestController extends Object implements HvlAuthzProfileDetailRestService, HvlAuthzProfileDetailOperationalRestService
The class in which service endpoints are defined for profile detail operations.
  • Constructor Details

    • HvlAuthzProfileDetailRestController

      public HvlAuthzProfileDetailRestController(HvlAuthzProfileDetailService profileDetailService)
      Instantiates a new HvlAuthzProfileDetailRestController.
      Parameters:
      profileDetailService - the profile detail service
  • Method Details