Uses of Class
com.atlassian.crowd.integration.model.AttributeValues

Packages that use AttributeValues
com.atlassian.crowd.integration.directory.connector   
com.atlassian.crowd.integration.model   
com.atlassian.crowd.integration.service.soap   
 

Uses of AttributeValues in com.atlassian.crowd.integration.directory.connector
 

Methods in com.atlassian.crowd.integration.directory.connector that return AttributeValues
 AttributeValues LDAPDirectory.getAttribute(String key)
          Gets an attribute by name for the directory server.
 

Methods in com.atlassian.crowd.integration.directory.connector with parameters of type AttributeValues
 void LDAPDirectory.setAttribute(String key, AttributeValues values)
          Sets multiple attributes by name for the directory server.
 

Uses of AttributeValues in com.atlassian.crowd.integration.model
 

Methods in com.atlassian.crowd.integration.model that return AttributeValues
 AttributeValues DirectoryEntity.getAttribute(String key)
           
 

Methods in com.atlassian.crowd.integration.model with parameters of type AttributeValues
 void DirectoryEntity.setAttribute(String key, AttributeValues values)
           
 

Uses of AttributeValues in com.atlassian.crowd.integration.service.soap
 

Methods in com.atlassian.crowd.integration.service.soap that return AttributeValues
static AttributeValues ObjectTranslator.processValues(SOAPAttribute attribbute)
           
 



Copyright © 2006 Atlassian Software Systems. All Rights Reserved.