|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ApplicationPermissionException | |
|---|---|
| com.atlassian.crowd.integration.service.soap.client | |
| com.atlassian.crowd.integration.service.soap.server | |
| Uses of ApplicationPermissionException in com.atlassian.crowd.integration.service.soap.client |
|---|
| Methods in com.atlassian.crowd.integration.service.soap.client that throw ApplicationPermissionException | |
|---|---|
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. |
SOAPGroup |
SecurityServerClient.addGroup(SOAPGroup group)
Adds a group to the application's assigned directory. |
SOAPGroup |
SecurityServerClientImpl.addGroup(SOAPGroup group)
Adds a group to the application's assigned directory. |
SOAPPrincipal |
SecurityServerClient.addPrincipal(SOAPPrincipal principal,
PasswordCredential credential)
Adds a principal to the application's assigned directory. |
SOAPPrincipal |
SecurityServerClientImpl.addPrincipal(SOAPPrincipal principal,
PasswordCredential credential)
Adds a principal to 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. |
SOAPRole |
SecurityServerClient.addRole(SOAPRole role)
Adds a role to the application's assigned directory. |
SOAPRole |
SecurityServerClientImpl.addRole(SOAPRole role)
Adds a role to 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 ApplicationPermissionException in com.atlassian.crowd.integration.service.soap.server |
|---|
| Methods in com.atlassian.crowd.integration.service.soap.server that throw ApplicationPermissionException | |
|---|---|
void |
SecurityServer.addAttributeToPrincipal(AuthenticatedToken applicationToken,
String principal,
SOAPAttribute attribute)
Adds an attribute to a principal who is in the application's assigned directory. |
SOAPGroup |
SecurityServer.addGroup(AuthenticatedToken applicationToken,
SOAPGroup group)
Adds a group to the application's assigned directory. |
SOAPPrincipal |
SecurityServer.addPrincipal(AuthenticatedToken applicationToken,
SOAPPrincipal principal,
PasswordCredential credential)
Adds a principal to 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. |
SOAPRole |
SecurityServer.addRole(AuthenticatedToken applicationToken,
SOAPRole role)
Adds a role to 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||