Class ApplicationConfigSharePointBridgeApp


  • public class ApplicationConfigSharePointBridgeApp
    extends Object
    Defines the settings for the registered application on the Microsoft identity platform for access to the SharePoint Online site
    • Constructor Detail

      • ApplicationConfigSharePointBridgeApp

        public ApplicationConfigSharePointBridgeApp()
    • Method Detail

      • getApplicationId

        @Nullable
        public @Nullable String getApplicationId()
        The ID of the application that was assigned during creation
        Returns:
        applicationId
      • setApplicationId

        public void setApplicationId​(String applicationId)
      • getClientSecret

        @Nullable
        public @Nullable String getClientSecret()
        The secret that was generated for the application
        Returns:
        clientSecret
      • setClientSecret

        public void setClientSecret​(String clientSecret)
      • getTenantId

        @Nullable
        public @Nullable String getTenantId()
        The id of the tenant to which the application belongs
        Returns:
        tenantId
      • setTenantId

        public void setTenantId​(String tenantId)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object