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

Packages that use SearchRestriction
com.atlassian.crowd.service   
com.atlassian.crowd.service.cache   
com.atlassian.crowd.service.soap.client   
com.atlassian.crowd.service.soap.server   
 

Uses of SearchRestriction in com.atlassian.crowd.service
 

Methods in com.atlassian.crowd.service with parameters of type SearchRestriction
 List GroupManager.searchGroups(SearchRestriction[] restrictions)
          Searches the list of all available groups based on the passed-in restrictions and returns a list of groups that match.
 List UserManager.searchUsers(SearchRestriction[] restrictions)
          Searches the list of all available users based on the passed-in restrictions and returns a list of users that match.
 

Uses of SearchRestriction in com.atlassian.crowd.service.cache
 

Methods in com.atlassian.crowd.service.cache with parameters of type SearchRestriction
 List CachingGroupManager.searchGroups(SearchRestriction[] restrictions)
           
 List CachingUserManager.searchUsers(SearchRestriction[] restrictions)
           
 

Uses of SearchRestriction in com.atlassian.crowd.service.soap.client
 

Methods in com.atlassian.crowd.service.soap.client with parameters of type SearchRestriction
 SOAPGroup[] SecurityServerClientImpl.searchGroups(SearchRestriction[] searchRestrictions)
           
 SOAPGroup[] SecurityServerClient.searchGroups(SearchRestriction[] searchRestrictions)
          Searches for groups that are in the application's assigned directory.
 SOAPPrincipal[] SecurityServerClientImpl.searchPrincipals(SearchRestriction[] searchRestrictions)
           
 SOAPPrincipal[] SecurityServerClient.searchPrincipals(SearchRestriction[] searchRestrictions)
          Searches for principals that are in the application's assigned directory.
 SOAPRole[] SecurityServerClientImpl.searchRoles(SearchRestriction[] searchRestrictions)
           
 SOAPRole[] SecurityServerClient.searchRoles(SearchRestriction[] searchRestrictions)
          Searches for roles that are in the application's assigned directory.
 

Uses of SearchRestriction in com.atlassian.crowd.service.soap.server
 

Methods in com.atlassian.crowd.service.soap.server with parameters of type SearchRestriction
 SOAPGroup[] SecurityServer.searchGroups(AuthenticatedToken applicationToken, SearchRestriction[] searchRestrictions)
          Searches for groups that are in the application's assigned directory.
 SOAPPrincipal[] SecurityServer.searchPrincipals(AuthenticatedToken applicationToken, SearchRestriction[] searchRestrictions)
          Searches for principals that are in the application's assigned directory.
 SOAPRole[] SecurityServer.searchRoles(AuthenticatedToken applicationToken, SearchRestriction[] searchRestrictions)
          Searches for roles that are in the application's assigned directory.
 



Copyright © 2012 Atlassian. All Rights Reserved.