Uses of Class
com.atlassian.crowd.integration.soap.SOAPAttribute

Packages that use SOAPAttribute
com.atlassian.crowd.integration.jive   
com.atlassian.crowd.integration.service.soap.client   
com.atlassian.crowd.integration.service.soap.server   
com.atlassian.crowd.integration.soap   
 

Uses of SOAPAttribute in com.atlassian.crowd.integration.jive
 

Methods in com.atlassian.crowd.integration.jive that return SOAPAttribute
 SOAPAttribute CrowdUserManager.buildAttribute(String key, String value)
           
 

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

Methods in com.atlassian.crowd.integration.service.soap.client with parameters of type SOAPAttribute
 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.
 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..
 

Uses of SOAPAttribute in com.atlassian.crowd.integration.service.soap.server
 

Methods in com.atlassian.crowd.integration.service.soap.server with parameters of type SOAPAttribute
 void SecurityServer.addAttributeToPrincipal(AuthenticatedToken applicationToken, String principal, SOAPAttribute attribute)
          Adds an attribute to a principal who is in the application's assigned directory.
 void SecurityServer.updatePrincipalAttribute(AuthenticatedToken applicationToken, String name, SOAPAttribute attribute)
          Updates an attribute for a principal who is in the application's assigned directory..
 

Uses of SOAPAttribute in com.atlassian.crowd.integration.soap
 

Fields in com.atlassian.crowd.integration.soap declared as SOAPAttribute
protected  SOAPAttribute[] SOAPEntity.attributes
          The entity attributes.
 

Methods in com.atlassian.crowd.integration.soap that return SOAPAttribute
 SOAPAttribute[] SOAPEntity.getAttributes()
           
 

Methods in com.atlassian.crowd.integration.soap with parameters of type SOAPAttribute
 void SOAPEntity.setAttributes(SOAPAttribute[] attributes)
           
 



Copyright © 2007 Atlassian Software Systems. All Rights Reserved.