|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of SOAPGroup in com.atlassian.crowd.integration.cache |
|---|
| Methods in com.atlassian.crowd.integration.cache that return SOAPGroup | |
|---|---|
SOAPGroup |
CacheManager.getGroup(String name)
|
SOAPGroup |
CacheManagerImpl.getGroup(String name)
Gets a specific group by the name from the cache. |
| Methods in com.atlassian.crowd.integration.cache with parameters of type SOAPGroup | |
|---|---|
void |
CacheManager.cacheGroup(SOAPGroup group)
|
void |
CacheManagerImpl.cacheGroup(SOAPGroup group)
Caches a specific group. |
void |
CacheManager.cacheGroups(SOAPGroup[] groups)
|
void |
CacheManagerImpl.cacheGroups(SOAPGroup[] groups)
Caches all of the groups. |
| Uses of SOAPGroup in com.atlassian.crowd.integration.jive |
|---|
| Methods in com.atlassian.crowd.integration.jive with parameters of type SOAPGroup | |
|---|---|
protected CrowdGroup |
CrowdGroupManager.remoteGroupToCrowdGroup(SOAPGroup remoteGroup)
Converts a remote group returned from the Crowd Server (SOAPGroup) into its Jive equivalent (CrowdGroup). |
| Uses of SOAPGroup in com.atlassian.crowd.integration.service.soap.client |
|---|
| Methods in com.atlassian.crowd.integration.service.soap.client that return SOAPGroup | |
|---|---|
SOAPGroup |
SecurityServerClient.addGroup(SOAPGroup group)
Adds a group to the application's assigned directory. |
SOAPGroup |
SecurityServerClientImpl.addGroup(SOAPGroup group)
Adds a group to the application's assigned directory. |
SOAPGroup[] |
SecurityServerClient.findAllGroups()
Retrives all groups in the application's assigned directories. |
SOAPGroup[] |
SecurityServerClientImpl.findAllGroups()
Retrives all groups in the application's assigned directories. |
SOAPGroup |
SecurityServerClient.findGroupByName(String name)
Find a group by name for the application's assigned directory. |
SOAPGroup |
SecurityServerClientImpl.findGroupByName(String name)
Find a group by name for the application's assigned directory. |
SOAPGroup[] |
SecurityServerClient.searchGroups(SearchRestriction[] searchRestrictions)
Searches for groups that are in the application's assigned directory. |
SOAPGroup[] |
SecurityServerClientImpl.searchGroups(SearchRestriction[] searchRestrictions)
Searches for groups that are in the application's assigned directory. |
| Methods in com.atlassian.crowd.integration.service.soap.client with parameters of type SOAPGroup | |
|---|---|
SOAPGroup |
SecurityServerClient.addGroup(SOAPGroup group)
Adds a group to the application's assigned directory. |
SOAPGroup |
SecurityServerClientImpl.addGroup(SOAPGroup group)
Adds a group to the application's assigned directory. |
| Uses of SOAPGroup in com.atlassian.crowd.integration.service.soap.server |
|---|
| Methods in com.atlassian.crowd.integration.service.soap.server that return SOAPGroup | |
|---|---|
SOAPGroup |
SecurityServer.addGroup(AuthenticatedToken applicationToken,
SOAPGroup group)
Adds a group to the application's assigned directory. |
SOAPGroup |
SecurityServer.findGroupByName(AuthenticatedToken applicationToken,
String name)
Find a group by name for the application's assigned directory. |
SOAPGroup[] |
SecurityServer.searchGroups(AuthenticatedToken applicationToken,
SearchRestriction[] searchRestrictions)
Searches for groups that are in the application's assigned directory. |
| Methods in com.atlassian.crowd.integration.service.soap.server with parameters of type SOAPGroup | |
|---|---|
SOAPGroup |
SecurityServer.addGroup(AuthenticatedToken applicationToken,
SOAPGroup group)
Adds a group to the application's assigned directory. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||