|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | |
|---|---|
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)
Searches for groups that are in the application's assigned directory. |
SOAPGroup[] |
SecurityServerClient.searchGroups(SearchRestriction[] searchRestrictions)
Searches for groups that are in the application's assigned directory. |
SOAPPrincipal[] |
SecurityServerClientImpl.searchPrincipals(SearchRestriction[] searchRestrictions)
Searches for prnicipals that are in the application's assigned directory. |
SOAPPrincipal[] |
SecurityServerClient.searchPrincipals(SearchRestriction[] searchRestrictions)
Searches for prnicipals that are in the application's assigned directory. |
SOAPRole[] |
SecurityServerClientImpl.searchRoles(SearchRestriction[] searchRestrictions)
Searches for roles that are in the application's assigned directory. |
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||