Class ApplicationEntity

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

public class ApplicationEntity extends Object
Represents an Application entity.
Since:
2.2
  • Constructor Details

  • Method Details

    • getId

      public Long getId()
    • getDescription

      public String getDescription()
    • isActive

      public Boolean isActive()
    • setPassword

      public void setPassword(PasswordEntity password)
    • getPassword

      public PasswordEntity getPassword()
    • isLowercaseOutput

      public Boolean isLowercaseOutput()
    • isAliasingEnabled

      public Boolean isAliasingEnabled()
    • setName

      public void setName(String name)
    • getName

      public String getName()
    • setType

      public void setType(String type)
    • getType

      public String getType()
    • setAttributes

      public void setAttributes(AttributeEntityList attributes)
    • getAttributes

      public AttributeEntityList getAttributes()
    • setDirectoryMappings

      public void setDirectoryMappings(DirectoryMappingEntityList directoryMappings)
    • getDirectoryMappings

      public DirectoryMappingEntityList getDirectoryMappings()
    • setRemoteAddresses

      public void setRemoteAddresses(RemoteAddressEntitySet remoteAddresses)
    • getRemoteAddresses

      public RemoteAddressEntitySet getRemoteAddresses()
    • toString

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

      public void setLink(com.atlassian.plugins.rest.api.model.Link link)
    • getLink

      public com.atlassian.plugins.rest.api.model.Link getLink()