Class AzureAdConnectionTestEntity

java.lang.Object
com.atlassian.crowd.plugin.rest.entity.AzureAdConnectionTestEntity

public class AzureAdConnectionTestEntity extends Object
  • Constructor Details

    • AzureAdConnectionTestEntity

      public AzureAdConnectionTestEntity()
    • AzureAdConnectionTestEntity

      public AzureAdConnectionTestEntity(String tenantId, String webAppId, String webAppSecret, String nativeAppId, String graphEndpoint, String authorityEndpoint, String region)
  • Method Details

    • getTenantId

      public String getTenantId()
    • getWebAppId

      public String getWebAppId()
    • getWebAppSecret

      public String getWebAppSecret()
    • getNativeAppId

      public String getNativeAppId()
    • getGraphEndpoint

      public String getGraphEndpoint()
    • getAuthorityEndpoint

      public String getAuthorityEndpoint()
    • getRegion

      public String getRegion()