Uses of Class
com.atlassian.crowd.exception.DirectoryNotFoundException
Packages that use DirectoryNotFoundException
Package
Description
-
Uses of DirectoryNotFoundException in com.atlassian.crowd.console.action
Methods in com.atlassian.crowd.console.action that throw DirectoryNotFoundExceptionModifier and TypeMethodDescriptionboolean
BaseAction.authorisedToAccessCrowdAdminConsole
(DirectoryMapping directoryMapping, Long directoryId, String username) protected boolean
BaseAction.authorisedToAccessCrowdConsole
(Long directoryId, String name) Searcher.doSearchByApplication
(long applicationId, Boolean active, String searchText, int resultsStartIndex, int resultsPerPage) Performs a search for DirectoryEntities in the specified directory, returning a list of those that match.Searcher.doSearchByDirectory
(long directoryID, Boolean active, String searchText, int resultsStartIndex, int resultsPerPage) Performs a search for DirectoryEntities in the specified directory, returning a list of those that match.UserSearcherImpl.doSearchByDirectory
(long directoryID, Boolean active, String searchText, int resultsStartIndex, int resultsPerPage) -
Uses of DirectoryNotFoundException in com.atlassian.crowd.console.action.application
Methods in com.atlassian.crowd.console.action.application that throw DirectoryNotFoundExceptionModifier and TypeMethodDescriptionAddApplicationAuthorisationDetails.getUnsubscribedGroupsForDirectory
(Long directoryId) -
Uses of DirectoryNotFoundException in com.atlassian.crowd.console.action.dataimport
Methods in com.atlassian.crowd.console.action.dataimport that throw DirectoryNotFoundExceptionModifier and TypeMethodDescriptionboolean
DirectoryImporter.determineIfNestedGroupImport()
CsvConfirmation.getDirectoryName()
boolean
DirectoryConfirmation.getDoNestedGroupImport()
DirectoryConfirmation.getSourceDirectoryName()
DirectoryConfirmation.getTargetDirectoryName()
DirectoryImporter.performImport()
-
Uses of DirectoryNotFoundException in com.atlassian.crowd.console.action.group
Methods in com.atlassian.crowd.console.action.group that throw DirectoryNotFoundExceptionModifier and TypeMethodDescriptionprotected void
ViewGroupMembers.fetchGroupInformation()
protected void
ViewGroup.processGeneral()
-
Uses of DirectoryNotFoundException in com.atlassian.crowd.crypto
Methods in com.atlassian.crowd.crypto that throw DirectoryNotFoundException -
Uses of DirectoryNotFoundException in com.atlassian.crowd.dao.application
Methods in com.atlassian.crowd.dao.application that throw DirectoryNotFoundExceptionModifier and TypeMethodDescriptionvoid
ApplicationDAO.addDirectoryMapping
(long applicationId, long directoryId, boolean allowAllToAuthenticate, OperationType... operationTypes) Adds a mapping between application and directory.void
ApplicationDAOHibernate.addDirectoryMapping
(long applicationId, long directoryId, boolean allowAllToAuthenticate, OperationType... operationTypes) void
ApplicationDAO.updateDirectoryMapping
(long applicationId, long directoryId, boolean allowAllToAuthenticate) Updates a directory mapping.void
ApplicationDAO.updateDirectoryMapping
(long applicationId, long directoryId, boolean allowAllToAuthenticate, Set<OperationType> operationTypes) Updates a directory mapping.void
ApplicationDAO.updateDirectoryMapping
(long applicationId, long directoryId, int position) Updates the ordering of directory mappings for an application.void
ApplicationDAOHibernate.updateDirectoryMapping
(long applicationId, long directoryId, boolean allowAllToAuthenticate) void
ApplicationDAOHibernate.updateDirectoryMapping
(long applicationId, long directoryId, boolean allowAllToAuthenticate, Set<OperationType> operationTypes) void
ApplicationDAOHibernate.updateDirectoryMapping
(long applicationId, long directoryId, int position) -
Uses of DirectoryNotFoundException in com.atlassian.crowd.dao.directory
Methods in com.atlassian.crowd.dao.directory that throw DirectoryNotFoundExceptionModifier and TypeMethodDescriptionDirectoryDAOHibernate.findById
(long id) DirectoryDAOHibernate.findByName
(String name) void
void
DirectorySynchronisationTokenDaoHibernate.storeSynchronisationTokenForDirectory
(long directoryId, String synchronisationToken) -
Uses of DirectoryNotFoundException in com.atlassian.crowd.dao.group
Methods in com.atlassian.crowd.dao.group that throw DirectoryNotFoundExceptionModifier and TypeMethodDescriptionGroupDAOHibernate.getAllExternalIds
(long directoryId) long
GroupDAOHibernate.getExternalGroupCount
(long directoryId) long
GroupDAOHibernate.getGroupCount
(long directoryId) GroupDAOHibernate.getLocalGroupNames
(long directoryId) -
Uses of DirectoryNotFoundException in com.atlassian.crowd.dao.user
Methods in com.atlassian.crowd.dao.user that throw DirectoryNotFoundExceptionModifier and TypeMethodDescriptionUserDAOHibernate.add
(User user, PasswordCredential credential) UserDAOHibernate.getAllExternalIds
(long directoryId) long
UserDAOHibernate.getUserCount
(long directoryId) void
InternalUserDao.removeAll
(long directoryId) -
Uses of DirectoryNotFoundException in com.atlassian.crowd.directory
Methods in com.atlassian.crowd.directory that throw DirectoryNotFoundExceptionModifier and TypeMethodDescriptionprotected Directory
DbCachingRemoteChangeOperations.getDirectory()
-
Uses of DirectoryNotFoundException in com.atlassian.crowd.directory.cache
Methods in com.atlassian.crowd.directory.cache that throw DirectoryNotFoundExceptionModifier and TypeMethodDescriptionvoid
AzureGroupFilterProcessor.configureGroupFilter
(long directoryId, AzureGroupFiltersConfiguration configuration) AzureGroupFilterProcessor.getConfiguration
(long directoryId) -
Uses of DirectoryNotFoundException in com.atlassian.crowd.directory.hybrid
Methods in com.atlassian.crowd.directory.hybrid that throw DirectoryNotFoundExceptionModifier and TypeMethodDescriptionLocalGroupHandler.createLocalGroup
(GroupTemplate groupTemplate) Creates a local group with the supplied template. -
Uses of DirectoryNotFoundException in com.atlassian.crowd.embedded.api
Methods in com.atlassian.crowd.embedded.api that throw DirectoryNotFoundExceptionModifier and TypeMethodDescriptionCrowdDirectoryService.getPasswordComplexityMessage
(long directoryId) Get password complexity message which is displayed to end user when they try to set a password which does not match the directory's (internal only) password complexity policy.CrowdDirectoryService.getPasswordPolicyConfiguration
(long directoryId) Retrieve password policy configuration of an internal directory.void
CrowdDirectoryService.setPasswordPolicyConfiguration
(long directoryId, PasswordPolicyConfiguration passwordPolicyConfiguration, String passwordComplexityMessage) Store password policy configuration for an internal directory and a passwordComplexityMessage which is displayed when a user tries to set a non-compliant password.CrowdService.setUserStatusLocally
(String username, boolean userActiveInternally) Deactivates/Activates theUser
in the internal directory. -
Uses of DirectoryNotFoundException in com.atlassian.crowd.embedded.core
Methods in com.atlassian.crowd.embedded.core that throw DirectoryNotFoundExceptionModifier and TypeMethodDescriptionCrowdDirectoryServiceImpl.getPasswordComplexityMessage
(long directoryId) CrowdDirectoryServiceImpl.getPasswordPolicyConfiguration
(long directoryId) void
CrowdDirectoryServiceImpl.setPasswordPolicyConfiguration
(long directoryId, PasswordPolicyConfiguration passwordPolicyConfiguration, String passwordComplexityMessage) CrowdServiceImpl.setUserStatusLocally
(String username, boolean userActiveInternally) -
Uses of DirectoryNotFoundException in com.atlassian.crowd.embedded.spi
Methods in com.atlassian.crowd.embedded.spi that throw DirectoryNotFoundExceptionModifier and TypeMethodDescriptionAdds a new group.UserDao.add
(User user, PasswordCredential credential) Creates a new user with the given details and credentials.Bulk add of groups.Add a new local group.DirectoryDao.findById
(long directoryId) Returns the directory with the specified ID, throwingDirectoryNotFoundException
if it cannot be found.DirectoryDao.findByName
(String name) Returns the directory with the specified name, throwingDirectoryNotFoundException
if it cannot be found.GroupDao.getAllExternalIds
(long directoryId) Return all group externalId in the given directory.UserDao.getAllExternalIds
(long directoryId) Return all users externalId in the given directory.long
GroupDao.getExternalGroupCount
(long directoryId) Gets the count of external groups for a directorylong
GroupDao.getGroupCount
(long directoryId) Return number of groups in given directory.GroupDao.getLocalGroupNames
(long directoryId) Return names of all local groups in given directory.long
UserDao.getUserCount
(long directoryId) Return number of users in given directory.void
Removes the specified directory from the data store.void
DirectorySynchronisationTokenDao.storeSynchronisationTokenForDirectory
(long directoryId, String synchronisationToken) Store a new synchronisation token for the given directory.Persists any changes made to the provided directory. -
Uses of DirectoryNotFoundException in com.atlassian.crowd.event.listener
Methods in com.atlassian.crowd.event.listener that throw DirectoryNotFoundExceptionModifier and TypeMethodDescriptionvoid
DefaultGroupRemoverEventListener.handleEvent
(GroupDeletedEvent groupDeletedEvent) -
Uses of DirectoryNotFoundException in com.atlassian.crowd.manager.application
Methods in com.atlassian.crowd.manager.application that throw DirectoryNotFoundExceptionModifier and TypeMethodDescriptionvoid
ApplicationManager.addDirectoryMapping
(Application application, Directory directory, boolean allowAllToAuthenticate, OperationType... operationTypes) Will add a DirectoryMapping between the passed in Application and Directory.void
ApplicationManagerGeneric.addDirectoryMapping
(Application application, Directory directory, boolean allowAllToAuthenticate, OperationType... operationTypes) AbstractDelegatingApplicationService.getUserAvatar
(Application application, String username, int sizeHint) ApplicationService.getUserAvatar
(Application application, String username, int sizeHint) Gets an avatar for this user, if one is available.ApplicationServiceGeneric.getUserAvatar
(Application application, String username, int sizeHint) AbstractDelegatingApplicationService.getUserAvatarLink
(Application application, String username, int sizeHint) ApplicationService.getUserAvatarLink
(Application application, String username, int sizeHint) Gets a URL for an avatar for this user, if one is available.ApplicationServiceGeneric.getUserAvatarLink
(Application application, String username, int sizeHint) AbstractDelegatingApplicationService.setUserStatusLocally
(Application application, String username, boolean userActiveInternally) ApplicationService.setUserStatusLocally
(Application application, String username, boolean userActiveInternally) Set the user's active status in the first active directory the User belongsApplicationServiceGeneric.setUserStatusLocally
(Application application, String username, boolean userActiveInternally) void
ApplicationManager.updateDirectoryMapping
(Application application, Directory directory, boolean allowAllToAuthenticate) Will update the Directory Mapping, setting to enable/disable allowing all users to authenticate for the given mapping (not taking group membership into consideration)void
ApplicationManager.updateDirectoryMapping
(Application application, Directory directory, boolean allowAllToAuthenticate, Set<OperationType> operationTypes) Will update a directory mapping against the Application moving it to the selected position in the list of DirectoryMappings.void
ApplicationManager.updateDirectoryMapping
(Application application, Directory directory, int position) Will update a directory mapping against the Application moving it to the selected position in the list of DirectoryMappings.void
ApplicationManagerGeneric.updateDirectoryMapping
(Application application, Directory directory, boolean allowAllToAuthenticate) void
ApplicationManagerGeneric.updateDirectoryMapping
(Application application, Directory directory, boolean allowAllToAuthenticate, Set<OperationType> operationTypes) void
ApplicationManagerGeneric.updateDirectoryMapping
(Application application, Directory directory, int position) -
Uses of DirectoryNotFoundException in com.atlassian.crowd.manager.application.resilience
Methods in com.atlassian.crowd.manager.application.resilience that throw DirectoryNotFoundException -
Uses of DirectoryNotFoundException in com.atlassian.crowd.manager.authentication
Methods in com.atlassian.crowd.manager.authentication that throw DirectoryNotFoundExceptionModifier and TypeMethodDescriptionAliasingAwareTokenAuthenticationManager.findAuthorisedApplications
(User user, String applicationName) DelegatingTokenAuthenticationManager.findAuthorisedApplications
(User user, String applicationName) TokenAuthenticationManager.findAuthorisedApplications
(User user, String applicationName) Returns a list of applications a user is authorised to authenticate with.TokenAuthenticationManagerImpl.findAuthorisedApplications
(User user, String applicationName) protected boolean
TokenAuthenticationManagerImpl.isAllowedToAuthenticate
(String username, long directoryId, Application application) Determines if a user is permitted to attempt authentication with a given application. -
Uses of DirectoryNotFoundException in com.atlassian.crowd.manager.directory
Methods in com.atlassian.crowd.manager.directory that throw DirectoryNotFoundExceptionModifier and TypeMethodDescriptionDirectoryManager.addAllGroups
(long directoryId, Collection<GroupTemplate> groups, boolean overwrite) Will add a collection of Group to the directory specified by the passed indirectoryId
param.DirectoryManagerGeneric.addAllGroups
(long directoryId, Collection<GroupTemplate> groups, boolean overwrite) DirectoryManager.addAllUsers
(long directoryId, Collection<UserTemplateWithCredentialAndAttributes> users, boolean overwrite) Will add a collection of users to the directory specified by the passed indirectoryId
param.DirectoryManagerGeneric.addAllUsers
(long directoryId, Collection<UserTemplateWithCredentialAndAttributes> users, boolean overwrite) DirectoryManager.addAllUsersToGroup
(long directoryID, Collection<String> userNames, String groupName) A bulk version ofDirectoryManager.addUserToGroup(long, String, String)
.DirectoryManagerGeneric.addAllUsersToGroup
(long directoryId, Collection<String> userNames, String groupName) DirectoryManager.addGroup
(long directoryId, GroupTemplate group) Adds a Group to the directory specified by the passed indirectoryId
.DirectoryManagerGeneric.addGroup
(long directoryId, GroupTemplate group) void
DirectoryManager.addGroupToGroup
(long directoryId, String childGroup, String parentGroup) Adds an existing child group as direct member of an existing parent group in the directory specified by the passed indirectoryId
.void
DirectoryManagerGeneric.addGroupToGroup
(long directoryId, String childGroup, String parentGroup) DirectoryManager.addUser
(long directoryId, UserTemplate user, PasswordCredential credential) Deprecated.DirectoryManager.addUser
(long directoryId, UserTemplateWithAttributes user, PasswordCredential credential) Adds aUserWithAttributes
to the directory specified by the passed indirectoryId
.DirectoryManagerGeneric.addUser
(long directoryId, UserTemplate user, PasswordCredential credential) DirectoryManagerGeneric.addUser
(long directoryId, UserTemplateWithAttributes user, PasswordCredential credential) MembershipService.addUsersToGroup
(long directoryId, List<String> usernames, String groupName) Adds multiple users to single supplied groupvoid
DirectoryManager.addUserToGroup
(long directoryId, String username, String groupName) Adds an existing user as a direct member of an existing group in the directory specified by the passed indirectoryId
.void
DirectoryManagerGeneric.addUserToGroup
(long directoryId, String username, String groupName) MembershipService.addUserToGroups
(long directoryId, String username, List<String> groupNames) Adds single supplied user to multiple groupsdefault User
DirectoryManager.authenticateUser
(long directoryId, UserAuthenticationContext userAuthenticationContext) DirectoryManager.authenticateUser
(long directoryId, String username, PasswordCredential passwordCredential) DirectoryManagerGeneric.authenticateUser
(long directoryId, UserAuthenticationContext userAuthenticationContext) DirectoryManagerGeneric.authenticateUser
(long directoryId, String username, PasswordCredential passwordCredential) DirectoryManager.countDirectMembersOfGroup
(long directoryId, String groupName, int querySizeHint) Count the direct members of a group in the provided directory with an upper bound.DirectoryManagerGeneric.countDirectMembersOfGroup
(long directoryId, String groupName, int querySizeHint) void
DirectoryManager.expireAllPasswords
(long directoryId) Sets theUserConstants.REQUIRES_PASSWORD_CHANGE
attribute to true for all users in the directoryvoid
DirectoryManagerGeneric.expireAllPasswords
(long directoryId) DirectoryManager.filterNestedUserMembersOfGroups
(long directoryId, Set<String> userNames, Set<String> groupNames) Returns names of users who are (nested) members of any of the specified groups.DirectoryManagerGeneric.filterNestedUserMembersOfGroups
(long directoryId, Set<String> userNames, Set<String> groupNames) DirectoryDaoTransactionalDecorator.findById
(long directoryId) Makes a transactional call toDirectoryDao.findById(long)
DirectoryDaoTransactionalDecorator.findByName
(String name) Makes a transactional call toDirectoryDao.findByName(String)
DirectoryManager.findDirectoryById
(long directoryID) Returns a Directory based on the passed indirectoryId
.DirectoryManagerGeneric.findDirectoryById
(long directoryId) DirectoryManager.findDirectoryByName
(String name) Finds a directory given the suppliedname
.DirectoryManagerGeneric.findDirectoryByName
(String name) DirectoryManager.findGroupByName
(long directoryId, String groupName) Returns the group matching the supplied groupName in the directory specified by the passed indirectoryId
..DirectoryManagerGeneric.findGroupByName
(long directoryId, String groupName) DirectoryManager.findGroupWithAttributesByName
(long directoryId, String groupName) Returns the group with all attributes matching the supplied groupName in the directory specified by the passed indirectoryId
..DirectoryManagerGeneric.findGroupWithAttributesByName
(long directoryId, String groupName) DirectoryManager.findRemoteUserByName
(Long id, String username) Returns the user matching the supplied username in the authoritative remote directory specified by the passed indirectoryId
DirectoryManagerGeneric.findRemoteUserByName
(Long directoryId, String username) DirectoryManager.findUserByExternalId
(long directoryId, String externalId) Returns the user matching the supplied external ID in the directory specified by the passed indirectoryId
.DirectoryManagerGeneric.findUserByExternalId
(long directoryId, String externalId) DirectoryManager.findUserByName
(long directoryId, String username) Returns the user matching the supplied username in the directory specified by the passed indirectoryId
..DirectoryManagerGeneric.findUserByName
(long directoryId, String username) DirectoryManager.findUserWithAttributesByExternalId
(long directoryId, String externalId) Returns the user (with attributes) matching the supplied external ID in the directory specified by the passed indirectoryId
.DirectoryManagerGeneric.findUserWithAttributesByExternalId
(long directoryId, String externalId) DirectoryManager.findUserWithAttributesByName
(long directoryId, String username) Returns the user with all attributes matching the supplied username in the directory specified by the passed indirectoryId
..DirectoryManagerGeneric.findUserWithAttributesByName
(long directoryId, String username) DirectoryManager.getDirectorySynchronisationInformation
(long directoryId) Retrieves the sync info for the directory - last sync start time & duration, current sync start time (if directory is currently synchronising)DirectoryManagerGeneric.getDirectorySynchronisationInformation
(long directoryId) SynchronisationStatusManager.getDirectorySynchronisationInformation
(long directoryId) Returns directory synchronisation information.SynchronisationStatusManagerImpl.getDirectorySynchronisationInformation
(long directoryId) MembershipService.getDirectUsersFromGroup
(long directoryId, String groupName, int startIndex, int maxResults) Returns direct members of a group (excluding nested members)MembershipService.getGroupDetails
(long directoryId, String groupName) Returns details of specific groupDirectoryManager.getSynchronisationMode
(long directoryId) Returns the preferred synchronisation mode defined for the directory ifsynchronisable
, elsenull
DirectoryManagerGeneric.getSynchronisationMode
(long directoryId) DirectoryManager.getUserAvatarByName
(long directoryId, String username, int sizeHint) Return an avatar, if available, for the named user in the specified directory.DirectoryManagerGeneric.getUserAvatarByName
(long directoryId, String username, int sizeHint) boolean
DirectoryManager.isGroupDirectGroupMember
(long directoryId, String childGroup, String parentGroup) Returnstrue
if the childGroup is a direct member of the parentGroup in the directory specified by the passed indirectoryId
.boolean
DirectoryManagerGeneric.isGroupDirectGroupMember
(long directoryId, String childGroup, String parentGroup) boolean
DirectoryManager.isGroupNestedGroupMember
(long directoryId, String childGroup, String parentGroup) Returnstrue
if the childGroup is a direct or indirect (nested) member of the parentGroup in the directory specified by the passed indirectoryId
.boolean
DirectoryManagerGeneric.isGroupNestedGroupMember
(long directoryId, String childGroupName, String parentGroupName) boolean
DirectoryManager.isInternalUserStatusSupported
(long directoryId) Check if internal User status is supported by the directoryboolean
DirectoryManagerGeneric.isInternalUserStatusSupported
(long directoryId) boolean
DirectoryManager.isSynchronisable
(long directoryId) Returns true if the underlying directory implementation supports manual synchronisation of the directory's local cache.boolean
DirectoryManagerGeneric.isSynchronisable
(long directoryId) boolean
DirectoryManager.isSynchronising
(long directoryId) Returns true if the given Directory is currently synchronising.boolean
DirectoryManagerGeneric.isSynchronising
(long directoryId) boolean
DirectorySynchroniser.isSynchronising
(long directoryId) Returns whether the directory is currently synchronising.boolean
DirectorySynchroniserImpl.isSynchronising
(long directoryId) boolean
DirectoryManager.isUserDirectGroupMember
(long directoryId, String username, String groupName) Returnstrue
if the user is a direct member of the group in the directory specified by the passed indirectoryId
.boolean
DirectoryManagerGeneric.isUserDirectGroupMember
(long directoryId, String username, String groupName) boolean
DirectoryManager.isUserNestedGroupMember
(long directoryId, String username, String groupName) Returnstrue
if the user is a direct or indirect (nested) member of the group in the directory specified by the passed indirectoryId
.boolean
DirectoryManager.isUserNestedGroupMember
(long directoryId, String username, Set<String> groupNames) Returnstrue
if the user is a direct or indirect (nested) member of any of the specified groups in the directory specified by the passed indirectoryId
.boolean
DirectoryManagerGeneric.isUserNestedGroupMember
(long directoryId, String username, String groupName) boolean
DirectoryManagerGeneric.isUserNestedGroupMember
(long directoryId, String username, Set<String> groupNames) void
Makes a transactional call toDirectoryDao.remove(Directory)
void
DirectoryManager.removeDirectory
(Directory directory) Removes a given directory and all its associated entities and mappings.void
DirectoryManagerGeneric.removeDirectory
(Directory directory) void
DirectoryManager.removeGroup
(long directoryId, String groupName) Removes a group matching the supplied groupName in the directory specified by the passed indirectoryId
.void
DirectoryManagerGeneric.removeGroup
(long directoryId, String groupName) void
DirectoryManager.removeGroupAttributes
(long directoryId, String groupName, String attributeName) Removes a group's attribute values in the directory specified by the passed indirectoryId
.void
DirectoryManagerGeneric.removeGroupAttributes
(long directoryId, String groupName, String attributeName) void
DirectoryManager.removeGroupFromGroup
(long directoryId, String childGroup, String parentGroup) Removes an existing child group from being a direct member of an existing parent group in the directory specified by the passed indirectoryId
.void
DirectoryManagerGeneric.removeGroupFromGroup
(long directoryId, String childGroup, String parentGroup) void
DirectoryManager.removeUser
(long directoryId, String username) Removes a user matching the supplied username in the directory specified by the passed indirectoryId
.void
DirectoryManagerGeneric.removeUser
(long directoryId, String username) void
DirectoryManager.removeUserAttributes
(long directoryId, String username, String attributeName) Removes a user's attribute values in the directory specified by the passed indirectoryId
.void
DirectoryManagerGeneric.removeUserAttributes
(long directoryId, String username, String attributeName) void
DirectoryManager.removeUserFromGroup
(long directoryId, String username, String groupName) Removes an existing user from being a direct member of an existing group in the directory specified by the passed indirectoryId
.void
DirectoryManagerGeneric.removeUserFromGroup
(long directoryId, String username, String groupName) MembershipService.removeUserFromGroups
(long directoryId, String username, List<String> groupNames) Removes single supplied user from multiple groupsMembershipService.removeUsersFromGroup
(long directoryId, List<String> usernames, String groupName) Removes multiple users from the supplied groupDirectoryManager.renameGroup
(long directoryId, String oldGroupname, String newGroupname) Renames a group in the directory specified by the passed indirectoryId
.DirectoryManagerGeneric.renameGroup
(long directoryId, String oldGroupname, String newGroupname) DirectoryManager.renameUser
(long directoryId, String oldUsername, String newUsername) Renames a user in the directory specified by the passed indirectoryId
.DirectoryManagerGeneric.renameUser
(long directoryId, String oldUsername, String newUsername) <T> List
<T> DirectoryManager.searchDirectGroupRelationships
(long directoryId, MembershipQuery<T> query) Searches for direct group relationships in the directory specified by the passed indirectoryId
.<T> List
<T> DirectoryManagerGeneric.searchDirectGroupRelationships
(long directoryId, MembershipQuery<T> query) DirectoryManager.searchDirectGroupRelationshipsGroupedByName
(long directoryId, MembershipQuery<T> query) Searches for direct group relationships in the directory specified by the passed indirectoryId
.DirectoryManagerGeneric.searchDirectGroupRelationshipsGroupedByName
(long directoryId, MembershipQuery<T> query) <T> List
<T> DirectoryManager.searchGroups
(long directoryId, EntityQuery<T> query) Returns a list of groups matching the given query in the directory specified by the passed indirectoryId
.<T> List
<T> DirectoryManagerGeneric.searchGroups
(long directoryId, EntityQuery<T> query) <T> List
<T> DirectoryManager.searchNestedGroupRelationships
(long directoryId, MembershipQuery<T> query) Searches for direct and indirect (nested) group relationships in the directory specified by the passed indirectoryId
.<T> List
<T> DirectoryManagerGeneric.searchNestedGroupRelationships
(long directoryId, MembershipQuery<T> query) <T> List
<T> DirectoryManager.searchUsers
(long directoryId, EntityQuery<T> query) Returns a list of users matching the given query in the directory specified by the passed indirectoryId
.<T> List
<T> DirectoryManagerGeneric.searchUsers
(long directoryId, EntityQuery<T> query) DirectoryManager.setUserStateInternally
(long directoryId, String username, boolean userActiveInternally) Set the user's active status in the specified remote directory.DirectoryManagerGeneric.setUserStateInternally
(long directoryId, String username, boolean userActiveInternally) void
DirectoryManager.storeGroupAttributes
(long directoryId, String groupName, Map<String, Set<String>> attributes) Adds or updates a group's attributes with the new Map of attribute values in the directory specified by the passed indirectoryId
.void
DirectoryManagerGeneric.storeGroupAttributes
(long directoryId, String groupName, Map<String, Set<String>> attributes) void
DirectoryManager.storeUserAttributes
(long directoryId, String username, Map<String, Set<String>> attributes) Adds or updates a user's attributes with the new Map of attribute values in the directory specified by the passed indirectoryId
.void
DirectoryManagerGeneric.storeUserAttributes
(long directoryId, String username, Map<String, Set<String>> attributes) boolean
DirectoryManager.supportsExpireAllPasswords
(long directoryId) Returns true if the underlying directory implementation supports expiring passwordsboolean
DirectoryManagerGeneric.supportsExpireAllPasswords
(long directoryId) boolean
DirectoryManager.supportsNestedGroups
(long directoryId) Returns true if the underlying directory implementation supports nested groups.boolean
DirectoryManagerGeneric.supportsNestedGroups
(long directoryId) void
DirectorySynchroniser.synchronise
(SynchronisableDirectory synchronisableDirectory, SynchronisationMode mode) Executes a synchronisation in the current thread.void
DirectorySynchroniserImpl.synchronise
(SynchronisableDirectory remoteDirectory, SynchronisationMode mode) Synchronises a remote directory.void
DirectoryManager.synchroniseCache
(long directoryId, SynchronisationMode mode) Requests that this directory should update its cache by synchronising with the remote User data.void
DirectoryManager.synchroniseCache
(long directoryId, SynchronisationMode mode, boolean runInBackground) Requests that this directory should update its cache by synchronising with the remote User data.void
DirectoryManagerGeneric.synchroniseCache
(long directoryId, SynchronisationMode mode) void
DirectoryManagerGeneric.synchroniseCache
(long directoryId, SynchronisationMode mode, boolean runInBackground) Makes a transactional call toDirectoryDao.update(Directory)
DirectoryManager.updateDirectory
(Directory directory) Updates the passed in directory.DirectoryManagerGeneric.updateDirectory
(Directory directory) DirectoryManager.updateGroup
(long directoryId, GroupTemplate group) Updates a group with the supplied template and returns the updated group retrieved from the directory specified by the passed indirectoryId
.DirectoryManagerGeneric.updateGroup
(long directoryId, GroupTemplate group) DirectoryManager.updateUser
(long directoryId, UserTemplate user) Updates a user with the supplied template and returns the updated user retrieved from the directory specified by the passed indirectoryId
.DirectoryManagerGeneric.updateUser
(long directoryId, UserTemplate user) void
DirectoryManager.updateUserCredential
(long directoryId, String username, PasswordCredential credential) This will update the user's credential in the given directory specified by the passed indirectoryId
.void
DirectoryManagerGeneric.updateUserCredential
(long directoryId, String username, PasswordCredential credential) DirectoryManager.updateUserFromRemoteDirectory
(User remoteUser) Updates the user details for the specified user based on the details in the remote directory.DirectoryManagerGeneric.updateUserFromRemoteDirectory
(User remoteUser) DirectoryManager.userAuthenticated
(long directoryId, String username) DirectoryManagerGeneric.userAuthenticated
(long directoryId, String username) -
Uses of DirectoryNotFoundException in com.atlassian.crowd.manager.login
Methods in com.atlassian.crowd.manager.login that throw DirectoryNotFoundExceptionModifier and TypeMethodDescriptionvoid
ForgottenLoginManager.resetUserCredential
(long directoryId, String username, PasswordCredential credential, String token) Resets the user credentials and invalidates the token.void
ForgottenLoginManagerImpl.resetUserCredential
(long directoryId, String username, PasswordCredential credential, String token) void
ForgottenLoginManager.sendResetLink
(long directoryId, String username, int tokenExpirySeconds) Sends a reset link to the user with specified username and directory ID.void
ForgottenLoginManagerImpl.sendResetLink
(long directoryId, String username, int tokenExpirySeconds) -
Uses of DirectoryNotFoundException in com.atlassian.crowd.manager.memberships
Methods in com.atlassian.crowd.manager.memberships that throw DirectoryNotFoundExceptionModifier and TypeMethodDescriptionMembershipServiceImpl.addUsersToGroup
(long directoryId, List<String> usernames, String groupName) MembershipServiceImpl.addUserToGroups
(long directoryId, String username, List<String> groupNames) MembershipServiceImpl.getDirectUsersFromGroup
(long directoryId, String groupName, int startIndex, int maxResults) MembershipServiceImpl.getGroupDetails
(long directoryId, String groupName) MembershipServiceImpl.removeUserFromGroups
(long directoryId, String username, List<String> groupNames) MembershipServiceImpl.removeUsersFromGroup
(long directoryId, List<String> usernames, String groupName) -
Uses of DirectoryNotFoundException in com.atlassian.crowd.manager.permission
Methods in com.atlassian.crowd.manager.permission that throw DirectoryNotFoundExceptionModifier and TypeMethodDescriptionvoid
PermissionManager.addPermission
(Directory directory, OperationType operationType) void
PermissionManagerImpl.addPermission
(Directory directory, OperationType operationType) UserPermissionService.getGroupLevelAdmins
(boolean considerOnlyTargetGroupsWithApplications) UserPermissionServiceImpl.getGroupLevelAdmins
(boolean considerOnlyTargetGroupsWithApplications) GroupLevelAdminStatsHelper.getGroupLevelAdminStats
(LocalDateTime upTo, Set<Period> periods) Warning: this function is optimized for performance and clears the hibernate session!GroupLevelAdminStatsHelperImpl.getGroupLevelAdminStats
(LocalDateTime upTo, Set<Period> periods) UserPermissionService.getSysAdmins
(Application application, boolean includeLocallyCachedOnly) UserPermissionService.getUsersWithPermission
(Application application, UserPermission userPermission, boolean includeLocallyCachedOnly) UserPermissionServiceImpl.getUsersWithPermission
(Application application, UserPermission permission, boolean includeLocallyCachedOnly) boolean
GroupAdministrationPermissionService.isCurrentUserAdminOfGroup
(Group group) Check if a current logged in user is an administrator of a groupboolean
GroupAdministrationPermissionService.isUserAdminOfGroup
(User user, Group group) Check if a user is an administrator of a groupvoid
PermissionManager.removePermission
(Directory directory, OperationType operationType) void
PermissionManagerImpl.removePermission
(Directory directory, OperationType operationType) void
UserPermissionAdminService.revokePermissionsForGroup
(DirectoryGroup group) Remove all permissions from the given group.void
UserPermissionAdminServiceImpl.revokePermissionsForGroup
(DirectoryGroup group) void
UserPermissionAdminService.setPermissionForGroups
(List<? extends DirectoryGroup> directoryGroupPairs, UserPermission permission) Set the granted permissions for each directoryGroup to permission.void
UserPermissionAdminServiceImpl.setPermissionForGroups
(List<? extends DirectoryGroup> directoryGroups, UserPermission permission) -
Uses of DirectoryNotFoundException in com.atlassian.crowd.manager.recovery
Methods in com.atlassian.crowd.manager.recovery that throw DirectoryNotFoundExceptionModifier and TypeMethodDescriptionRecoveryModeAwareDirectoryManager.findDirectoryById
(long directoryId) RecoveryModeAwareDirectoryManager.findDirectoryByName
(String name) -
Uses of DirectoryNotFoundException in com.atlassian.crowd.manager.token
Methods in com.atlassian.crowd.manager.token that throw DirectoryNotFoundExceptionModifier and TypeMethodDescriptionprotected boolean
RecoveryModeAwareTokenAuthenticationManager.isAllowedToAuthenticate
(String username, long directoryId, Application application) -
Uses of DirectoryNotFoundException in com.atlassian.crowd.plugin.rest.entity.admin.directory
Methods in com.atlassian.crowd.plugin.rest.entity.admin.directory that throw DirectoryNotFoundException -
Uses of DirectoryNotFoundException in com.atlassian.crowd.plugin.rest.exception.mapper
Methods in com.atlassian.crowd.plugin.rest.exception.mapper with parameters of type DirectoryNotFoundExceptionModifier and TypeMethodDescriptionjakarta.ws.rs.core.Response
DirectoryNotFoundExceptionMapper.toResponse
(DirectoryNotFoundException exception) -
Uses of DirectoryNotFoundException in com.atlassian.crowd.plugin.rest.service.controller
Methods in com.atlassian.crowd.plugin.rest.service.controller that throw DirectoryNotFoundExceptionModifier and TypeMethodDescriptionUsersController.getAvatarForUser
(String username, int sizeHint) void
DirectoryController.testAzureAdConnection
(AzureAdConnectionTestEntity connectionTestData, Long id) void
DirectoryController.testCrowdConnection
(CrowdConnectionTestEntity connectionTestData, Long id) void
DirectoryController.testLdapConnection
(LdapConnectionTestEntity connectionTestData, Long id) void
DirectoryController.testLdapSearch
(LdapSearchTestEntity configuration, Long id) -
Uses of DirectoryNotFoundException in com.atlassian.crowd.plugin.rest.service.controller.account
Methods in com.atlassian.crowd.plugin.rest.service.controller.account that throw DirectoryNotFoundExceptionModifier and TypeMethodDescriptionvoid
AccountManagementController.resetPassword
(String username, long directoryId, String password, String token) -
Uses of DirectoryNotFoundException in com.atlassian.crowd.plugin.rest.service.controller.admin
Methods in com.atlassian.crowd.plugin.rest.service.controller.admin that throw DirectoryNotFoundExceptionModifier and TypeMethodDescriptionApplicationAdminController.addApplicationDirectoryMapping
(long appId, DirectoryMappingEntity entity) GroupLevelAdminController.addGroupAdministrators
(DirectoryEntityId administeredGroupId, List<DirectoryEntityRestDTO> grantEntities) void
GroupLevelAdminController.deleteGroupGroupAdministrator
(DirectoryEntityId targetGroupId, DirectoryEntityId adminId) void
GroupLevelAdminController.deleteUserGroupAdministrator
(DirectoryEntityId targetGroupId, DirectoryEntityId adminId) GroupLevelAdminController.getAdminCandidates
(DirectoryEntityId groupId, String searchText, int limit) DirectoryAdminController.getDetailedDirectory
(long directoryId) GroupLevelAdminController.getGroupAdministrators
(DirectoryEntityId groupId, RestPageRequest pageRequest) NestedGroupsMembershipController.getNestedGroups
(DirectoryEntityId groupId, RestPageRequest pageRequest) void
ApplicationAdminController.reorderApplicationDirectoryMapping
(long appId, long dirId, ReorderEntity reorderEntity) void
DirectoryAdminController.scheduleSynchronisation
(long directoryId) GroupAdminController.searchGroups
(long directoryId, String term, Boolean active, RestPageRequest pageRequest) UsersSearchController.searchPotentialMembers
(DirectoryEntityId groupId, String userSearch, int limit) UsersSearchController.searchUsers
(RestPageRequest restPageRequest, UserSearchParams searchParams) void
ApplicationAdminController.updateApplicationDirectoryMapping
(long appId, long dirId, DirectoryMappingEntity entity) -
Uses of DirectoryNotFoundException in com.atlassian.crowd.plugin.rest.service.controller.application
Methods in com.atlassian.crowd.plugin.rest.service.controller.application that throw DirectoryNotFoundExceptionModifier and TypeMethodDescriptioncom.atlassian.plugins.rest.api.model.Link
ApplicationController.addApplication
(ApplicationEntity applicationEntity, URI baseUri) Adds a new application.com.atlassian.plugins.rest.api.model.Link
ApplicationController.addApplicationWithRequestAddress
(ApplicationEntity applicationEntity, jakarta.servlet.http.HttpServletRequest request, URI baseUri) Adds a new application with the request address.void
ApplicationController.updateApplication
(ApplicationEntity applicationEntity) Updates an existing application. -
Uses of DirectoryNotFoundException in com.atlassian.crowd.plugin.rest.service.controller.memberships
Methods in com.atlassian.crowd.plugin.rest.service.controller.memberships that throw DirectoryNotFoundExceptionModifier and TypeMethodDescriptionGroupsMembershipController.addUsersToGroup
(List<DirectoryEntityId> users, DirectoryEntityId groupId) UsersMembershipController.addUserToAllGroups
(DirectoryEntityId userId, List<DirectoryEntityId> groups) GroupsMembershipController.getAdministeredGroups
(GroupsFilter groupsFilter, RestPageRequest pageRequest) GroupsMembershipController.getGroupDetails
(DirectoryEntityId groupId) GroupsMembershipController.getGroupMembers
(DirectoryEntityId groupId, RestPageRequest pageRequest) UsersMembershipController.removeUserFromAllGroups
(DirectoryEntityId userId, List<DirectoryEntityId> groups) GroupsMembershipController.removeUsersFromGroup
(List<DirectoryEntityId> users, DirectoryEntityId groupId) -
Uses of DirectoryNotFoundException in com.atlassian.crowd.plugin.rest.service.resource.admin
Methods in com.atlassian.crowd.plugin.rest.service.resource.admin that throw DirectoryNotFoundExceptionModifier and TypeMethodDescriptionjakarta.ws.rs.core.Response
ApplicationAdminResource.addApplicationDirectoryMapping
(long applicationId, DirectoryMappingEntity directoryMappingEntity, jakarta.ws.rs.core.UriInfo uriInfo) GroupLevelAdminResource.addGroupAdministrators
(DirectoryEntityId groupId, List<DirectoryEntityRestDTO> grantEntities) jakarta.ws.rs.core.Response
UserAdminResource.addUserToGroups
(DirectoryEntityId userId, GroupIdentifiersEntityList groups) jakarta.ws.rs.core.Response
GroupLevelAdminResource.deleteGroupGroupAdministrator
(DirectoryEntityId targetGroupId, DirectoryEntityId adminId) jakarta.ws.rs.core.Response
GroupLevelAdminResource.deleteUserGroupAdministrator
(DirectoryEntityId targetGroupId, DirectoryEntityId adminId) GroupLevelAdminResource.getAdminCandidates
(DirectoryEntityId groupId, String search, int limit) DirectoryAdminResource.getDetailedDirectory
(Long directoryId) GroupLevelAdminResource.getGroupAdministrators
(RestPageRequest pageRequest, DirectoryEntityId groupId) jakarta.ws.rs.core.Response
GroupAdminResource.getNestedGroups
(DirectoryEntityId groupId, RestPageRequest pageRequest) jakarta.ws.rs.core.Response
UserAdminResource.removeUserFromGroups
(DirectoryEntityId userId, GroupIdentifiersEntityList groups) jakarta.ws.rs.core.Response
ApplicationAdminResource.reorderApplicationDirectoryMapping
(long applicationId, long directoryId, ReorderEntity reorderEntity) jakarta.ws.rs.core.Response
DirectoryAdminResource.scheduleSynchronization
(Long directoryId) GroupAdminResource.searchDirectoryGroups
(long dirId, String term, Boolean active, RestPageRequest pageRequest) jakarta.ws.rs.core.Response
UserAdminResource.searchUsers
(RestPageRequest pageRequest, UserSearchParams params) ApplicationAdminResource.updateApplicationDirectoryMapping
(long applicationId, long directoryId, DirectoryMappingEntity directoryMappingEntity) -
Uses of DirectoryNotFoundException in com.atlassian.crowd.plugin.rest.service.resource.application
Methods in com.atlassian.crowd.plugin.rest.service.resource.application that throw DirectoryNotFoundExceptionModifier and TypeMethodDescriptionjakarta.ws.rs.core.Response
ApplicationResource.addApplication
(boolean includeRequestAddress, ApplicationEntity applicationEntity) jakarta.ws.rs.core.Response
ApplicationResource.addRemoteAddress
(long applicationId, RemoteAddressEntity remoteAddressEntity) jakarta.ws.rs.core.Response
ApplicationResource.removeRemoteAddress
(long applicationId, String remoteAddress) jakarta.ws.rs.core.Response
ApplicationResource.updateApplication
(long applicationId, ApplicationEntity applicationEntity) -
Uses of DirectoryNotFoundException in com.atlassian.crowd.plugin.rest.service.resource.directory
Methods in com.atlassian.crowd.plugin.rest.service.resource.directory that throw DirectoryNotFoundExceptionModifier and TypeMethodDescriptionjakarta.ws.rs.core.Response
DirectoryResource.testAzureAdConnection
(Long id, AzureAdConnectionTestEntity connectionTestData) jakarta.ws.rs.core.Response
DirectoryResource.testCrowdConnection
(Long id, CrowdConnectionTestEntity connectionTestData) jakarta.ws.rs.core.Response
DirectoryResource.testLdapConnection
(Long id, LdapConnectionTestEntity connectionTestData) jakarta.ws.rs.core.Response
DirectoryResource.testSearch
(LdapSearchTestEntity ldapConfiguration, Long id) -
Uses of DirectoryNotFoundException in com.atlassian.crowd.plugin.rest.service.resource.memberships
Methods in com.atlassian.crowd.plugin.rest.service.resource.memberships that throw DirectoryNotFoundExceptionModifier and TypeMethodDescriptionjakarta.ws.rs.core.Response
GroupsMembershipResource.addUsersToGroup
(DirectoryEntityId groupId, UserIdentifiersEntityList users) jakarta.ws.rs.core.Response
GroupsMembershipResource.groupDetails
(DirectoryEntityId groupId) jakarta.ws.rs.core.Response
GroupsMembershipResource.groupMembers
(RestPageRequest pageRequest, DirectoryEntityId groupId) jakarta.ws.rs.core.Response
GroupsMembershipResource.removeUsersFromGroup
(DirectoryEntityId groupId, UserIdentifiersEntityList users) jakarta.ws.rs.core.Response
GroupsMembershipResource.searchAdministeredGroups
(RestPageRequest pageRequest, GroupsFilter groupsFilter) jakarta.ws.rs.core.Response
GroupsMembershipResource.searchUsers
(DirectoryEntityId groupId, String userSearch, int limit) -
Uses of DirectoryNotFoundException in com.atlassian.crowd.plugin.rest.service.resource.permission
Methods in com.atlassian.crowd.plugin.rest.service.resource.permission that throw DirectoryNotFoundExceptionModifier and TypeMethodDescriptionjakarta.ws.rs.core.Response
UserPermissionAdminResource.revokePermissions
(RestDirectoryGroup group) jakarta.ws.rs.core.Response
UserPermissionAdminResource.setPermissions
(String permissionName, List<RestDirectoryGroup> groups) -
Uses of DirectoryNotFoundException in com.atlassian.crowd.plugin.rest.service.resource.usermanagement
Methods in com.atlassian.crowd.plugin.rest.service.resource.usermanagement that throw DirectoryNotFoundExceptionModifier and TypeMethodDescriptionjakarta.ws.rs.core.Response
UsersResource.getAvatarForUser
(String username, int size) jakarta.ws.rs.core.Response
SearchResource.search
(String entityType, int maxResults, int startIndex, SearchRestrictionEntity searchRestriction) -
Uses of DirectoryNotFoundException in com.atlassian.crowd.plugin.rest.util
Methods in com.atlassian.crowd.plugin.rest.util that throw DirectoryNotFoundExceptionModifier and TypeMethodDescriptionstatic UserEntity
UserEntityUtil.expandUser
(DirectoryManager directoryManager, long directoryId, UserEntity minimalUserEntity, boolean expandAttributes) ApplicationEntityTranslator.populateDirectoryAttributesForSearchTest
(LdapSearchTestEntity configuration, Directory directory) static List
<DirectoryMapping> ApplicationEntityTranslator.toDirectoryMappings
(DirectoryMappingEntityList directoryMappingEntities, Application application, DirectoryManager directoryManager) Translates from aDirectoryMappingEntityList
to a list ofDirectoryMapping
. -
Uses of DirectoryNotFoundException in com.atlassian.crowd.plugins.testkit.rest
Methods in com.atlassian.crowd.plugins.testkit.rest that throw DirectoryNotFoundExceptionModifier and TypeMethodDescriptionjakarta.ws.rs.core.Response
TestkitDirectoryResource.deleteDirectory
(long directoryId) jakarta.ws.rs.core.Response
TestKitGroupResource.deleteGroup
(String groupName, long directoryId) jakarta.ws.rs.core.Response
TestkitDirectoryResource.getAttributes
(long directoryId) jakarta.ws.rs.core.Response
TestkitDirectoryResource.getDirectory
(long directoryId) jakarta.ws.rs.core.Response
TestkitDirectoryResource.getDirectorySynchronisationStatus
(long directoryId) TestkitDirectoryResource.markSynchronizationFinished
(long directoryId, String syncToken) jakarta.ws.rs.core.Response
TestKitGroupResource.removeNestedGroup
(String parentGroupName, String groupName, long directoryId) jakarta.ws.rs.core.Response
TestkitDirectoryResource.syncDirectory
(long directoryId, SynchronisationMode mode) jakarta.ws.rs.core.Response
TestkitApplicationResource.updateApplicationMappings
(Long applicationId, Long directoryId, boolean allowAllToLogin) jakarta.ws.rs.core.Response
TestkitDirectoryResource.updateDirectory
(long directoryId, DirectoryImpl directory) jakarta.ws.rs.core.Response
TestkitDirectoryResource.updateDirectoryAttributes
(long directoryId, Map<String, String> attributes) jakarta.ws.rs.core.Response
TestkitDirectoryResource.updateDirectoryPermissions
(long directoryId, Set<OperationType> operationTypes) jakarta.ws.rs.core.Response
TestKitUserResource.updateUserPasswordToExpired
(String username, long directoryId) -
Uses of DirectoryNotFoundException in com.atlassian.crowd.rest.plugin.service
Methods in com.atlassian.crowd.rest.plugin.service that throw DirectoryNotFoundExceptionModifier and TypeMethodDescriptionjakarta.ws.rs.core.Response
SyncFeedbackResource.getDirectory
(Long id) -
Uses of DirectoryNotFoundException in com.atlassian.crowd.service
Methods in com.atlassian.crowd.service that throw DirectoryNotFoundExceptionModifier and TypeMethodDescriptionDirectoryEntitySearchService.searchGroups
(EntityQuery<Group> groupsQuery, List<Directory> directoriesRestriction) Returns groups matchinggroupsQuery
.DirectoryEntitySearchServiceImpl.searchGroups
(EntityQuery<Group> query, List<Directory> optionalDirectories) DirectoryEntitySearchService.searchPotentialMembers
(EntityQuery<User> usersQuery, long directoryId, String groupName) Returns users that can be assigned as members of the specified group.DirectoryEntitySearchServiceImpl.searchPotentialMembers
(EntityQuery<User> query, long directoryId, String groupName) DirectoryEntitySearchService.searchUsers
(EntityQuery<User> usersQuery, List<Directory> directoriesRestriction) Returns users matchingusersQuery
.DirectoryEntitySearchServiceImpl.searchUsers
(EntityQuery<User> query, List<Directory> optionalDirectories) -
Uses of DirectoryNotFoundException in com.atlassian.crowd.service.directory
Methods in com.atlassian.crowd.service.directory that throw DirectoryNotFoundExceptionModifier and TypeMethodDescriptionvoid
DefaultDirectoryMembershipService.removeFromGroupsIfPresent
(Directory directory, String groupName) Removes a group from default group list if it is therevoid
DefaultDirectoryMembershipServiceImpl.removeFromGroupsIfPresent
(Directory directory, String groupName) -
Uses of DirectoryNotFoundException in com.atlassian.crowd.service.permission
Methods in com.atlassian.crowd.service.permission that throw DirectoryNotFoundExceptionModifier and TypeMethodDescriptionboolean
GroupAdministrationPermissionServiceImpl.isCurrentUserAdminOfGroup
(Group group) boolean
GroupAdministrationPermissionServiceImpl.isUserAdminOfGroup
(User user, Group group) -
Uses of DirectoryNotFoundException in com.atlassian.crowd.upgrade.tasks
Methods in com.atlassian.crowd.upgrade.tasks that throw DirectoryNotFoundException -
Uses of DirectoryNotFoundException in com.atlassian.crowd.util
Methods in com.atlassian.crowd.util that throw DirectoryNotFoundExceptionModifier and TypeMethodDescriptionAdminGroupChecker.getUnsafeAdminGroups
(String username, long directoryID, List<String> selectedEntityNames) boolean
AdminGroupChecker.isRemovingConsoleAdminFromLastAdminGroup
(String groupname, String consoleAdmin, long directoryID) -
Uses of DirectoryNotFoundException in com.atlassian.labs.crowd.directory.pruning.controller
Methods in com.atlassian.labs.crowd.directory.pruning.controller that throw DirectoryNotFoundExceptionModifier and TypeMethodDescriptionPruningConfigurationController.loadPruningConfiguration
(Long directoryId) PruningConfigurationController.updatePruningConfiguration
(Long directoryId, PruningConfigurationEntity pruningConfigurationEntity) -
Uses of DirectoryNotFoundException in com.atlassian.labs.crowd.directory.pruning.rest
Methods in com.atlassian.labs.crowd.directory.pruning.rest that throw DirectoryNotFoundExceptionModifier and TypeMethodDescriptionPruningConfigurationResource.loadPruningConfiguration
(Long directoryId) PruningConfigurationResource.updatePruningConfiguration
(Long directoryId, PruningConfigurationEntity pruningConfigurationEntity) PruningConfigurationResource.updatePruningConfiguration
(List<PruningConfigurationEntity> pruningConfigurations)
DirectoryManager.addUser(long, com.atlassian.crowd.model.user.UserTemplateWithAttributes, com.atlassian.crowd.embedded.api.PasswordCredential)
instead.