|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ObjectNotFoundException | |
|---|---|
| com.atlassian.crowd.service.soap.server | |
| Uses of ObjectNotFoundException in com.atlassian.crowd.service.soap.server |
|---|
| Methods in com.atlassian.crowd.service.soap.server that throw ObjectNotFoundException | |
|---|---|
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 |
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 |
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 |
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 |
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 |
SecurityServer.findGroupWithAttributesByName(AuthenticatedToken applicationToken,
java.lang.String name)
Find a group by name for the application's assigned directory. |
SOAPPrincipal |
SecurityServer.findPrincipalByName(AuthenticatedToken applicationToken,
java.lang.String name)
Finds a principal by name who is in the application's assigned directory. |
SOAPPrincipal |
SecurityServer.findPrincipalWithAttributesByName(AuthenticatedToken applicationToken,
java.lang.String name)
Finds a principal by name who is in the application's assigned directory. |
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 |
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 |
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 |
SecurityServer.removeGroup(AuthenticatedToken applicationToken,
java.lang.String group)
Removes a group from the application's assigned directory. |
void |
SecurityServer.removePrincipal(AuthenticatedToken applicationToken,
java.lang.String principal)
Removes a principal from the application's assigned directory. |
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 |
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 |
SecurityServer.removeRole(AuthenticatedToken applicationToken,
java.lang.String role)
Removes a role from the application's assigned directory. |
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 |
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 |
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 |
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||