com.atlassian.jira.crowd.embedded.ofbiz
Interface UserOrGroupStub

All Superinterfaces:
com.atlassian.crowd.model.DirectoryEntity
All Known Implementing Classes:
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
 long getId()
           
 String getLowerName()
           
 
Methods inherited from interface com.atlassian.crowd.model.DirectoryEntity
equals, getDirectoryId, getName, hashCode
 

Method Detail

getId

long getId()

getLowerName

String getLowerName()


Copyright © 2002-2014 Atlassian. All Rights Reserved.