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

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

Uses of DirectoryEntity in com.atlassian.crowd.model
 

Fields in com.atlassian.crowd.model with type parameters of type DirectoryEntity
static com.google.common.base.Function<DirectoryEntity,String> DirectoryEntities.LOWER_NAME_FUNCTION
          A function that projects the lower case name
static com.google.common.base.Function<DirectoryEntity,String> DirectoryEntities.NAME_FUNCTION
          A function that projects the name
 

Method parameters in com.atlassian.crowd.model with type arguments of type DirectoryEntity
static Iterable<String> DirectoryEntities.namesOf(Iterable<? extends DirectoryEntity> entities)
          Transforms entities into their names.
 

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 © 2015 Atlassian. All Rights Reserved.