Uses of Class
com.atlassian.crowd.integration.SearchContext

Packages that use SearchContext
com.atlassian.crowd.integration.directory   
com.atlassian.crowd.integration.directory.connector   
com.atlassian.crowd.integration.directory.internal   
com.atlassian.crowd.integration.service.soap   
 

Uses of SearchContext in com.atlassian.crowd.integration.directory
 

Methods in com.atlassian.crowd.integration.directory with parameters of type SearchContext
 List RemoteDirectory.searchGroups(SearchContext searchContext)
          Searches for all principals who match the supplied search criteria.
 List RemoteDirectory.searchPrincipals(SearchContext searchContext)
          Search for all principals who match the supplied search criteria.
 List RemoteDirectory.searchRoles(SearchContext searchContext)
          Search for all roles who match the supplied search criteria.
 

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

Methods in com.atlassian.crowd.integration.directory.connector with parameters of type SearchContext
 List SpringLDAPConnector.searchGroups(SearchContext searchContext)
           
 List SpringLDAPConnector.searchPrincipals(SearchContext searchContext)
           
 List SpringLDAPConnector.searchRoles(SearchContext searchContext)
           
 

Uses of SearchContext in com.atlassian.crowd.integration.directory.internal
 

Methods in com.atlassian.crowd.integration.directory.internal with parameters of type SearchContext
 List InternalDirectory.searchGroups(SearchContext searchContext)
           
 List InternalDirectory.searchPrincipals(SearchContext searchContext)
           
 List InternalDirectory.searchRoles(SearchContext searchContext)
           
 

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

Methods in com.atlassian.crowd.integration.service.soap that return SearchContext
static SearchContext ObjectTranslator.processRestrictions(SearchRestriction[] restrictions)
           
 



Copyright © 2006 Atlassian Software Systems. All Rights Reserved.