Uses of Interface
com.atlassian.crowd.model.DirectoryEntity

Packages that use DirectoryEntity
com.atlassian.crowd.model.group   
com.atlassian.crowd.model.user   
 

Uses of DirectoryEntity in com.atlassian.crowd.model.group
 

Subinterfaces of DirectoryEntity in com.atlassian.crowd.model.group
 interface Group
          Represents a group.
 interface GroupWithAttributes
          Represents a group with attributes.
 interface InternalDirectoryGroup
          Extends the Group interface with "isLocal".
 interface TimestampedGroup
          Extends the Group interface with "updated date" and "created date".
 

Uses of DirectoryEntity in com.atlassian.crowd.model.user
 

Subinterfaces of DirectoryEntity in com.atlassian.crowd.model.user
 interface TimestampedUser
          Extends the user interface with "updated date" and "created date".
 interface User
          Represents a user that exists in a directory.
 interface UserWithAttributes
          Represents a user with attributes that exists in a directory.
 

Classes in com.atlassian.crowd.model.user that implement DirectoryEntity
 class ImmutableUser
           
 



Copyright © 2013 Atlassian. All Rights Reserved.