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

Packages that use ObjectNotFoundException
com.atlassian.crowd.integration.atlassianuser   
com.atlassian.crowd.integration.directory   
com.atlassian.crowd.integration.directory.connector   
com.atlassian.crowd.integration.directory.internal   
com.atlassian.crowd.integration.service.soap.client   
com.atlassian.crowd.integration.service.soap.server   
 

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

Methods in com.atlassian.crowd.integration.atlassianuser that throw ObjectNotFoundException
protected  SOAPGroup CrowdGroupManager.findGroupByName(String name)
           
 

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

Methods in com.atlassian.crowd.integration.directory that throw ObjectNotFoundException
 RemoteGroup RemoteDirectory.findGroupByName(String name)
          Finds the group that matches the supplied name.
 List RemoteDirectory.findGroupMemberships(String principal)
          Returns a list of group names that a principal is a member of.
 RemotePrincipal RemoteDirectory.findPrincipalByName(String name)
          Finds the principal that matches the supplied name.
 RemoteRole RemoteDirectory.findRoleByName(String name)
          Finds the role that matches the supplied name.
 List RemoteDirectory.findRoleMemberships(String principalName)
          Returns a list of role names that a principal is a member of.
 void RemoteDirectory.removeGroup(String name)
          Removes the role that matches the supplied name.
 void RemoteDirectory.removePrincipal(String name)
          Removes the principal that matches the supplied name.
 void RemoteDirectory.removeRole(String name)
          Removes the group that matches the supplied name.
 RemoteGroup RemoteDirectory.updateGroup(RemoteGroup group)
          Updates the group by the name attribute.
 RemotePrincipal RemoteDirectory.updatePrincipal(RemotePrincipal principal)
          Updates the principal by the name attribute.
 void RemoteDirectory.updatePrincipalCredential(String name, PasswordCredential credential)
          Updates the password credential for a principal.
 RemoteRole RemoteDirectory.updateRole(RemoteRole role)
          Updates the role by the name attribute.
 

Uses of ObjectNotFoundException in com.atlassian.crowd.integration.directory.connector
 

Methods in com.atlassian.crowd.integration.directory.connector that throw ObjectNotFoundException
protected  String SpringLDAPConnector.buildDN(String name, String baseDN, String objectFilter, String nameAttribute)
           
 RemoteGroup SpringLDAPConnector.findGroupByName(String name)
           
 List SpringLDAPConnector.findGroupMemberships(String principal)
           
 RemotePrincipal SpringLDAPConnector.findPrincipalByName(String name)
           
 RemoteRole SpringLDAPConnector.findRoleByName(String name)
           
 List SpringLDAPConnector.findRoleMemberships(String principalName)
           
protected  String SpringLDAPConnector.getGroupDN(String name)
           
protected  String SpringLDAPConnector.getPrincipalDN(String name)
           
protected  String SpringLDAPConnector.getRoleDN(String name)
           
 void SpringLDAPConnector.removeGroup(String name)
           
 void SpringLDAPConnector.removePrincipal(String name)
           
 void SpringLDAPConnector.removeRole(String name)
           
 RemoteGroup MicrosoftActiveDirectory.updateGroup(RemoteGroup group)
           
 RemoteGroup SpringLDAPConnector.updateGroup(RemoteGroup group)
           
 RemotePrincipal SpringLDAPConnector.updatePrincipal(RemotePrincipal principal)
           
 void MicrosoftActiveDirectory.updatePrincipalCredential(String name, PasswordCredential credential)
           
 void SpringLDAPConnector.updatePrincipalCredential(String name, PasswordCredential credential)
           
 void SunONE.updatePrincipalCredential(String name, PasswordCredential credential)
           
 RemoteRole MicrosoftActiveDirectory.updateRole(RemoteRole role)
           
 RemoteRole SpringLDAPConnector.updateRole(RemoteRole role)
           
 

Uses of ObjectNotFoundException in com.atlassian.crowd.integration.directory.internal
 

Methods in com.atlassian.crowd.integration.directory.internal that throw ObjectNotFoundException
 RemoteGroup InternalDirectory.findGroupByName(String name)
           
 List InternalDirectory.findGroupMemberships(String principalName)
           
 RemotePrincipal InternalDirectory.findPrincipalByName(String username)
           
 RemoteRole InternalDirectory.findRoleByName(String name)
           
 List InternalDirectory.findRoleMemberships(String principalName)
           
 void InternalDirectory.removeGroup(String name)
           
 void InternalDirectory.removePrincipal(String name)
           
 void InternalDirectory.removeRole(String name)
           
 void InternalDirectory.updatePrincipalCredential(String name, PasswordCredential credential)
           
 

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

Methods in com.atlassian.crowd.integration.service.soap.client that throw ObjectNotFoundException
static void SecurityServerClient.addAttributeToPrincipal(String principal, SOAPAttribute attribute)
           
static void SecurityServerClient.addPrincipalToGroup(String principal, String group)
           
static void SecurityServerClient.addPrincipalToRole(String principal, String role)
           
static SOAPGroup SecurityServerClient.findGroupByName(String name)
           
static SOAPPrincipal SecurityServerClient.findPrincipalByName(String name)
           
static SOAPRole SecurityServerClient.findRoleByName(String name)
           
static void SecurityServerClient.removeAttributeFromPrincipal(String principal, String attribute)
           
static void SecurityServerClient.removeGroup(String group)
           
static void SecurityServerClient.removePrincipal(String principal)
           
static void SecurityServerClient.removePrincipalFromGroup(String principal, String group)
           
static void SecurityServerClient.removePrincipalFromRole(String principal, String role)
           
static void SecurityServerClient.removeRole(String role)
           
static void SecurityServerClient.resetPrincipalCredential(String principal)
           
static void SecurityServerClient.updatePrincipalAttribute(String name, SOAPAttribute attribute)
           
static void SecurityServerClient.updatePrincipalCredential(String principal, PasswordCredential credential)
           
 

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)
           
 void SecurityServer.addPrincipalToGroup(AuthenticatedToken applicationToken, String principal, String group)
           
 void SecurityServer.addPrincipalToRole(AuthenticatedToken applicationToken, String principal, String role)
           
 SOAPGroup SecurityServer.findGroupByName(AuthenticatedToken applicationToken, String name)
           
 SOAPPrincipal SecurityServer.findPrincipalByName(AuthenticatedToken applicationToken, String name)
           
 SOAPRole SecurityServer.findRoleByName(AuthenticatedToken applicationToken, String name)
           
 void SecurityServer.removeAttributeFromPrincipal(AuthenticatedToken applicationToken, String principal, String attribute)
           
 void SecurityServer.removeGroup(AuthenticatedToken applicationToken, String group)
           
 void SecurityServer.removePrincipal(AuthenticatedToken applicationToken, String principal)
           
 void SecurityServer.removePrincipalFromGroup(AuthenticatedToken applicationToken, String principal, String group)
           
 void SecurityServer.removePrincipalFromRole(AuthenticatedToken applicationToken, String principal, String role)
           
 void SecurityServer.removeRole(AuthenticatedToken applicationToken, String role)
           
 void SecurityServer.resetPrincipalCredential(AuthenticatedToken applicationToken, String principal)
           
 void SecurityServer.updatePrincipalAttribute(AuthenticatedToken applicationToken, String name, SOAPAttribute attribute)
           
 void SecurityServer.updatePrincipalCredential(AuthenticatedToken applicationToken, String principal, PasswordCredential credential)
           
 



Copyright © 2006 Atlassian Software Systems. All Rights Reserved.