Interface ActiveDirectoryApplication

    • Method Detail

      • applicationId

        String applicationId()
        Returns:
        the application ID
      • availableToOtherTenants

        @Deprecated
        boolean availableToOtherTenants()
        Deprecated.
        use accountType(), false only when account type is "AzureADMyOrg"
        Returns:
        whether the application is be available to other tenants
      • identifierUris

        Set<String> identifierUris()
        Returns:
        a collection of URIs for the application
      • replyUrls

        Set<String> replyUrls()
        Returns:
        a collection of reply URLs for the application
      • signOnUrl

        URL signOnUrl()
        Returns:
        the home page of the application
      • passwordCredentials

        Map<String,​PasswordCredential> passwordCredentials()
        Returns:
        the mapping of password credentials from their names
      • certificateCredentials

        Map<String,​CertificateCredential> certificateCredentials()
        Returns:
        the mapping of certificate credentials from their names