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

Packages that use OperationNotPermittedException
com.atlassian.crowd.embedded.api   
com.atlassian.crowd.embedded.core   
com.atlassian.crowd.integration.http   
 

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

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

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

Methods in com.atlassian.crowd.embedded.core that throw OperationNotPermittedException
 Group CrowdAdminServiceImpl.addGroup(Group group)
           
 void CrowdAdminServiceImpl.addGroupToGroup(Group childGroup, Group parentGroup)
           
 User CrowdAdminServiceImpl.addUser(User user, java.lang.String credential)
           
 void CrowdAdminServiceImpl.addUserToGroup(User user, Group group)
           
 void CrowdAdminServiceImpl.removeAllGroupAttributes(Group group)
           
 void CrowdAdminServiceImpl.removeAllUserAttributes(User user)
           
 boolean CrowdAdminServiceImpl.removeGroup(Group group)
           
 void CrowdAdminServiceImpl.removeGroupAttribute(Group group, java.lang.String attributeName)
           
 boolean CrowdAdminServiceImpl.removeGroupFromGroup(Group childGroup, Group parentGroup)
           
 boolean CrowdAdminServiceImpl.removeUser(User user)
           
 void CrowdAdminServiceImpl.removeUserAttribute(User user, java.lang.String attributeName)
           
 boolean CrowdAdminServiceImpl.removeUserFromGroup(User user, Group group)
           
 Group CrowdAdminServiceImpl.renameGroup(java.lang.String oldName, java.lang.String newName)
           
 User CrowdAdminServiceImpl.renameUser(java.lang.String oldName, java.lang.String newName)
           
 void CrowdAdminServiceImpl.setGroupAttribute(Group group, java.lang.String attributeName, java.util.Set<java.lang.String> attributeValues)
           
 void CrowdAdminServiceImpl.setGroupAttribute(Group group, java.lang.String attributeName, java.lang.String attributeValue)
           
 void CrowdAdminServiceImpl.setUserAttribute(User user, java.lang.String attributeName, java.util.Set<java.lang.String> attributeValues)
           
 void CrowdAdminServiceImpl.setUserAttribute(User user, java.lang.String attributeName, java.lang.String attributeValue)
           
 Group CrowdAdminServiceImpl.updateGroup(Group group)
           
 User CrowdAdminServiceImpl.updateUser(User user)
           
 void CrowdAdminServiceImpl.updateUserCredential(User user, java.lang.String credential)
           
 

Uses of OperationNotPermittedException in com.atlassian.crowd.integration.http
 

Methods in com.atlassian.crowd.integration.http that throw OperationNotPermittedException
 User CrowdHttpAuthenticatorImpl.authenticate(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, java.lang.String username, java.lang.String password)
           
 User CrowdHttpAuthenticator.authenticate(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, java.lang.String username, java.lang.String password)
          Authenticates the user based on provided credentials.
 User CrowdHttpAuthenticatorImpl.authenticateWithoutValidatingPassword(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, java.lang.String username)
           
 User CrowdHttpAuthenticator.authenticateWithoutValidatingPassword(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, java.lang.String username)
          Authenticates the user without validating password.
 User CacheAwareCrowdHttpAuthenticator.authenticateWithoutValidatingPassword(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, java.lang.String username)
           
 



Copyright © 2010 Atlassian. All Rights Reserved.