Package org.odpi.openmetadata.userauthn
Class AppInfoBean
java.lang.Object
org.odpi.openmetadata.userauthn.AppInfoBean
- All Implemented Interfaces:
Serializable
The AppInfoBean is a spring bean used to store the title and description of this runtime.
- See Also:
-
Constructor Summary
ConstructorDescriptionAppInfoBean
(String title, String description) Constructor called when the application's properties are processed. -
Method Summary
-
Constructor Details
-
Method Details
-
getTitle
- Returns:
- title field
-
getDescription
- Returns:
- description field
-