Class WebSecurityConfiguration.ExampleRestController

java.lang.Object
org.bremersee.spring.security.ldaptive.app.WebSecurityConfiguration.ExampleRestController
Enclosing class:
WebSecurityConfiguration

@RestController public static class WebSecurityConfiguration.ExampleRestController extends Object
The type Example rest controller.
  • Constructor Details

    • ExampleRestController

      public ExampleRestController()
  • Method Details

    • sayHello

      @GetMapping(path="/hello") public org.springframework.http.ResponseEntity<String> sayHello()
      Say hello response entity.
      Returns:
      the response entity