|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Group | |
|---|---|
| com.metamatrix.admin.api.server | |
| com.metamatrix.admin.objects | |
| com.metamatrix.admin.server | |
| com.metamatrix.console.models | |
| Uses of Group in com.metamatrix.admin.api.server |
|---|
| Methods in com.metamatrix.admin.api.server that return types with arguments of type Group | |
|---|---|
java.util.Collection<Group> |
ServerSecurityAdmin.getGroups(java.lang.String groupIdentifier)
Get the group denoted by the given groupIdentifier. |
java.util.Collection<Group> |
ServerSecurityAdmin.getGroupsForDomain(java.lang.String domainName)
Return the Groups for a given domain. |
java.util.Collection<Group> |
ServerSecurityAdmin.getGroupsForUser(java.lang.String userIdentifier)
Get the group memberships for the given user. |
| Uses of Group in com.metamatrix.admin.objects |
|---|
| Classes in com.metamatrix.admin.objects that implement Group | |
|---|---|
class |
MMGroup
|
| Uses of Group in com.metamatrix.admin.server |
|---|
| Methods in com.metamatrix.admin.server that return types with arguments of type Group | |
|---|---|
java.util.Collection<Group> |
ServerSecurityAdminImpl.getGroups(java.lang.String groupIdentifier)
|
java.util.Collection<Group> |
ServerSecurityAdminImpl.getGroupsForDomain(java.lang.String domainName)
|
java.util.Collection<Group> |
ServerAdminImpl.getGroupsForDomain(java.lang.String domainName)
|
| Uses of Group in com.metamatrix.console.models |
|---|
| Methods in com.metamatrix.console.models that return types with arguments of type Group | |
|---|---|
java.util.Collection<Group> |
GroupsManager.getGroupsForDomain(java.lang.String theDomain)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||