Class ApplicationEntity

java.lang.Object
com.atlassian.crowd.plugin.rest.entity.admin.ApplicationEntity

public class ApplicationEntity extends Object
  • Constructor Details

  • Method Details

    • getId

      public Long getId()
    • getName

      public String getName()
    • getDescription

      public String getDescription()
    • getType

      public ApplicationType getType()
    • getActive

      public Boolean getActive()
    • getAliasingEnabled

      public Boolean getAliasingEnabled()
    • getLowercaseOutput

      public Boolean getLowercaseOutput()
    • getAggregateMemberships

      public Boolean getAggregateMemberships()
    • getCachedDirectoriesAuthenticationOrderOptimisation

      public Boolean getCachedDirectoriesAuthenticationOrderOptimisation()
    • getFilteringUsersWithAccessEnabled

      public Boolean getFilteringUsersWithAccessEnabled()
    • getFilteringGroupsWithAccessEnabled

      public Boolean getFilteringGroupsWithAccessEnabled()
    • getDirectoryMappings

      public DirectoryMappingsEntity getDirectoryMappings()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • builder

      public static ApplicationEntity.Builder builder()
    • builder

      public static ApplicationEntity.Builder builder(ApplicationEntity applicationEntity)