Uses of Class
com.atlassian.crowd.exception.OperationNotPermittedException

Packages that use OperationNotPermittedException
com.atlassian.crowd.embedded.api   
 

Uses of OperationNotPermittedException in com.atlassian.crowd.embedded.api
 

Methods in com.atlassian.crowd.embedded.api that throw OperationNotPermittedException
 Group CrowdService.addGroup(Group group)
          Adds a group to the directory store.
 void CrowdService.addGroupToGroup(Group childGroup, Group parentGroup)
          Adds a group as a member of a parent group.
 User CrowdService.addUser(User user, java.lang.String credential)
          Adds a user to the directory store.
 void CrowdService.addUserToGroup(User user, Group group)
          Adds a user as a member of a group.
 void CrowdService.removeAllGroupAttributes(Group group)
          Removes all group attributes.
 void CrowdService.removeAllUserAttributes(User user)
          Remove all attributes for a user.
 boolean CrowdService.removeGroup(Group group)
          Removes the group that matches the supplied name.
 void CrowdService.removeGroupAttribute(Group group, java.lang.String attributeName)
          Removes all the values for a single attribute key for a group.
 boolean CrowdService.removeGroupFromGroup(Group childGroup, Group parentGroup)
          Removes a group as a member of a parent group.
 boolean CrowdService.removeUser(User user)
          Removes the user that matches the supplied name.
 void CrowdService.removeUserAttribute(User user, java.lang.String attributeName)
          Removes all the values for a single attribute key for a user.
 boolean CrowdService.removeUserFromGroup(User user, Group group)
          Removes a user as a member of a group.
 void CrowdService.setGroupAttribute(Group group, java.lang.String attributeName, java.util.Set<java.lang.String> attributeValues)
          Adds or updates a group's attributes with the new attributes.
 void CrowdService.setGroupAttribute(Group group, java.lang.String attributeName, java.lang.String attributeValue)
          Adds or updates a group's attributes with the new attributes.
 void CrowdService.setUserAttribute(User user, java.lang.String attributeName, java.util.Set<java.lang.String> attributeValues)
          Adds or updates a user's attribute with the new attribute values.
 void CrowdService.setUserAttribute(User user, java.lang.String attributeName, java.lang.String attributeValue)
          Adds or updates a user's attribute with the new attribute value.
 Group CrowdService.updateGroup(Group group)
          Updates the group.
 User CrowdService.updateUser(User user)
          Updates the User.
 void CrowdService.updateUserCredential(User user, java.lang.String credential)
          Updates the password for a user.
 



Copyright © 2012 Atlassian. All Rights Reserved.