Uses of Class
com.atlassian.crowd.integration.exception.ObjectNotFoundException

Packages that use ObjectNotFoundException
com.atlassian.crowd.service.soap.server   
com.atlassian.crowd.util   
 

Uses of ObjectNotFoundException in com.atlassian.crowd.service.soap.server
 

Methods in com.atlassian.crowd.service.soap.server that throw ObjectNotFoundException
 void SecurityServerGeneric.addAttributeToGroup(AuthenticatedToken applicationToken, java.lang.String group, SOAPAttribute attribute)
           
 void SecurityServer.addAttributeToGroup(AuthenticatedToken applicationToken, java.lang.String group, SOAPAttribute attribute)
          Adds an attribute to a group that is in the application's assigned directory.
 void SecurityServerGeneric.addAttributeToPrincipal(AuthenticatedToken applicationToken, java.lang.String principal, SOAPAttribute attribute)
           
 void SecurityServer.addAttributeToPrincipal(AuthenticatedToken applicationToken, java.lang.String principal, SOAPAttribute attribute)
          Adds an attribute to a principal who is in the application's assigned directory.
 void SecurityServerGeneric.addPrincipalToGroup(AuthenticatedToken applicationToken, java.lang.String principal, java.lang.String group)
           
 void SecurityServer.addPrincipalToGroup(AuthenticatedToken applicationToken, java.lang.String principal, java.lang.String group)
          Adds a principal to a group for the application's assigned directory.
 void SecurityServerGeneric.addPrincipalToRole(AuthenticatedToken applicationToken, java.lang.String principal, java.lang.String role)
           
 void SecurityServer.addPrincipalToRole(AuthenticatedToken applicationToken, java.lang.String principal, java.lang.String role)
          Adds the principal to a role for the application's assigned directory.
 SOAPGroup SecurityServerGeneric.findGroupByName(AuthenticatedToken applicationToken, java.lang.String name)
           
 SOAPGroup SecurityServer.findGroupByName(AuthenticatedToken applicationToken, java.lang.String name)
          Find a group by name for the application's assigned directory.
 java.lang.String[] SecurityServer.findGroupMemberships(AuthenticatedToken applicationToken, java.lang.String principalName)
          Finds all of the principals who are members of a group that is in the application's assigned directory.
 SOAPGroup SecurityServerGeneric.findGroupWithAttributesByName(AuthenticatedToken applicationToken, java.lang.String name)
           
 SOAPGroup SecurityServer.findGroupWithAttributesByName(AuthenticatedToken applicationToken, java.lang.String name)
          Find a group by name for the application's assigned directory.
 SOAPPrincipal SecurityServerGeneric.findPrincipalByName(AuthenticatedToken applicationToken, java.lang.String name)
           
 SOAPPrincipal SecurityServer.findPrincipalByName(AuthenticatedToken applicationToken, java.lang.String name)
          Finds a principal by name who is in the application's assigned directory.
 SOAPPrincipal SecurityServerGeneric.findPrincipalWithAttributesByName(AuthenticatedToken applicationToken, java.lang.String name)
           
 SOAPPrincipal SecurityServer.findPrincipalWithAttributesByName(AuthenticatedToken applicationToken, java.lang.String name)
          Finds a principal by name who is in the application's assigned directory.
 SOAPRole SecurityServerGeneric.findRoleByName(AuthenticatedToken applicationToken, java.lang.String name)
           
 SOAPRole SecurityServer.findRoleByName(AuthenticatedToken applicationToken, java.lang.String name)
          Finds a role by name for the application's assigned directory.
 java.lang.String[] SecurityServer.findRoleMemberships(AuthenticatedToken applicationToken, java.lang.String principalName)
          Finds all of the principals who are members of a role that is in the application's assigned directory.
 void SecurityServerGeneric.removeAttributeFromGroup(AuthenticatedToken applicationToken, java.lang.String group, java.lang.String attribute)
           
 void SecurityServer.removeAttributeFromGroup(AuthenticatedToken applicationToken, java.lang.String group, java.lang.String attribute)
          Removes an attribute from a group that is in the application's assigned directory.
 void SecurityServerGeneric.removeAttributeFromPrincipal(AuthenticatedToken applicationToken, java.lang.String principal, java.lang.String attribute)
           
 void SecurityServer.removeAttributeFromPrincipal(AuthenticatedToken applicationToken, java.lang.String principal, java.lang.String attribute)
          Removes an attribute from a principal who is in the application's assigned directory.
 void SecurityServerGeneric.removeGroup(AuthenticatedToken applicationToken, java.lang.String group)
           
 void SecurityServer.removeGroup(AuthenticatedToken applicationToken, java.lang.String group)
          Removes a group from the application's assigned directory.
 void SecurityServerGeneric.removePrincipal(AuthenticatedToken applicationToken, java.lang.String principal)
           
 void SecurityServer.removePrincipal(AuthenticatedToken applicationToken, java.lang.String principal)
          Removes a principal from the application's assigned directory.
 void SecurityServerGeneric.removePrincipalFromGroup(AuthenticatedToken applicationToken, java.lang.String principal, java.lang.String group)
           
 void SecurityServer.removePrincipalFromGroup(AuthenticatedToken applicationToken, java.lang.String principal, java.lang.String group)
          Removes a principal from a group for the application's assigned directory.
 void SecurityServerGeneric.removePrincipalFromRole(AuthenticatedToken applicationToken, java.lang.String principal, java.lang.String role)
           
 void SecurityServer.removePrincipalFromRole(AuthenticatedToken applicationToken, java.lang.String principal, java.lang.String role)
          Removes a principal from a role for the application's assigned directory.
 void SecurityServerGeneric.removeRole(AuthenticatedToken applicationToken, java.lang.String role)
           
 void SecurityServer.removeRole(AuthenticatedToken applicationToken, java.lang.String role)
          Removes a role from the application's assigned directory.
 void SecurityServerGeneric.resetPrincipalCredential(AuthenticatedToken applicationToken, java.lang.String principal)
           
 void SecurityServer.resetPrincipalCredential(AuthenticatedToken applicationToken, java.lang.String principal)
          Resets a principal's password credential to a random password and emails the new password who is in the application's assigned directory.
 void SecurityServer.updateGroup(AuthenticatedToken authenticatedToken, java.lang.String group, java.lang.String description, boolean active)
          Updates the first group located from the list of directories assigned to an application Available fields that can be updated are description and active
 void SecurityServerGeneric.updateGroupAttribute(AuthenticatedToken applicationToken, java.lang.String group, SOAPAttribute attribute)
           
 void SecurityServer.updateGroupAttribute(AuthenticatedToken applicationToken, java.lang.String group, SOAPAttribute attribute)
          Updates an attribute for a group that is in the application's assigned directory..
 void SecurityServerGeneric.updatePrincipalAttribute(AuthenticatedToken applicationToken, java.lang.String name, SOAPAttribute attribute)
           
 void SecurityServer.updatePrincipalAttribute(AuthenticatedToken applicationToken, java.lang.String name, SOAPAttribute attribute)
          Updates an attribute for a principal who is in the application's assigned directory..
 void SecurityServerGeneric.updatePrincipalCredential(AuthenticatedToken applicationToken, java.lang.String principal, PasswordCredential credential)
           
 void SecurityServer.updatePrincipalCredential(AuthenticatedToken applicationToken, java.lang.String principal, PasswordCredential credential)
          Updates the password credential for a principal who is in the application's assigned directory.
 

