Interface ExternalUrlConfig.Builder

  • Method Details

    • accessUrl

      ExternalUrlConfig.Builder accessUrl(String accessUrl)

      The URL to access the application.

      Parameters:
      accessUrl - The URL to access the application.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • approvedOrigins

      ExternalUrlConfig.Builder approvedOrigins(Collection<String> approvedOrigins)

      Additional URLs to allow list if different than the access URL.

      Parameters:
      approvedOrigins - Additional URLs to allow list if different than the access URL.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • approvedOrigins

      ExternalUrlConfig.Builder approvedOrigins(String... approvedOrigins)

      Additional URLs to allow list if different than the access URL.

      Parameters:
      approvedOrigins - Additional URLs to allow list if different than the access URL.
      Returns:
      Returns a reference to this object so that method calls can be chained together.