Package org.odpi.openmetadata.userauthn
Class AboutPlatformProperties
java.lang.Object
org.odpi.openmetadata.userauthn.AboutPlatformProperties
- All Implemented Interfaces:
Serializable
The AppInfoBean is a spring bean used to store the title and description of this runtime.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAboutPlatformProperties(String displayName, String description, String organizationName) Constructor called when the application's properties are processed. -
Method Summary
Modifier and TypeMethodDescription
-
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- displayNamedescription- descriptionorganizationName- name of organization
-
-
Method Details
-
getDisplayName
- Returns:
- display name field
-
getDescription
- Returns:
- description field
-
getOrganizationName
- Returns:
- organization name
-