Uses of Class
com.atlassian.crowd.directory.rest.entity.membership.DirectoryObject
Packages that use DirectoryObject
Package
Description
-
Uses of DirectoryObject in com.atlassian.crowd.directory.rest.entity
Constructor parameters in com.atlassian.crowd.directory.rest.entity with type arguments of type DirectoryObjectModifierConstructorDescriptionGraphDirectoryObjectList
(String nextLink, List<DirectoryObject> entries) -
Uses of DirectoryObject in com.atlassian.crowd.directory.rest.entity.membership
Subclasses of DirectoryObject in com.atlassian.crowd.directory.rest.entity.membershipModifier and TypeClassDescriptionclass
Represents a group returned from a membership related endpointclass
Represents a user returned from a membership related endpoint -
Uses of DirectoryObject in com.atlassian.crowd.directory.rest.mapper
Methods in com.atlassian.crowd.directory.rest.mapper with parameters of type DirectoryObjectModifier and TypeMethodDescription<T> T
AzureAdRestEntityMapper.mapDirectoryObject
(DirectoryObject directoryObject, Class<T> returnType, long directoryId, String alternativeUsernameAttribute) Maps an AzureAD directory object to a Crowd object.Method parameters in com.atlassian.crowd.directory.rest.mapper with type arguments of type DirectoryObjectModifier and TypeMethodDescription<T> List<T>
AzureAdRestEntityMapper.mapDirectoryObjects
(Collection<DirectoryObject> directoryObjects, Class<T> returnType, long directoryId, String alternativeUsernameAttribute) Maps a collection of directory objects to Crowd objects. -
Uses of DirectoryObject in com.atlassian.crowd.directory.rest.util
Methods in com.atlassian.crowd.directory.rest.util with parameters of type DirectoryObjectModifier and TypeMethodDescriptionstatic boolean
MembershipFilterUtil.isGroup
(DirectoryObject directoryObject) static boolean
MembershipFilterUtil.isUser
(DirectoryObject directoryObject)