com.atlassian.crowd.plugin.rest.entity
Class DirectoryMappingEntity

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

public class DirectoryMappingEntity
extends Object

Represents a DirectoryMapping entity.

Since:
2.2

Constructor Summary
DirectoryMappingEntity(Long directoryId, Boolean authenticateAll, Set<String> allowedOperations, com.atlassian.plugins.rest.common.Link link)
           
 
Method Summary
 Set<String> getAllowedOperations()
           
 Long getDirectoryId()
           
 com.atlassian.plugins.rest.common.Link getLink()
           
 Boolean isAuthenticateAll()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DirectoryMappingEntity

public DirectoryMappingEntity(Long directoryId,
                              Boolean authenticateAll,
                              Set<String> allowedOperations,
                              com.atlassian.plugins.rest.common.Link link)
Method Detail

getDirectoryId

public Long getDirectoryId()

isAuthenticateAll

public Boolean isAuthenticateAll()

getAllowedOperations

public Set<String> getAllowedOperations()

getLink

public com.atlassian.plugins.rest.common.Link getLink()


Copyright © 2013 Atlassian. All Rights Reserved.