Uses of ObjectNotFoundException in com.atlassian.crowd.util
 

Methods in com.atlassian.crowd.util with parameters of type ObjectNotFoundException
static void SoapExceptionTranslator.throwEquivalentCheckedException(ObjectNotFoundException e)
           
static void SoapExceptionTranslator.throwEquivalentGroupNotFoundException(ObjectNotFoundException e)
          Throws the equivalent GroupNotFoundException from ObjectNotFoundException.
static void SoapExceptionTranslator.throwEquivalentMembershipNotFoundException(ObjectNotFoundException e)
          Throws the equivalent MembershipNotFoundException from ObjectNotFoundException.
static void SoapExceptionTranslator.throwEquivalentObjectNotFoundException(ObjectNotFoundException e)
          Throws the equivalent ObjectNotFoundException from ObjectNotFoundException.
static void SoapExceptionTranslator.throwEquivalentUserNotFoundException(ObjectNotFoundException e)
          Throws the equivalent UserNotFoundException from ObjectNotFoundException.
static void SoapExceptionTranslator.throwEquivalentUserOrGroupNotFoundException(ObjectNotFoundException e)
          Throws the equivalent UserNotFoundException or GroupNotFoundException from ObjectNotFoundException.
static void SoapExceptionTranslator.throwEquivalentUserOrGroupOrMembershipNotFoundException(ObjectNotFoundException e)
          Throws the equivalent UserNotFoundException, GroupNotFoundException, MembershipNotFoundException from ObjectNotFoundException.
 

Methods in com.atlassian.crowd.util that throw ObjectNotFoundException
static void SoapExceptionTranslator.throwSoapEquivalentCheckedException(GroupNotFoundException e)
           
static void SoapExceptionTranslator.throwSoapEquivalentCheckedException(MembershipNotFoundException e)
           
static void SoapExceptionTranslator.throwSoapEquivalentCheckedException(ObjectNotFoundException e)
           
static void SoapExceptionTranslator.throwSoapEquivalentCheckedException(UserNotFoundException e)
           
 



Copyright © 2012 Atlassian. All Rights Reserved.