Interface PointToSiteConfiguration.UpdateStages.WithAzureCertificate

    • Method Detail

      • withAzureCertificate

        PointToSiteConfiguration.Update withAzureCertificate​(String name,
                                                             String certificateData)
        Specifies that Azure certificate authentication type will be used and certificate to use for Azure authentication.
        Parameters:
        name - name of certificate
        certificateData - the certificate public data
        Returns:
        the next stage of the update
      • withAzureCertificateFromFile

        PointToSiteConfiguration.Update withAzureCertificateFromFile​(String name,
                                                                     File certificateFile)
                                                              throws IOException
        Specifies that azure certificate authentication type will be used and certificate to use for Azure authentication.
        Parameters:
        name - name of certificate
        certificateFile - public Base64-encoded certificate file
        Returns:
        the next stage of the update
        Throws:
        IOException
      • withoutAzureCertificate

        PointToSiteConfiguration.Update withoutAzureCertificate​(String name)
        Removes attached azure certificate with specified name.
        Parameters:
        name - name of the certificate
        Returns:
        the next stage of the update