Class OAuth2ServiceProviderDescriptor


  • public class OAuth2ServiceProviderDescriptor
    extends Object
    Since:
    7.3
    • Constructor Detail

      • OAuth2ServiceProviderDescriptor

        public OAuth2ServiceProviderDescriptor()
    • Method Detail

      • getName

        public String getName()
      • getTokenServerURL

        public String getTokenServerURL()
      • getAuthorizationServerURL

        public String getAuthorizationServerURL()
      • getClientId

        public String getClientId()
      • getClientSecret

        public String getClientSecret()
      • getScopes

        public String[] getScopes()
      • getIcon

        public String getIcon()
      • isEnabled

        public boolean isEnabled()
      • setEnabled

        public void setEnabled​(boolean enabled)
      • getLabel

        public String getLabel()
      • getDescription

        public String getDescription()