Interface OAuth2Model

  • All Superinterfaces:
    AMAdminConstants, AMModel
    All Known Implementing Classes:
    OAuth2ModelImpl

    public interface OAuth2Model
    extends AMModel
    Model class for common tasks involved in configuring OAuth2 profiles.
    Since:
    13.0.0
    • Method Detail

      • getDisplayName

        String getDisplayName()
        Get the name of this OAuth2 profile, suitable for display to a user.
        Returns:
        the (possibly localized) name of the OAuth2 profile.
      • getLocalizedHelpMessage

        String getLocalizedHelpMessage()
        A localized message describing the OAuth2 profile.
        Returns:
        a localized help message for the profile.