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

Packages that use DirectoryEntity
com.atlassian.crowd.acceptance.tests.directory   
com.atlassian.crowd.console.action   
com.atlassian.crowd.directory   
com.atlassian.crowd.event.remote   
com.atlassian.crowd.integration.rest.entity   
com.atlassian.crowd.model   
com.atlassian.crowd.model.group   
com.atlassian.crowd.model.user   
com.atlassian.crowd.search.util   
com.atlassian.crowd.security.demo.model   
 

Uses of DirectoryEntity in com.atlassian.crowd.acceptance.tests.directory
 

Classes in com.atlassian.crowd.acceptance.tests.directory that implement DirectoryEntity
 class ImmutableUser
           
 

Uses of DirectoryEntity in com.atlassian.crowd.console.action
 

Classes in com.atlassian.crowd.console.action with type parameters of type DirectoryEntity
 interface Searcher<T extends DirectoryEntity>
           
 

Uses of DirectoryEntity in com.atlassian.crowd.directory
 

Classes in com.atlassian.crowd.directory that implement DirectoryEntity
 class ImmutableGroup
          ImmutableGroup is an immutable implementation of InternalDirectoryGroup.
 class ImmutableTimestampedUser
           
 

Methods in com.atlassian.crowd.directory with parameters of type DirectoryEntity
 void InternalDirectoryUtilsImpl.validateDirectoryForEntity(DirectoryEntity entity, Long directoryId)
           
 void InternalDirectoryUtils.validateDirectoryForEntity(DirectoryEntity entity, Long directoryId)
          Validates that the directory entity has the same directory ID as directoryId.
 

Uses of DirectoryEntity in com.atlassian.crowd.event.remote
 

Classes in com.atlassian.crowd.event.remote with type parameters of type DirectoryEntity
 class RemoteEntityCreatedOrUpdatedEvent<T extends DirectoryEntity>
           
 

Uses of DirectoryEntity in com.atlassian.crowd.integration.rest.entity
 

Classes in com.atlassian.crowd.integration.rest.entity that implement DirectoryEntity
 class GroupEntity
          Represents a Group entity.
 class UserEntity
          Represents a User entity.
 

Uses of DirectoryEntity in com.atlassian.crowd.model
 

Subinterfaces of DirectoryEntity in com.atlassian.crowd.model
 interface LDAPDirectoryEntity
           
 

Classes in com.atlassian.crowd.model that implement DirectoryEntity
 class InternalDirectoryEntity
           
 

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".
 

Classes in com.atlassian.crowd.model.group that implement DirectoryEntity
 class DelegatingGroupWithAttributes
          Implementation of GroupWithAttributes that simply delegates to an underlying Group and Attributes object.
 class GroupTemplate
          A publicly mutable Group implementation.
 class GroupTemplateWithAttributes
          Mutable group template with mutable attributes.
 class InternalGroup
          Encapsulates the concept of group.
 class InternalGroupWithAttributes
          Encapsulates the concept of group which has attributes.
 class LDAPGroupWithAttributes
           
 

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
           
 interface UserWithAttributes
           
 

Classes in com.atlassian.crowd.model.user that implement DirectoryEntity
 class DelegatingUserWithAttributes
          Implementation of UserWithAttributes that simply delegates to an underlying User and Attributes object.
 class InternalUser
          Encapsulates the concept of crowd user.
 class InternalUserWithAttributes
          Encapsulates the concept of user which has attributes.
 class LDAPUserWithAttributes
           
 class UserTemplate
          A publicly mutable User implementation.
 class UserTemplateWithAttributes
          Mutable user template with mutable attributes.
 class UserTemplateWithCredentialAndAttributes
          Predominantly used for the 'bulk' adding of users to Crowd.
 

Uses of DirectoryEntity in com.atlassian.crowd.search.util
 

Method parameters in com.atlassian.crowd.search.util with type arguments of type DirectoryEntity
static List<String> SearchResultsUtil.convertEntitiesToNames(List<? extends DirectoryEntity> entities)
          Transforms collection of directory entities to collection of entity names.
 

Uses of DirectoryEntity in com.atlassian.crowd.security.demo.model
 

Classes in com.atlassian.crowd.security.demo.model that implement DirectoryEntity
 class DemoGroup
           
 class DemoUser
           
 



Copyright © 2012 Atlassian. All Rights Reserved.