Interface UserOrGroupStub

All Superinterfaces:
com.atlassian.crowd.model.DirectoryEntity
All Known Implementing Classes:
OfBizUser, SimpleUserOrGroupStub

public interface UserOrGroupStub extends com.atlassian.crowd.model.DirectoryEntity
A stub that represents the basic information about a user or group.

Decorates the basic DirectoryEntity from Crowd with an ID and lowercase name.

  • Method Summary

    Modifier and Type
    Method
    Description
    long
     
     

    Methods inherited from interface com.atlassian.crowd.model.DirectoryEntity

    equals, getDirectoryId, getName, hashCode
  • Method Details

    • getId

      long getId()
    • getLowerName

      String getLowerName()