Uses of Class
com.atlassian.crowd.exception.runtime.OperationFailedException
Packages that use OperationFailedException
-
Uses of OperationFailedException in com.atlassian.crowd.embedded.api
Methods in com.atlassian.crowd.embedded.api that throw OperationFailedExceptionModifier and TypeMethodDescriptionCrowdDirectoryService.addDirectory(Directory directory) Will add a newDirectoryinto the local database.Adds agroupto the directory store.booleanCrowdService.addGroupToGroup(Group childGroup, Group parentGroup) Adds a group as a member of a parent group.Deprecated.CrowdService.addUser(UserWithAttributes user, String credential) Adds auserto the directory store.booleanCrowdService.addUserToGroup(User user, Group group) Adds a user as a member of a group.CrowdService.authenticate(String name, String credential) Authenticates auserwith the given credential.CrowdDirectoryService.getDirectorySynchronisationInformation(long directoryId) Returns the synchronisation information for the directory.booleanCrowdDirectoryService.isDirectorySynchronisable(long directoryId) Returns true if the underlying directory implementation supports manual synchronisation of the directory's local cache.booleanCrowdDirectoryService.isDirectorySynchronising(long directoryId) Returns true if the given Directory is currently synchronising.booleanCrowdService.isGroupDirectGroupMember(Group childGroup, Group parentGroup) Determines if a group is a direct member of another group.booleanCrowdService.isUserDirectGroupMember(User user, Group group) Determines if a user is a direct member of a group.voidCrowdService.removeAllGroupAttributes(Group group) Removes all group attributes.voidCrowdService.removeAllUserAttributes(User user) Remove all attributes for a user.booleanCrowdDirectoryService.removeDirectory(long directoryId) Will remove a directory from the Application, this will also remove all associated entities (users/groups/memberships).booleanCrowdService.removeGroup(Group group) Removes thegroupthat matches the suppliedname.voidCrowdService.removeGroupAttribute(Group group, String attributeName) Removes all the values for a single attribute key for a group.booleanCrowdService.removeGroupFromGroup(Group childGroup, Group parentGroup) Removes a group as a member of a parent group.booleanCrowdService.removeUser(User user) Removes theuserthat matches the suppliedname.voidCrowdService.removeUserAttribute(User user, String attributeName) Removes all the values for a single attribute key for a user.booleanCrowdService.removeUserFromGroup(User user, Group group) Removes a user as a member of a group.CrowdService.renameUser(User user, String newUsername) Renames theUser.voidCrowdDirectoryService.setDirectoryPosition(long directoryId, int position) Will place the directory with the givendirectoryIdand the passed inpositionin the current list of directories configured for an application.voidCrowdService.setGroupAttribute(Group group, String attributeName, String attributeValue) Adds or updates a group's attributes with the new attributes.voidCrowdService.setGroupAttribute(Group group, String attributeName, Set<String> attributeValues) Adds or updates a group's attributes with the newattributes.voidCrowdService.setUserAttribute(User user, String attributeName, String attributeValue) Adds or updates a user's attribute with the new attribute value.voidCrowdService.setUserAttribute(User user, String attributeName, Set<String> attributeValues) Adds or updates a user's attribute with the new attribute values.booleanCrowdDirectoryService.supportsNestedGroups(long directoryId) Returns true if the underlying directory implementation supports nested groups.voidCrowdDirectoryService.synchroniseDirectory(long directoryId) Requests that this directory should update its cache by synchronising with the remote server.voidCrowdDirectoryService.synchroniseDirectory(long directoryId, boolean runInBackground) Requests that this directory should update its cache by synchronising with the remote server.voidCrowdDirectoryService.testConnection(Directory directory) Test if a connection to the directory server can be established.CrowdDirectoryService.updateDirectory(Directory directory) Will update theDirectory.CrowdService.updateGroup(Group group) Updates thegroup.CrowdService.updateUser(User user) Updates theUser.voidCrowdService.updateUserCredential(User user, String credential) CrowdService.userAuthenticated(String name) Acts as if the user has just authenticated. -
Uses of OperationFailedException in com.atlassian.crowd.exception.runtime
Subclasses of OperationFailedException in com.atlassian.crowd.exception.runtimeModifier and TypeClassDescriptionclassA specific extension of the Runtime OperationFailedException that is thrown when the host application is unable to communicate with the remote User Directory.
CrowdService.addUser(UserWithAttributes, String)instead.