Uses of Class
com.atlassian.crowd.search.EntityDescriptor
Packages that use EntityDescriptor
Package
Description
-
Uses of EntityDescriptor in com.atlassian.crowd.directory.query
Methods in com.atlassian.crowd.directory.query with parameters of type EntityDescriptorModifier and TypeMethodDescriptionMicrosoftGraphQueryTranslator.resolveAzureAdColumnsForSingleEntityTypeQuery(EntityDescriptor entity, FetchMode fetchMode) MicrosoftGraphQueryTranslator.resolveAzureAdColumnsForSingleEntityTypeQuery(EntityDescriptor entity, Class<?> returnType) MicrosoftGraphQueryTranslator.resolveAzureAdNavigationPropertiesForSingleEntityTypeQuery(EntityDescriptor entity, FetchMode fetchMode) MicrosoftGraphQueryTranslator.translateSearchRestriction(EntityDescriptor entityDescriptor, SearchRestriction restriction, String usernameAttribute) Converts a search restriction to an ODataFilter, which can be used in a graph query -
Uses of EntityDescriptor in com.atlassian.crowd.manager.application.canonicality
Methods in com.atlassian.crowd.manager.application.canonicality with parameters of type EntityDescriptorModifier and TypeMethodDescriptionCanonicalityChecker.groupByCanonicalId(Set<String> names, EntityDescriptor entityDescriptor) Returns names grouped by their canonical directory id.OptimizedCanonicalityChecker.groupByCanonicalId(Set<String> names, EntityDescriptor entity) SimpleCanonicalityChecker.groupByCanonicalId(Set<String> names, EntityDescriptor entityDescriptor) voidCanonicalityChecker.removeNonCanonicalEntities(com.google.common.collect.Multimap<Long, String> allNames, EntityDescriptor entity) Given a username is duplicated in severaluser directoriesunder the sameapplication.voidOptimizedCanonicalityChecker.removeNonCanonicalEntities(com.google.common.collect.Multimap<Long, String> allNames, EntityDescriptor entity) voidSimpleCanonicalityChecker.removeNonCanonicalEntities(com.google.common.collect.Multimap<Long, String> allNames, EntityDescriptor entityDescriptor) Constructor parameters in com.atlassian.crowd.manager.application.canonicality with type arguments of type EntityDescriptorModifierConstructorDescriptionOptimizedCanonicalityChecker(DirectoryManager directoryManager, List<Directory> directories, Map<EntityDescriptor, LongFunction<Collection<String>>> providers) -
Uses of EntityDescriptor in com.atlassian.crowd.search
Methods in com.atlassian.crowd.search that return EntityDescriptorModifier and TypeMethodDescriptionstatic EntityDescriptorEntityDescriptor.alias()static EntityDescriptorEntityDescriptor.application()static EntityDescriptorEntityDescriptor.directory()static EntityDescriptorEntityDescriptor.group()static EntityDescriptorstatic EntityDescriptorEntityDescriptor.role()Deprecated.static EntityDescriptorEntityDescriptor.token()static EntityDescriptorEntityDescriptor.user() -
Uses of EntityDescriptor in com.atlassian.crowd.search.builder
Methods in com.atlassian.crowd.search.builder with parameters of type EntityDescriptorModifier and TypeMethodDescriptionQueryBuilder.PartialEntityQuery.childrenOf(EntityDescriptor entityToMatch) QueryBuilder.PartialEntityQueryWithRestriction.childrenOf(EntityDescriptor entityToMatch) static <T> MembershipQuery<T> QueryBuilder.createMembershipQuery(int maxResults, int startIndex, boolean findMembers, EntityDescriptor entityToReturn, Class<T> returnType, EntityDescriptor entityToMatch, SearchRestriction searchRestriction, String... namesToMatch) static <T> MembershipQuery<T> QueryBuilder.createMembershipQuery(int maxResults, int startIndex, boolean findMembers, EntityDescriptor entityToReturn, Class<T> returnType, EntityDescriptor entityToMatch, String nameToMatch) Deprecated.static <T> MembershipQuery<T> QueryBuilder.createMembershipQuery(int maxResults, int startIndex, boolean findMembers, EntityDescriptor entityToReturn, Class<T> returnType, EntityDescriptor entityToMatch, String... namesToMatch) Deprecated.QueryBuilder.PartialEntityQuery.parentsOf(EntityDescriptor entityToMatch) QueryBuilder.PartialEntityQueryWithRestriction.parentsOf(EntityDescriptor entityToMatch) static <T> QueryBuilder.PartialEntityQuery<T> QueryBuilder.queryFor(Class<T> returnType, EntityDescriptor entity) static <T> EntityQuery<T> QueryBuilder.queryFor(Class<T> returnType, EntityDescriptor entity, SearchRestriction searchRestriction, int startIndex, int maxResults) Constructors in com.atlassian.crowd.search.builder with parameters of type EntityDescriptorModifierConstructorDescriptionPartialEntityQuery(Class<T> returnType, EntityDescriptor entity) PartialEntityQueryWithRestriction(Class<T> returnType, EntityDescriptor entity, SearchRestriction restriction) PartialEntityQueryWithStartIndex(Class<T> returnType, EntityDescriptor entity, SearchRestriction restriction, int startIndex) PartialMembershipQueryWithEntityToMatch(Class<T> returnType, EntityDescriptor entityToReturn, EntityDescriptor entityToMatch, boolean findMembers) PartialMembershipQueryWithEntityToMatch(Class<T> returnType, EntityDescriptor entityToReturn, EntityDescriptor entityToMatch, boolean findMembers, SearchRestriction searchRestriction) PartialMembershipQueryWithNameToMatch(Class<T> returnType, EntityDescriptor entityToReturn, EntityDescriptor entityToMatch, boolean findMembers, SearchRestriction searchRestriction, String... namesToMatch) PartialMembershipQueryWithNameToMatch(Class<T> returnType, EntityDescriptor entityToReturn, EntityDescriptor entityToMatch, boolean findMembers, String nameToMatch) PartialMembershipQueryWithStartIndex(Class<T> returnType, EntityDescriptor entityToReturn, EntityDescriptor entityToMatch, boolean findMembers, int startIndex, SearchRestriction searchRestriction, String... namesToMatch) PartialMembershipQueryWithStartIndex(Class<T> returnType, EntityDescriptor entityToReturn, EntityDescriptor entityToMatch, boolean findMembers, String nameToMatch, int startIndex) -
Uses of EntityDescriptor in com.atlassian.crowd.search.ldap
Methods in com.atlassian.crowd.search.ldap with parameters of type EntityDescriptorModifier and TypeMethodDescriptionprotected org.springframework.ldap.filter.FilterActiveDirectoryQueryTranslaterImpl.booleanTermRestrictionAsFilter(EntityDescriptor entityDescriptor, PropertyRestriction<Boolean> termRestriction, LDAPPropertiesMapper ldapPropertiesMapper) protected org.springframework.ldap.filter.FilterLDAPQueryTranslaterImpl.booleanTermRestrictionAsFilter(EntityDescriptor entityDescriptor, PropertyRestriction<Boolean> termRestriction, LDAPPropertiesMapper ldapPropertiesMapper) -
Uses of EntityDescriptor in com.atlassian.crowd.search.query.entity
Methods in com.atlassian.crowd.search.query.entity that return EntityDescriptorConstructors in com.atlassian.crowd.search.query.entity with parameters of type EntityDescriptorModifierConstructorDescriptionEntityQuery(Class<T> returnType, EntityDescriptor entityDescriptor, SearchRestriction searchRestriction, int startIndex, int maxResults) -
Uses of EntityDescriptor in com.atlassian.crowd.search.query.membership
Methods in com.atlassian.crowd.search.query.membership that return EntityDescriptorModifier and TypeMethodDescriptionMembershipQuery.getEntityToMatch()MembershipQuery.getEntityToReturn()Methods in com.atlassian.crowd.search.query.membership with parameters of type EntityDescriptorModifier and TypeMethodDescriptionMembershipQuery.withEntityToReturn(EntityDescriptor entityToReturn) Constructors in com.atlassian.crowd.search.query.membership with parameters of type EntityDescriptorModifierConstructorDescriptionGroupMembershipQuery(Class<T> returnType, boolean findMembers, EntityDescriptor entityToMatch, EntityDescriptor entityToReturn, int startIndex, int maxResults, SearchRestriction searchRestriction, String... entityNamesToMatch) GroupMembersOfGroupQuery(Class<T> returnType, boolean findMembers, EntityDescriptor entityToMatch, EntityDescriptor entityToReturn, int startIndex, int maxResults, SearchRestriction searchRestriction, String... entityNamesToMatch) MembershipQuery(Class<T> returnType, boolean findChildren, EntityDescriptor entityToMatch, EntityDescriptor entityToReturn, int startIndex, int maxResults, SearchRestriction searchRestriction, String... entityNamesToMatch) MembershipQuery(Class<T> returnType, boolean findChildren, EntityDescriptor entityToMatch, EntityDescriptor entityToReturn, int startIndex, int maxResults, SearchRestriction searchRestriction, Collection<String> entityNamesToMatch) MembershipQuery(Class<T> returnType, boolean findChildren, EntityDescriptor entityToMatch, String entityNameToMatch, EntityDescriptor entityToReturn, int startIndex, int maxResults, SearchRestriction searchRestriction) UserMembershipQuery(Class<T> returnType, boolean findMembers, EntityDescriptor entityToMatch, EntityDescriptor entityToReturn, int startIndex, int maxResults, SearchRestriction searchRestriction, String... entityNamesToMatch) UserMembersOfGroupQuery(Class<T> returnType, boolean findMembers, EntityDescriptor entityToMatch, EntityDescriptor entityToReturn, int startIndex, int maxResults, SearchRestriction searchRestriction, String... entityNamesToMatch) -
Uses of EntityDescriptor in com.atlassian.crowd.test.matchers
Methods in com.atlassian.crowd.test.matchers with parameters of type EntityDescriptorModifier and TypeMethodDescriptionstatic <T> EntityQuery<T> EntityQueryMatcher.entityQueryMatches(EntityDescriptor entityDescriptor, Class<T> returnType, String... entityNames) Constructors in com.atlassian.crowd.test.matchers with parameters of type EntityDescriptorModifierConstructorDescriptionEntityQueryMatcher(EntityDescriptor entityDescriptor, Class<T> returnType, String... entityNames)
QueryBuilder.createMembershipQuery(int, int, boolean, EntityDescriptor, Class, EntityDescriptor, String...)instead.