Class AppInfoBean

java.lang.Object
org.odpi.openmetadata.userauthn.AppInfoBean
All Implemented Interfaces:
Serializable

@Component public class AppInfoBean extends Object implements Serializable
The AppInfoBean is a spring bean used to store the title and description of this runtime.
See Also:
  • Constructor Details

    • AppInfoBean

      public AppInfoBean(@Value("${app.title: }") String title, @Value("${app.description: }") String description)
      Constructor called when the application's properties are processed.
      Parameters:
      title - title
      description - description
  • Method Details

    • getTitle

      public String getTitle()
      Returns:
      title field
    • getDescription

      public String getDescription()
      Returns:
      description field