Class RestDirectoryGroup

java.lang.Object
com.atlassian.crowd.plugin.rest.entity.RestDirectoryGroup
All Implemented Interfaces:
DirectoryGroup

public class RestDirectoryGroup extends Object implements DirectoryGroup
  • Constructor Details

    • RestDirectoryGroup

      public RestDirectoryGroup(String groupName, Long directoryId, String directoryName)
  • Method Details

    • getDirectoryId

      public Long getDirectoryId()
      Description copied from interface: DirectoryGroup
      ID of the directory this group belongs to
      Specified by:
      getDirectoryId in interface DirectoryGroup
      Returns:
      the directory id
    • getDirectoryName

      public String getDirectoryName()
      Optional. The directoryName will be provided to distinguish between directories for a user. It is not provided if there is only 1 directory mapping, as it is redundant.
      Specified by:
      getDirectoryName in interface DirectoryGroup
      Returns:
      the directory name
    • getGroupName

      public String getGroupName()
      Description copied from interface: DirectoryGroup
      The name of this group
      Specified by:
      getGroupName in interface DirectoryGroup
      Returns:
      the group name