Package org.odpi.openmetadata.userauthn
Class PublicController
java.lang.Object
org.odpi.openmetadata.userauthn.PublicController
PublicController provides the standard information about this application.
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiongetApplicationInformation(jakarta.servlet.http.HttpServletRequest request) Return information about this runtime. 
- 
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
 
 
 -