|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of SOAPGroup in com.atlassian.crowd.service |
|---|
| Methods in com.atlassian.crowd.service that return SOAPGroup | |
|---|---|
SOAPGroup |
GroupManager.addGroup(SOAPGroup group)
Adds group to the Crowd server. |
SOAPGroup |
GroupManager.getGroup(java.lang.String groupName)
Given a groupName, returns a SOAPGroup that represents the group. |
| Methods in com.atlassian.crowd.service with parameters of type SOAPGroup | |
|---|---|
SOAPGroup |
GroupManager.addGroup(SOAPGroup group)
Adds group to the Crowd server. |
void |
GroupManager.updateGroup(SOAPGroup group)
Updates a group's details in Crowd. |
| Uses of SOAPGroup in com.atlassian.crowd.service.cache |
|---|
| Methods in com.atlassian.crowd.service.cache that return SOAPGroup | |
|---|---|
SOAPGroup |
CachingGroupManager.addGroup(SOAPGroup group)
|
SOAPGroup |
CachingGroupManager.getGroup(java.lang.String groupName)
See also CachingGroupMembershipManager.getMembers(String)} for similar logic. |
SOAPGroup |
CacheImpl.getGroup(java.lang.String groupName)
|
SOAPGroup |
BasicCache.getGroup(java.lang.String groupName)
Returns the group, or null if it's not in the cache. |
| Methods in com.atlassian.crowd.service.cache with parameters of type SOAPGroup | |
|---|---|
SOAPGroup |
CachingGroupManager.addGroup(SOAPGroup group)
|
void |
CacheImpl.addOrReplaceGroup(SOAPGroup group)
|
void |
BasicCache.addOrReplaceGroup(SOAPGroup group)
Adds a group, or if it exists, replaces the old SOAPGroup instance. |
void |
CachingGroupManager.updateGroup(SOAPGroup group)
|
| Uses of SOAPGroup in com.atlassian.crowd.service.soap |
|---|
| Methods in com.atlassian.crowd.service.soap that return SOAPGroup | |
|---|---|
static SOAPGroup |
ObjectTranslator.processGroup(Group group,
java.util.List<java.lang.String> nestedUserMembers)
|
static SOAPGroup |
ObjectTranslator.processGroupWithAttributes(GroupWithAttributes group,
java.util.List<java.lang.String> nestedUserMembers)
|
static SOAPGroup[] |
ObjectTranslator.processSOAPGroupAndMemberNames(SOAPGroup[] groups)
|
| Methods in com.atlassian.crowd.service.soap with parameters of type SOAPGroup | |
|---|---|
static GroupTemplate |
ObjectTranslator.processGroup(SOAPGroup soapGroup)
|
static SOAPGroup[] |
ObjectTranslator.processSOAPGroupAndMemberNames(SOAPGroup[] groups)
|
| Uses of SOAPGroup in com.atlassian.crowd.service.soap.client |
|---|
| Methods in com.atlassian.crowd.service.soap.client that return SOAPGroup | |
|---|---|
SOAPGroup |
SecurityServerClientImpl.addGroup(SOAPGroup group)
Adds a group to the application's assigned directory. |
SOAPGroup |
SecurityServerClient.addGroup(SOAPGroup group)
Adds a group to the application's assigned directory. |
SOAPGroup[] |
SecurityServerClientImpl.findAllGroups()
Retrives all groups in the application's assigned directories. |
SOAPGroup[] |
SecurityServerClient.findAllGroups()
Retrives all groups in the application's assigned directories. |
SOAPGroup |
SecurityServerClientImpl.findGroupByName(java.lang.String name)
Find a group by name for the application's assigned directory. |
SOAPGroup |
SecurityServerClient.findGroupByName(java.lang.String name)
Find a group by name for the application's assigned directory. |
SOAPGroup |
SecurityServerClientImpl.findGroupWithAttributesByName(java.lang.String name)
Find a group by name for the application's assigned directory. |
SOAPGroup |
SecurityServerClient.findGroupWithAttributesByName(java.lang.String name)
Find a group by name for the application's assigned directory. |
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. |
| Methods in com.atlassian.crowd.service.soap.client with parameters of type SOAPGroup | |
|---|---|
SOAPGroup |
SecurityServerClientImpl.addGroup(SOAPGroup group)
Adds a group to the application's assigned directory. |
SOAPGroup |
SecurityServerClient.addGroup(SOAPGroup group)
Adds a group to the application's assigned directory. |
| Uses of SOAPGroup in com.atlassian.crowd.service.soap.server |
|---|
| Methods in com.atlassian.crowd.service.soap.server that return SOAPGroup | |
|---|---|
SOAPGroup |
SecurityServerGeneric.addGroup(AuthenticatedToken applicationToken,
SOAPGroup soapGroup)
|
SOAPGroup |
SecurityServer.addGroup(AuthenticatedToken applicationToken,
SOAPGroup group)
Adds a group to the application's assigned directory. |
SOAPGroup |
SecurityServerGeneric.findGroupByName(AuthenticatedToken applicationToken,
java.lang.String name)
|
SOAPGroup |
SecurityServer.findGroupByName(AuthenticatedToken applicationToken,
java.lang.String name)
Find a group by name for the application's assigned directory. |
SOAPGroup |
SecurityServerGeneric.findGroupWithAttributesByName(AuthenticatedToken applicationToken,
java.lang.String name)
|
SOAPGroup |
SecurityServer.findGroupWithAttributesByName(AuthenticatedToken applicationToken,
java.lang.String name)
Find a group by name for the application's assigned directory. |
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. |
| Methods in com.atlassian.crowd.service.soap.server with parameters of type SOAPGroup | |
|---|---|
SOAPGroup |
SecurityServerGeneric.addGroup(AuthenticatedToken applicationToken,
SOAPGroup soapGroup)
|
SOAPGroup |
SecurityServer.addGroup(AuthenticatedToken applicationToken,
SOAPGroup group)
Adds a group to the application's assigned directory. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||