Interface ApplicationDescriptor
@ProviderType
public interface ApplicationDescriptor
Represents the localization information for OAuth2 applications.
-
Method Summary
Modifier and TypeMethodDescriptiondescribeApplication(Locale locale) Localize an application for a given locale.
-
Method Details
-
describeApplication
Localize an application for a given locale.- Parameters:
locale- the locale requested for the description.- Returns:
- a description for the applicationName in the requested locale.
-