Uses of Interface
com.atlassian.crowd.model.DirectoryEntity
Package
Description
-
Uses of DirectoryEntity in com.atlassian.crowd.acceptance.tests.applications.crowd
Modifier and TypeMethodDescriptionCrowdAcceptanceTestCase.namesOf
(Iterable<? extends DirectoryEntity> entities) -
Uses of DirectoryEntity in com.atlassian.crowd.console.action
-
Uses of DirectoryEntity in com.atlassian.crowd.dao.direntity
Modifier and TypeMethodDescription<T extends DirectoryEntity>
voidDirectoryEntityResolver.put
(T entity) <T extends DirectoryEntity>
voidLocallyCachedDirectoryEntityResolver.put
(T entity) <T extends DirectoryEntity>
T<T extends DirectoryEntity>
T<T extends DirectoryEntity>
List<T>DirectoryEntityResolver.resolveAllOrNothing
(long directoryId, Collection<String> keys, Class<T> entityClass) Returns list of all entities for the given keys, or null if any of the corresponding entities can't be found.<T extends DirectoryEntity>
List<T>LocallyCachedDirectoryEntityResolver.resolveAllOrNothing
(long directoryId, Collection<String> names, Class<T> entityClass) Modifier and TypeMethodDescriptionvoid
DirectoryEntityResolver.putAll
(List<? extends DirectoryEntity> entities) void
LocallyCachedDirectoryEntityResolver.putAll
(List<? extends DirectoryEntity> entities) -
Uses of DirectoryEntity in com.atlassian.crowd.directory
Modifier and TypeMethodDescriptionvoid
InternalDirectoryUtils.validateDirectoryForEntity
(DirectoryEntity entity, Long directoryId) Validates that the directory entity has the same directory ID asdirectoryId
.void
InternalDirectoryUtilsImpl.validateDirectoryForEntity
(DirectoryEntity entity, Long directoryId) -
Uses of DirectoryEntity in com.atlassian.crowd.event.remote
Modifier and TypeClassDescriptionclass
RemoteEntityCreatedOrUpdatedEvent<T extends DirectoryEntity>
-
Uses of DirectoryEntity in com.atlassian.crowd.integration.rest.entity
Modifier and TypeClassDescriptionclass
Represents a Group entity.class
Represents a User entity (client side). -
Uses of DirectoryEntity in com.atlassian.crowd.model
Modifier and TypeClassDescriptionclass
InternalDirectoryEntity<T extends InternalEntityAttribute>
Modifier and TypeFieldDescriptionstatic final Function<DirectoryEntity,
String> DirectoryEntities.LOWER_NAME_FUNCTION
A function that projects the lower case namestatic final Function<DirectoryEntity,
String> DirectoryEntities.NAME_FUNCTION
A function that projects the nameModifier and TypeMethodDescriptionstatic <T extends DirectoryEntity>
List<T>DirectoryEntities.filterOutDuplicates
(List<T> remoteEntities) Remove the duplicate entities from the passed list.Modifier and TypeMethodDescriptionstatic Comparator<DirectoryEntity>
NameComparator.directoryEntityComparator()
Modifier and TypeMethodDescriptionDirectoryEntities.namesOf
(Collection<? extends DirectoryEntity> entities) Transforms entities into their names. -
Uses of DirectoryEntity in com.atlassian.crowd.model.group
Modifier and TypeInterfaceDescriptioninterface
Represents a group.interface
Represents a group with attributes.interface
Represents a group with members (but not all custom attributes).interface
Extends the Group interface with "isLocal".interface
Extends the Group interface with "updated date" and "created date".Modifier and TypeClassDescriptionclass
class
Implementation of GroupWithAttributes that simply delegates to an underlying Group and Attributes object.class
A publicly mutable Group implementation.class
Mutable group template with mutable attributes.class
Represents a new or modified group for incremental synchronisation.class
final class
class
final class
class
Encapsulates the concept of group.class
Encapsulates the concept of group which has attributes.class
-
Uses of DirectoryEntity in com.atlassian.crowd.model.user
Modifier and TypeInterfaceDescriptioninterface
Extends the user interface with "updated date" and "created date".interface
Represents a user that exists in a directory.interface
Represents a user with attributes that exists in a directory.Modifier and TypeClassDescriptionclass
class
Implementation of UserWithAttributes that simply delegates to an underlying User and Attributes object.final class
final class
final class
final class
class
Encapsulates the concept of crowd user.class
Encapsulates the concept of user which has attributes.class
class
class
A publicly mutable User implementation.class
Mutable user template with mutable attributes.class
Predominantly used for the 'bulk' adding of users to Crowd. -
Uses of DirectoryEntity in com.atlassian.crowd.plugin.rest.entity.admin.directory
Modifier and TypeMethodDescriptionstatic DirectoryEntityId
DirectoryEntityId.fromDirectoryEntity
(DirectoryEntity entity) static String
DirectoryEntityId.marshal
(DirectoryEntity entity) -
Uses of DirectoryEntity in com.atlassian.crowd.search.util
Modifier and TypeMethodDescriptionSearchResultsUtil.convertEntitiesToNames
(Iterable<? extends DirectoryEntity> entities) Transforms collection of directory entities to collection of entity names. -
Uses of DirectoryEntity in com.atlassian.crowd.util
Modifier and TypeMethodDescriptionstatic <T extends DirectoryEntity>
Predicate<T>DirectoryEntityUtils.whereNameEquals
(String name) Returns aPredicate
that returns true when its (entity) argument's name is equal to the given name to match.