|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of DirectoryNotFoundException in com.atlassian.crowd.acceptance.tests.directory |
|---|
| Methods in com.atlassian.crowd.acceptance.tests.directory that throw DirectoryNotFoundException | |
|---|---|
Directory |
MockDirectoryManager.findDirectoryById(long directoryID)
This is the only implemented method. |
Directory |
MockDirectoryManager.findDirectoryByName(java.lang.String name)
|
void |
MockDirectoryManager.removeDirectory(Directory directory)
|
Directory |
MockDirectoryManager.updateDirectory(Directory directory)
|
| Uses of DirectoryNotFoundException in com.atlassian.crowd.console.action |
|---|
| Methods in com.atlassian.crowd.console.action that throw DirectoryNotFoundException | |
|---|---|
java.util.List<T> |
Searcher.doSearchByApplication(long applicationId,
java.lang.Boolean active,
java.lang.String searchText,
int resultsStartIndex,
int resultsPerPage)
Performs a search for DirectoryEntities in the specified directory, returning a list of those that match. |
java.util.List<T> |
Searcher.doSearchByDirectory(long directoryID,
java.lang.Boolean active,
java.lang.String searchText,
int resultsStartIndex,
int resultsPerPage)
Performs a search for DirectoryEntities in the specified directory, returning a list of those that match. |
| Uses of DirectoryNotFoundException in com.atlassian.crowd.dao.application |
|---|
| Methods in com.atlassian.crowd.dao.application that throw DirectoryNotFoundException | |
|---|---|
void |
ApplicationDAOHibernate.addDirectoryMapping(long applicationId,
long directoryId,
boolean allowAllToAuthenticate,
OperationType... operationTypes)
|
void |
ApplicationDAO.addDirectoryMapping(long applicationId,
long directoryId,
boolean allowAllToAuthenticate,
OperationType... operationTypes)
|
| Uses of DirectoryNotFoundException in com.atlassian.crowd.dao.directory |
|---|
| Methods in com.atlassian.crowd.dao.directory that throw DirectoryNotFoundException | |
|---|---|
DirectoryImpl |
DirectoryDAOHibernate.findById(long id)
|
DirectoryImpl |
DirectoryDAOHibernate.findByName(java.lang.String name)
|
void |
DirectoryDAOHibernate.remove(Directory directory)
|
DirectoryImpl |
DirectoryDAOHibernate.update(Directory directory)
|
| Uses of DirectoryNotFoundException in com.atlassian.crowd.dao.group |
|---|
| Methods in com.atlassian.crowd.dao.group that throw DirectoryNotFoundException | |
|---|---|
BatchResult<Group> |
GroupDAOHibernate.addAll(java.util.Set<? extends Group> groups)
|
| Uses of DirectoryNotFoundException in com.atlassian.crowd.dao.user |
|---|
| Methods in com.atlassian.crowd.dao.user that throw DirectoryNotFoundException | |
|---|---|
InternalUser |
UserDAOHibernate.add(User user,
PasswordCredential credential)
|
BatchResult<User> |
UserDAOHibernate.addAll(java.util.Set<UserTemplateWithCredentialAndAttributes> users)
|
java.util.Collection<InternalUser> |
InternalUserDao.findByNames(long directoryID,
java.util.Collection<java.lang.String> usernames)
Bulk find of users using SQL disjunction. |
void |
InternalUserDao.removeAll(long directoryId)
|
| Uses of DirectoryNotFoundException in com.atlassian.crowd.directory |
|---|
| Methods in com.atlassian.crowd.directory that throw DirectoryNotFoundException | |
|---|---|
java.util.Collection<Group> |
InternalDirectory.addAllGroups(java.util.Set<GroupTemplate> groups)
|
java.util.Collection<Group> |
CachingDirectory.addAllGroups(java.util.Set<GroupTemplate> groups)
|
java.util.Collection<Group> |
InternalRemoteDirectory.addAllGroups(java.util.Set<GroupTemplate> groups)
|
| Uses of DirectoryNotFoundException in com.atlassian.crowd.embedded.api |
|---|
| Methods in com.atlassian.crowd.embedded.api that throw DirectoryNotFoundException | |
|---|---|
User |
CrowdAdminService.addUser(User user,
java.lang.String credential)
Adds a user to the directory store. |
boolean |
CrowdAdminService.removeDirectory(long directoryId)
Will remove a directory from the Application, this will also remove all associated entities (users/groups/memberships). |
void |
CrowdAdminService.setDirectoryPosition(long directoryId,
int position)
Will place the directory with the given directoryId and the passed in position in the current list of directories configured for an application. |
Directory |
CrowdAdminService.updateDirectory(Directory directory)
Will update the Directory. |
User |
CrowdAdminService.updateUser(User user)
Updates the User. |
| Uses of DirectoryNotFoundException in com.atlassian.crowd.embedded.core |
|---|
| Methods in com.atlassian.crowd.embedded.core that throw DirectoryNotFoundException | |
|---|---|
User |
CrowdAdminServiceImpl.addUser(User user,
java.lang.String credential)
|
boolean |
CrowdAdminServiceImpl.removeDirectory(long directoryId)
|
User |
CrowdAdminServiceImpl.updateUser(User user)
|
| Uses of DirectoryNotFoundException in com.atlassian.crowd.embedded.spi |
|---|
| Methods in com.atlassian.crowd.embedded.spi that throw DirectoryNotFoundException | |
|---|---|
User |
UserDao.add(User user,
PasswordCredential credential)
Creates a new user with the given details and credentials. |
BatchResult<Group> |
GroupDao.addAll(java.util.Set<? extends Group> groups)
Bulk add of groups. |
BatchResult<User> |
UserDao.addAll(java.util.Set<UserTemplateWithCredentialAndAttributes> users)
Bulk add of users using JDBC batch support. |
Directory |
DirectoryDao.findById(long directoryId)
Returns the directory with the specified ID, throwing DirectoryNotFoundException if it cannot be found. |
Directory |
DirectoryDao.findByName(java.lang.String name)
Returns the directory with the specified name, throwing DirectoryNotFoundException if it cannot be found. |
void |
DirectoryDao.remove(Directory directory)
Removes the specified directory from the data store. |
Directory |
DirectoryDao.update(Directory directory)
Persists any changes made to the provided directory. |
| Uses of DirectoryNotFoundException in com.atlassian.crowd.manager.authentication |
|---|
| Methods in com.atlassian.crowd.manager.authentication that throw DirectoryNotFoundException | |
|---|---|
java.util.List<Application> |
TokenAuthenticationManager.findAuthorisedApplications(User user,
java.lang.String applicationName)
Returns a list of applications a user is authorised to authenticate with. |
java.util.List<Application> |
AliasingAwareTokenAuthenticationManager.findAuthorisedApplications(User user,
java.lang.String applicationName)
|
| Uses of DirectoryNotFoundException in com.atlassian.crowd.manager.directory |
|---|
| Methods in com.atlassian.crowd.manager.directory that throw DirectoryNotFoundException | ||
|---|---|---|
BulkAddResult<Group> |
DirectoryManager.addAllGroups(long directoryId,
java.util.Collection<GroupTemplate> groups,
boolean overwrite)
Will add a collection of Group to the directory specified by the passed in directoryId param. |
|
BulkAddResult<User> |
DirectoryManager.addAllUsers(long directoryId,
java.util.Collection<UserTemplateWithCredentialAndAttributes> users,
boolean overwrite)
Will add a collection of users to the directory specified by the passed in directoryId param. |
|
BulkAddResult<java.lang.String> |
DirectoryManager.addAllUsersToGroup(long directoryID,
java.util.Collection<java.lang.String> userNames,
java.lang.String groupName)
A bulk version of DirectoryManager.addUserToGroup(long, String, String). |
|
Group |
DirectoryManager.addGroup(long directoryId,
GroupTemplate group)
Adds a Group to the directory specified by the passed in directoryId. |
|
void |
DirectoryManager.addGroupToGroup(long directoryId,
java.lang.String childGroup,
java.lang.String parentGroup)
Adds an existing child group as direct member of an existing parent group in the directory specified by the passed in directoryId. |
|
User |
DirectoryManager.addUser(long directoryId,
UserTemplate user,
PasswordCredential credential)
Adds a User to the directory specified by the passed in directoryId. |
|
void |
DirectoryManager.addUserToGroup(long directoryId,
java.lang.String username,
java.lang.String groupName)
Adds an existing user as a direct member of an existing group in the directory specified by the passed in directoryId. |
|
Directory |
DirectoryManager.findDirectoryById(long directoryID)
Returns a Directory based on the passed in directoryId. |
|
Directory |
DirectoryManager.findDirectoryByName(java.lang.String name)
Finds a directory given the supplied name. |
|
Group |
DirectoryManager.findGroupByName(long directoryId,
java.lang.String groupName)
Returns the group matching the supplied groupName in the directory specified by the passed in directoryId.. |
|
GroupWithAttributes |
DirectoryManager.findGroupWithAttributesByName(long directoryId,
java.lang.String groupName)
Returns the group with all attributes matching the supplied groupName in the directory specified by the passed in directoryId.. |
|
User |
DirectoryManager.findUserByName(long directoryId,
java.lang.String username)
Returns the user matching the supplied username in the directory specified by the passed in directoryId.. |
|
UserWithAttributes |
DirectoryManager.findUserWithAttributesByName(long directoryId,
java.lang.String username)
Returns the user with all attributes matching the supplied username in the directory specified by the passed in directoryId.. |
|
boolean |
DirectoryManager.isGroupDirectGroupMember(long directoryId,
java.lang.String childGroup,
java.lang.String parentGroup)
Returns true if the childGroup is a direct member of the parentGroup in the directory specified by the passed in directoryId. |
|
boolean |
DirectoryManager.isGroupNestedGroupMember(long directoryId,
java.lang.String childGroup,
java.lang.String parentGroup)
Returns true if the childGroup is a direct or indirect (nested) member of the parentGroup in the directory specified by the passed in 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 |
DirectorySynchroniserImpl.isSynchronising(long directoryId)
|
|
boolean |
DirectorySynchroniser.isSynchronising(long directoryId)
Returns whether the directory is currently synchronising. |
|
boolean |
DirectoryManager.isUserDirectGroupMember(long directoryId,
java.lang.String username,
java.lang.String groupName)
Returns true if the user is a direct member of the group in the directory specified by the passed in directoryId. |
|
boolean |
DirectoryManager.isUserNestedGroupMember(long directoryId,
java.lang.String username,
java.lang.String groupName)
Returns true if the user is a direct or indirect (nested) member of the group in the directory specified by the passed in directoryId. |
|
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,
java.lang.String groupName)
Removes a group matching the supplied groupName in the directory specified by the passed in directoryId. |
|
void |
DirectoryManager.removeGroupAttributes(long directoryId,
java.lang.String groupName,
java.lang.String attributeName)
Removes a group's attribute values in the directory specified by the passed in directoryId. |
|
void |
DirectoryManager.removeGroupFromGroup(long directoryId,
java.lang.String childGroup,
java.lang.String parentGroup)
Removes an existing child group from being a direct member of an existing parent group in the directory specified by the passed in directoryId. |
|
void |
DirectoryManager.removeUser(long directoryId,
java.lang.String username)
Removes a user matching the supplied username in the directory specified by the passed in directoryId. |
|
void |
DirectoryManager.removeUserAttributes(long directoryId,
java.lang.String username,
java.lang.String attributeName)
Removes a user's attribute values in the directory specified by the passed in directoryId. |
|
void |
DirectoryManager.removeUserFromGroup(long directoryId,
java.lang.String username,
java.lang.String groupName)
Removes an existing user from being a direct member of an existing group in the directory specified by the passed in directoryId. |
|
Group |
DirectoryManager.renameGroup(long directoryId,
java.lang.String oldGroupname,
java.lang.String newGroupname)
Renames a group in the directory specified by the passed in directoryId. |
|
User |
DirectoryManager.renameUser(long directoryId,
java.lang.String oldUsername,
java.lang.String newUsername)
Renames a user in the directory specified by the passed in directoryId. |
|
void |
DirectoryManager.resetPassword(long directoryId,
java.lang.String username)
Deprecated. since 2.1 |
|
|
DirectoryManager.searchDirectGroupRelationships(long directoryId,
MembershipQuery<T> query)
Searches for direct group relationships in the directory specified by the passed in directoryId. |
|
|
DirectoryManager.searchGroups(long directoryId,
EntityQuery<T> query)
Returns a list of groups matching the given query in the directory specified by the passed in directoryId.. |
|
|
DirectoryManager.searchNestedGroupRelationships(long directoryId,
MembershipQuery<T> query)
Searches for direct and indirect (nested) group relationships in the directory specified by the passed in directoryId. |
|
|
DirectoryManager.searchUsers(long directoryId,
EntityQuery<T> query)
Returns a list of users matching the given query in the directory specified by the passed in directoryId.. |
|
void |
DirectoryManager.storeGroupAttributes(long directoryId,
java.lang.String groupName,
java.util.Map<java.lang.String,java.util.Set<java.lang.String>> attributes)
Adds or updates a group's attributes with the new Map of attribute values in the directory specified by the passed in directoryId. |
|
void |
DirectoryManager.storeUserAttributes(long directoryId,
java.lang.String username,
java.util.Map<java.lang.String,java.util.Set<java.lang.String>> attributes)
Adds or updates a user's attributes with the new Map of attribute values in the directory specified by the passed in directoryId. |
|
Directory |
DirectoryManager.updateDirectory(Directory directory)
Updates the passed in directory. |
|
Group |
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 in directoryId. |
|
User |
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 in directoryId. |
|
void |
DirectoryManager.updateUserCredential(long directoryId,
java.lang.String username,
PasswordCredential credential)
This will update the user's credential in the given directory specified by the passed in directoryId. |
|
| Uses of DirectoryNotFoundException in com.atlassian.crowd.manager.login |
|---|
| Methods in com.atlassian.crowd.manager.login that throw DirectoryNotFoundException | |
|---|---|
void |
ForgottenLoginManagerImpl.resetUserCredential(long directoryId,
java.lang.String username,
PasswordCredential credential,
java.lang.String token)
|
void |
ForgottenLoginManager.resetUserCredential(long directoryId,
java.lang.String username,
PasswordCredential credential,
java.lang.String token)
Resets the user credentials and invalidates the token. |
void |
ForgottenLoginManagerImpl.sendResetLink(long directoryId,
java.lang.String username)
|
void |
ForgottenLoginManager.sendResetLink(long directoryId,
java.lang.String username)
Sends a reset link to the user with specified username and directory ID. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||