Class PublicController

java.lang.Object
org.odpi.openmetadata.userauthn.PublicController

@RestController @RequestMapping("/api/public") public class PublicController extends Object
PublicController provides the standard information about this application.
  • Constructor Details

    • PublicController

      public PublicController()
  • Method Details

    • getApplicationInformation

      @GetMapping(path="/app/info") public AppInfoBean getApplicationInformation(jakarta.servlet.http.HttpServletRequest request)
      Return information about this runtime.
      Parameters:
      request - the http servlet request
      Returns:
      an AppInfoBean that contains the app build information