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

Packages that use ObjectNotFoundException
com.atlassian.crowd.integration.http   
com.atlassian.crowd.integration.service.soap.client   
com.atlassian.crowd.integration.service.soap.server   
 

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

Methods in com.atlassian.crowd.integration.http that throw ObjectNotFoundException
 SOAPPrincipal HttpAuthenticator.getPrincipal(HttpServletRequest request)
          Attempts to retrive the principal from the request.
 SOAPPrincipal HttpAuthenticatorImpl.getPrincipal(HttpServletRequest request)
          Attempts to retrive the principal from the request.
 

Uses of ObjectNotFoundException in com.atlassian.crowd.integration.service.soap.client
 

Methods in com.atlassian.crowd.integration.service.soap.client that throw ObjectNotFoundException
 void SecurityServerClient.addAttributeToPrincipal(String principal, SOAPAttribute attribute)
          Adds an attribute to a principal who is in the application's assigned directory.
 void SecurityServerClientImpl.addAttributeToPrincipal(String principal, SOAPAttribute attribute)
          Adds an attribute to a principal who is in the application's assigned directory.
 void SecurityServerClient.addPrincipalToGroup(String principal, String group)
          Adds a principal to a group for the application's assigned directory.
 void SecurityServerClientImpl.addPrincipalToGroup(String principal, String group)
          Adds a principal to a group for the application's assigned directory.
 void SecurityServerClient.addPrincipalToRole(String principal, String role)
          Adds the principal to a role for the application's assigned directory.
 void SecurityServerClientImpl.addPrincipalToRole(String principal, String role)
          Adds the principal to a role for the application's assigned directory.
 SOAPGroup SecurityServerClient.findGroupByName(String name)
          Find a group by name for the application's assigned directory.
 SOAPGroup SecurityServerClientImpl.findGroupByName(String name)
          Find a group by name for the application's assigned directory.
 SOAPPrincipal SecurityServerClient.findPrincipalByName(String name)
          Finds a principal by name who is in the application's assigned directory.
 SOAPPrincipal SecurityServerClientImpl.findPrincipalByName(String name)
          Finds a principal by name who is in the application's assigned directory.
 SOAPRole SecurityServerClient.findRoleByName(String name)
          Finds a role by name for the application's assigned directory.
 SOAPRole SecurityServerClientImpl.findRoleByName(String name)
          Finds a role by name for the application's assigned directory.
 void SecurityServerClient.removeAttributeFromPrincipal(String principal, String attribute)
          Removes an attribute from a principal who is in the application's assigned directory.
 void SecurityServerClientImpl.removeAttributeFromPrincipal(String principal, String attribute)
          Removes an attribute from a principal who is in the application's assigned directory.
 void SecurityServerClient.removeGroup(String group)
          Removes a group from the applciation's assigned directory.
 void SecurityServerClientImpl.removeGroup(String group)
          Removes a group from the applciation's assigned directory.
 void SecurityServerClient.removePrincipal(String principal)
          Removes a principal from the application's assigned directory.
 void SecurityServerClientImpl.removePrincipal(String principal)
          Removes a principal from the application's assigned directory.
 void SecurityServerClient.removePrincipalFromGroup(String principal, String group)
          Removes a principal from a group for the application's assigned directory.
 void SecurityServerClientImpl.removePrincipalFromGroup(String principal, String group)
          Removes a principal from a group for the application's assigned directory.
 void SecurityServerClient.removePrincipalFromRole(String principal, String role)
          Removes a principal from a role for the application's assigned directory.
 void SecurityServerClientImpl.removePrincipalFromRole(String principal, String role)
          Removes a principal from a role for the application's assigned directory.
 void SecurityServerClient.removeRole(String role)
          Removes a role from the application's assigned directory.
 void SecurityServerClientImpl.removeRole(String role)
          Removes a role from the application's assigned directory.
 void SecurityServerClient.resetPrincipalCredential(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 SecurityServerClientImpl.resetPrincipalCredential(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 SecurityServerClient.updateGroup(String group, 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 SecurityServerClientImpl.updateGroup(String group, 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 SecurityServerClient.updatePrincipalAttribute(String name, SOAPAttribute attribute)
          Updates an attribute for a principal who is in the application's assigned directory..
 void SecurityServerClientImpl.updatePrincipalAttribute(String name, SOAPAttribute attribute)
          Updates an attribute for a principal who is in the application's assigned directory..
 void SecurityServerClient.updatePrincipalCredential(String principal, PasswordCredential credential)
          Updates the password credential for a principal who is in the application's assigned directory.
 void SecurityServerClientImpl.updatePrincipalCredential(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.integration.service.soap.server
 

Methods in com.atlassian.crowd.integration.service.soap.server that throw ObjectNotFoundException
 void SecurityServer.addAttributeToPrincipal(AuthenticatedToken applicationToken, String principal, SOAPAttribute attribute)
          Adds an attribute to a principal who is in the application's assigned directory.
 void SecurityServer.addPrincipalToGroup(AuthenticatedToken applicationToken, String principal, String group)
          Adds a principal to a group for the application's assigned directory.
 void SecurityServer.addPrincipalToRole(AuthenticatedToken applicationToken, String principal, String role)
          Adds the principal to a role for the application's assigned directory.
 SOAPGroup SecurityServer.findGroupByName(AuthenticatedToken applicationToken, String name)
          Find a group by name for the application's assigned directory.
 SOAPPrincipal SecurityServer.findPrincipalByName(AuthenticatedToken applicationToken, String name)
          Finds a principal by name who is in the application's assigned directory.
 SOAPRole SecurityServer.findRoleByName(AuthenticatedToken applicationToken, String name)
          Finds a role by name for the application's assigned directory.
 void SecurityServer.removeAttributeFromPrincipal(AuthenticatedToken applicationToken, String principal, String attribute)
          Removes an attribute from a principal who is in the application's assigned directory.
 void SecurityServer.removeGroup(AuthenticatedToken applicationToken, String group)
          Removes a group from the applciation's assigned directory.
 void SecurityServer.removePrincipal(AuthenticatedToken applicationToken, String principal)
          Removes a principal from the application's assigned directory.
 void SecurityServer.removePrincipalFromGroup(AuthenticatedToken applicationToken, String principal, String group)
          Removes a principal from a group for the application's assigned directory.
 void SecurityServer.removePrincipalFromRole(AuthenticatedToken applicationToken, String principal, String role)
          Removes a principal from a role for the application's assigned directory.
 void SecurityServer.removeRole(AuthenticatedToken applicationToken, String role)
          Removes a role from the application's assigned directory.
 void SecurityServer.resetPrincipalCredential(AuthenticatedToken applicationToken, 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, String group, 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 SecurityServer.updatePrincipalAttribute(AuthenticatedToken applicationToken, String name, SOAPAttribute attribute)
          Updates an attribute for a principal who is in the application's assigned directory..
 void SecurityServer.updatePrincipalCredential(AuthenticatedToken applicationToken, String principal, PasswordCredential credential)
          Updates the password credential for a principal who is in the application's assigned directory.
 



Copyright © 2007 Atlassian Software Systems. All Rights Reserved.