|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of SearchRestriction in com.atlassian.crowd.integration.atlassianuser |
|---|
| Methods in com.atlassian.crowd.integration.atlassianuser that return SearchRestriction | |
|---|---|
protected SearchRestriction |
CrowdEntityQueryParser.queryAsSearchRestriction(com.atlassian.user.search.query.TermQuery query)
|
| Uses of SearchRestriction in com.atlassian.crowd.service |
|---|
| Methods in com.atlassian.crowd.service with parameters of type SearchRestriction | |
|---|---|
java.util.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. |
java.util.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 | |
|---|---|
java.util.List |
CachingGroupManager.searchGroups(SearchRestriction[] restrictions)
|
java.util.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 | ||
|---|---|---|
protected
|
SecurityServerGeneric.buildUserQuery(java.lang.Class<T> returnType,
SearchRestriction... searchRestrictions)
|
|
SOAPGroup[] |
SecurityServerGeneric.searchGroups(AuthenticatedToken applicationToken,
SearchRestriction[] searchRestrictions)
|
|
SOAPGroup[] |
SecurityServer.searchGroups(AuthenticatedToken applicationToken,
SearchRestriction[] searchRestrictions)
Searches for groups that are in the application's assigned directory. |
|
SOAPPrincipal[] |
SecurityServerGeneric.searchPrincipals(AuthenticatedToken applicationToken,
SearchRestriction[] searchRestrictions)
|
|
SOAPPrincipal[] |
SecurityServer.searchPrincipals(AuthenticatedToken applicationToken,
SearchRestriction[] searchRestrictions)
Searches for principals that are in the application's assigned directory. |
|
SOAPRole[] |
SecurityServerGeneric.searchRoles(AuthenticatedToken applicationToken,
SearchRestriction[] searchRestrictions)
|
|
SOAPRole[] |
SecurityServer.searchRoles(AuthenticatedToken applicationToken,
SearchRestriction[] searchRestrictions)
Searches for roles that are in the application's assigned directory. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||