Package | Description |
---|---|
com.atlassian.crowd.service.soap.server | |
com.atlassian.crowd.util |
Modifier and Type | Method and Description |
---|---|
void |
SecurityServerGeneric.addAllPrincipals(AuthenticatedToken applicationToken,
SOAPPrincipalWithCredential[] principals) |
void |
SecurityServer.addAllPrincipals(AuthenticatedToken applicationToken,
SOAPPrincipalWithCredential[] principals)
Adds principals to the application's assigned directory.
|
void |
SecurityServerGeneric.addAttributeToGroup(AuthenticatedToken applicationToken,
String group,
SOAPAttribute attribute) |
void |
SecurityServer.addAttributeToGroup(AuthenticatedToken applicationToken,
String group,
SOAPAttribute attribute)
Adds an attribute to a group that is in the application's assigned directory.
|
void |
SecurityServerGeneric.addAttributeToPrincipal(AuthenticatedToken applicationToken,
String principal,
SOAPAttribute attribute) |
void |
SecurityServer.addAttributeToPrincipal(AuthenticatedToken applicationToken,
String principal,
SOAPAttribute attribute)
Adds an attribute to a principal who is in the application's assigned directory.
|
SOAPGroup |
SecurityServerGeneric.addGroup(AuthenticatedToken applicationToken,
SOAPGroup soapGroup) |
SOAPGroup |
SecurityServer.addGroup(AuthenticatedToken applicationToken,
SOAPGroup group)
Adds a group to the application's assigned directory.
|
SOAPPrincipal |
SecurityServerGeneric.addPrincipal(AuthenticatedToken applicationToken,
SOAPPrincipal principal,
PasswordCredential credential) |
SOAPPrincipal |
SecurityServer.addPrincipal(AuthenticatedToken applicationToken,
SOAPPrincipal principal,
PasswordCredential credential)
Adds a principal to the application's assigned directory.
|
void |
SecurityServerGeneric.addPrincipalToGroup(AuthenticatedToken applicationToken,
String principal,
String group) |
void |
SecurityServer.addPrincipalToGroup(AuthenticatedToken applicationToken,
String principal,
String group)
Adds a principal to a group for the application's assigned directory.
|
void |
SecurityServerGeneric.addPrincipalToRole(AuthenticatedToken applicationToken,
String principal,
String role) |
void |
SecurityServer.addPrincipalToRole(AuthenticatedToken applicationToken,
String principal,
String role)
Adds the principal to a role for the application's assigned directory.
|
SOAPRole |
SecurityServerGeneric.addRole(AuthenticatedToken applicationToken,
SOAPRole soapRole) |
SOAPRole |
SecurityServer.addRole(AuthenticatedToken applicationToken,
SOAPRole role)
Deprecated.
|
void |
SecurityServerGeneric.removeAttributeFromGroup(AuthenticatedToken applicationToken,
String group,
String attribute) |
void |
SecurityServer.removeAttributeFromGroup(AuthenticatedToken applicationToken,
String group,
String attribute)
Removes an attribute from a group that is in the application's assigned directory.
|
void |
SecurityServerGeneric.removeAttributeFromPrincipal(AuthenticatedToken applicationToken,
String principal,
String attribute) |
void |
SecurityServer.removeAttributeFromPrincipal(AuthenticatedToken applicationToken,
String principal,
String attribute)
Removes an attribute from a principal who is in the application's assigned directory.
|
void |
SecurityServerGeneric.removeGroup(AuthenticatedToken applicationToken,
String group) |
void |
SecurityServer.removeGroup(AuthenticatedToken applicationToken,
String group)
Removes a group from the application's assigned directory.
|
void |
SecurityServerGeneric.removePrincipal(AuthenticatedToken applicationToken,
String principal) |
void |
SecurityServer.removePrincipal(AuthenticatedToken applicationToken,
String principal)
Removes a principal from the application's assigned directory.
|
void |
SecurityServerGeneric.removePrincipalFromGroup(AuthenticatedToken applicationToken,
String principal,
String group) |
void |
SecurityServer.removePrincipalFromGroup(AuthenticatedToken applicationToken,
String principal,
String group)
Removes a principal from a group for the application's assigned directory.
|
void |
SecurityServerGeneric.removePrincipalFromRole(AuthenticatedToken applicationToken,
String principal,
String role) |
void |
SecurityServer.removePrincipalFromRole(AuthenticatedToken applicationToken,
String principal,
String role)
Removes a principal from a role for the application's assigned directory.
|
void |
SecurityServerGeneric.removeRole(AuthenticatedToken applicationToken,
String role) |
void |
SecurityServer.removeRole(AuthenticatedToken applicationToken,
String role)
Removes a role from the application's assigned directory.
|
void |
SecurityServerGeneric.resetPrincipalCredential(AuthenticatedToken applicationToken,
String principal) |
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 |
SecurityServerGeneric.updateGroup(AuthenticatedToken authenticatedToken,
String groupName,
String description,
boolean active) |
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 |
SecurityServerGeneric.updateGroupAttribute(AuthenticatedToken applicationToken,
String group,
SOAPAttribute attribute) |
void |
SecurityServer.updateGroupAttribute(AuthenticatedToken applicationToken,
String group,
SOAPAttribute attribute)
Updates an attribute for a group that is in the application's assigned directory..
|
void |
SecurityServerGeneric.updatePrincipalAttribute(AuthenticatedToken applicationToken,
String name,
SOAPAttribute attribute) |
void |
SecurityServer.updatePrincipalAttribute(AuthenticatedToken applicationToken,
String name,
SOAPAttribute attribute)
Updates an attribute for a principal who is in the application's assigned directory..
|
void |
SecurityServerGeneric.updatePrincipalCredential(AuthenticatedToken applicationToken,
String principal,
PasswordCredential credential) |
void |
SecurityServer.updatePrincipalCredential(AuthenticatedToken applicationToken,
String principal,
PasswordCredential credential)
Updates the password credential for a principal who is in the application's assigned directory.
|
Modifier and Type | Method and Description |
---|---|
static void |
SoapExceptionTranslator.throwEquivalentCheckedException(ApplicationPermissionException e) |
Modifier and Type | Method and Description |
---|---|
static void |
SoapExceptionTranslator.throwSoapEquivalentCheckedException(ApplicationPermissionException e) |
Copyright © 2018 Atlassian. All rights reserved.