Class AboutPlatformProperties

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

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

    • AboutPlatformProperties

      public AboutPlatformProperties(@Value("${platform.name: }") String displayName, @Value("${platform.description: }") String description, @Value("${platform.organization.name: }") String organizationName)
      Constructor called when the application's properties are processed.
      Parameters:
      displayName - displayName
      description - description
      organizationName - name of organization
  • Method Details

    • getDisplayName

      public String getDisplayName()
      Returns:
      display name field
    • getDescription

      public String getDescription()
      Returns:
      description field
    • getOrganizationName

      public String getOrganizationName()
      Returns:
      organization name