Package | Description |
---|---|
com.atlassian.crowd.integration.soap | |
com.atlassian.crowd.service.soap.client | |
com.atlassian.crowd.service.soap.server | |
com.atlassian.crowd.util |
Modifier and Type | Field and Description |
---|---|
protected SOAPAttribute[] |
SOAPEntity.attributes
The entity attributes.
|
Modifier and Type | Method and Description |
---|---|
SOAPAttribute |
SOAPEntity.getAttribute(String attributeName) |
SOAPAttribute[] |
SOAPEntity.getAttributes() |
Modifier and Type | Method and Description |
---|---|
void |
SOAPEntity.setAttributes(SOAPAttribute[] attributes) |
Constructor and Description |
---|
SOAPEntity(long ID,
String name,
long directoryId,
String description,
boolean active,
Date conception,
Date lastModified,
SOAPAttribute[] attributes) |
SOAPPrincipal(long ID,
String name,
long directoryId,
String description,
boolean active,
Date conception,
Date lastModified,
SOAPAttribute[] attributes) |
Modifier and Type | Method and Description |
---|---|
void |
SecurityServerClient.addAttributeToGroup(String group,
SOAPAttribute attribute)
Adds an attribute to a group that is in the application's assigned directory.
|
void |
SecurityServerClientImpl.addAttributeToGroup(String group,
SOAPAttribute attribute) |
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) |
void |
SecurityServerClient.updateGroupAttribute(String name,
SOAPAttribute attribute)
Updates an attribute for a group that is in the application's assigned directory.
|
void |
SecurityServerClientImpl.updateGroupAttribute(String name,
SOAPAttribute attribute) |
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) |
Modifier and Type | Method and Description |
---|---|
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.
|
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..
|
Modifier and Type | Method and Description |
---|---|
SOAPAttribute |
SOAPPrincipalHelper.getAttribute(String name,
SOAPPrincipal principal)
Retrieves the SOAPAttribute belonging to the user
|
Copyright © 2021 Atlassian. All rights reserved.