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

Packages that use SOAPAttribute
com.atlassian.crowd.integration.jive   
com.atlassian.crowd.integration.service.soap   
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
 

Methods in com.atlassian.crowd.integration.service.soap with parameters of type SOAPAttribute
static AttributeValues ObjectTranslator.processValues(SOAPAttribute attribbute)
           
 

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
static void SecurityServerClient.addAttributeToPrincipal(String principal, SOAPAttribute attribute)
           
static void SecurityServerClient.updatePrincipalAttribute(String name, SOAPAttribute attribute)
           
 

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)
           
 void SecurityServer.updatePrincipalAttribute(AuthenticatedToken applicationToken, String name, SOAPAttribute attribute)
           
 

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 © 2006 Atlassian Software Systems. All Rights Reserved.