Class DirectoryMappingEntity

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

public class DirectoryMappingEntity extends Object
Represents a DirectoryMapping entity.
Since:
2.2
  • Constructor Details

    • DirectoryMappingEntity

      public DirectoryMappingEntity(Long directoryId, Boolean authenticateAll, Set<String> allowedOperations, com.atlassian.plugins.rest.api.model.Link link)
  • Method Details

    • getDirectoryId

      public Long getDirectoryId()
    • isAuthenticateAll

      public Boolean isAuthenticateAll()
    • getAllowedOperations

      public Set<String> getAllowedOperations()
    • getLink

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