Interface ApplicationDescriptor


@ProviderType public interface ApplicationDescriptor
Represents the localization information for OAuth2 applications.
  • Method Summary

    Modifier and Type
    Method
    Description
    Localize an application for a given locale.
  • Method Details

    • describeApplication

      String describeApplication(Locale locale)
      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.