|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Group in com.atlassian.crowd.embedded.api |
|---|
| Subinterfaces of Group in com.atlassian.crowd.embedded.api | |
|---|---|
interface |
GroupWithAttributes
Represents a group with attributes. |
| Fields in com.atlassian.crowd.embedded.api with type parameters of type Group | |
|---|---|
static java.util.Comparator<Group> |
GroupComparator.GROUP_COMPARATOR
|
| Methods in com.atlassian.crowd.embedded.api that return Group | |
|---|---|
Group |
CrowdService.addGroup(Group group)
Adds a group to the directory store. |
Group |
CrowdService.getGroup(java.lang.String name)
Finds the group that matches the supplied name. |
Group |
CrowdService.updateGroup(Group group)
Updates the group. |
| Methods in com.atlassian.crowd.embedded.api with parameters of type Group | |
|---|---|
Group |
CrowdService.addGroup(Group group)
Adds a group to the directory store. |
void |
CrowdService.addGroupToGroup(Group childGroup,
Group parentGroup)
Adds a group as a member of a parent group. |
void |
CrowdService.addUserToGroup(User user,
Group group)
Adds a user as a member of a group. |
int |
GroupComparator.compare(Group group1,
Group group2)
|
int |
Group.compareTo(Group o)
CompareTo must be compatible with the equals() and hashCode() methods |
static int |
GroupComparator.compareTo(Group group1,
Group group2)
|
static boolean |
GroupComparator.equal(Group group1,
Group group2)
Checks whether the two Group objects are equal according to the contract of the Group interface. |
static boolean |
GroupComparator.equalsObject(Group group,
java.lang.Object o)
|
static int |
GroupComparator.hashCode(Group group)
|
boolean |
CrowdService.isGroupDirectGroupMember(Group childGroup,
Group parentGroup)
Determines if a group is a direct member of another group. |
boolean |
CrowdService.isGroupMemberOfGroup(Group childGroup,
Group parentGroup)
Returns true if the childGroup is a direct or indirect (nested) member of the parentGroup. |
boolean |
CrowdService.isUserDirectGroupMember(User user,
Group group)
Determines if a user is a direct member of a group. |
boolean |
CrowdService.isUserMemberOfGroup(User user,
Group group)
Returns true if the user is a direct or indirect (nested) member of the group. |
void |
CrowdService.removeAllGroupAttributes(Group group)
Removes all group attributes. |
boolean |
CrowdService.removeGroup(Group group)
Removes the group that matches the supplied name. |
void |
CrowdService.removeGroupAttribute(Group group,
java.lang.String attributeName)
Removes all the values for a single attribute key for a group. |
boolean |
CrowdService.removeGroupFromGroup(Group childGroup,
Group parentGroup)
Removes a group as a member of a parent group. |
boolean |
CrowdService.removeUserFromGroup(User user,
Group group)
Removes a user as a member of a group. |
void |
CrowdService.setGroupAttribute(Group group,
java.lang.String attributeName,
java.util.Set<java.lang.String> attributeValues)
Adds or updates a group's attributes with the new attributes. |
void |
CrowdService.setGroupAttribute(Group group,
java.lang.String attributeName,
java.lang.String attributeValue)
Adds or updates a group's attributes with the new attributes. |
Group |
CrowdService.updateGroup(Group group)
Updates the group. |
| Uses of Group in com.atlassian.crowd.embedded.core |
|---|
| Methods in com.atlassian.crowd.embedded.core that return Group | |
|---|---|
Group |
CrowdServiceImpl.addGroup(Group group)
|
Group |
FilteredCrowdServiceImpl.addGroup(Group group)
|
Group |
CrowdServiceImpl.getGroup(java.lang.String name)
|
Group |
FilteredCrowdServiceImpl.getGroup(java.lang.String name)
|
Group |
CrowdServiceImpl.updateGroup(Group group)
|
Group |
FilteredCrowdServiceImpl.updateGroup(Group group)
|
| Methods in com.atlassian.crowd.embedded.core with parameters of type Group | |
|---|---|
Group |
CrowdServiceImpl.addGroup(Group group)
|
Group |
FilteredCrowdServiceImpl.addGroup(Group group)
|
void |
CrowdServiceImpl.addGroupToGroup(Group childGroup,
Group parentGroup)
|
void |
FilteredCrowdServiceImpl.addGroupToGroup(Group childGroup,
Group parentGroup)
|
void |
CrowdServiceImpl.addUserToGroup(User user,
Group group)
|
void |
FilteredCrowdServiceImpl.addUserToGroup(User user,
Group group)
|
boolean |
CrowdServiceImpl.isGroupDirectGroupMember(Group childGroup,
Group parentGroup)
|
boolean |
FilteredCrowdServiceImpl.isGroupDirectGroupMember(Group childGroup,
Group parentGroup)
|
boolean |
CrowdServiceImpl.isGroupMemberOfGroup(Group childGroup,
Group parentGroup)
|
boolean |
FilteredCrowdServiceImpl.isGroupMemberOfGroup(Group childGroup,
Group parentGroup)
|
boolean |
CrowdServiceImpl.isUserDirectGroupMember(User user,
Group group)
|
boolean |
FilteredCrowdServiceImpl.isUserDirectGroupMember(User user,
Group group)
|
boolean |
CrowdServiceImpl.isUserMemberOfGroup(User user,
Group group)
|
boolean |
FilteredCrowdServiceImpl.isUserMemberOfGroup(User user,
Group group)
|
void |
CrowdServiceImpl.removeAllGroupAttributes(Group group)
|
void |
FilteredCrowdServiceImpl.removeAllGroupAttributes(Group group)
|
boolean |
CrowdServiceImpl.removeGroup(Group group)
|
boolean |
FilteredCrowdServiceImpl.removeGroup(Group group)
|
void |
CrowdServiceImpl.removeGroupAttribute(Group group,
java.lang.String attributeName)
|
void |
FilteredCrowdServiceImpl.removeGroupAttribute(Group group,
java.lang.String attributeName)
|
boolean |
CrowdServiceImpl.removeGroupFromGroup(Group childGroup,
Group parentGroup)
|
boolean |
FilteredCrowdServiceImpl.removeGroupFromGroup(Group childGroup,
Group parentGroup)
|
boolean |
CrowdServiceImpl.removeUserFromGroup(User user,
Group group)
|
boolean |
FilteredCrowdServiceImpl.removeUserFromGroup(User user,
Group group)
|
void |
CrowdServiceImpl.setGroupAttribute(Group group,
java.lang.String attributeName,
java.util.Set<java.lang.String> attributeValues)
|
void |
FilteredCrowdServiceImpl.setGroupAttribute(Group group,
java.lang.String attributeName,
java.util.Set<java.lang.String> attributeValues)
|
void |
CrowdServiceImpl.setGroupAttribute(Group group,
java.lang.String attributeName,
java.lang.String attributeValue)
|
void |
FilteredCrowdServiceImpl.setGroupAttribute(Group group,
java.lang.String attributeName,
java.lang.String attributeValue)
|
Group |
CrowdServiceImpl.updateGroup(Group group)
|
Group |
FilteredCrowdServiceImpl.updateGroup(Group group)
|
| Uses of Group in com.atlassian.crowd.embedded.core.util |
|---|
| Methods in com.atlassian.crowd.embedded.core.util that return Group | |
|---|---|
static Group |
ConversionUtils.getEmbeddedGroup(InvalidGroupException ex)
Extracts a directory-specific model group from the given InvalidGroupException and converts it into a directory-agnostic embedded/application group. |
static Group |
ConversionUtils.toEmbeddedGroup(Group modelGroup)
Converts a directory-specific model group into a directory-agnostic embedded/application group. |
| Methods in com.atlassian.crowd.embedded.core.util that return types with arguments of type Group | |
|---|---|
static java.util.List<Group> |
ConversionUtils.toEmbeddedGroups(java.util.List<Group> modelGroups)
Converts a directory-specific model groups into a directory-agnostic embedded/application groups. |
| Uses of Group in com.atlassian.crowd.embedded.impl |
|---|
| Classes in com.atlassian.crowd.embedded.impl that implement Group | |
|---|---|
class |
DelegatingGroupWithAttributes
Implementation of GroupWithAttributes that simply delegates to an underlying Group and Attributes object. |
class |
ImmutableGroup
A general purpose immutable implementation of the Group interface. |
| Methods in com.atlassian.crowd.embedded.impl with parameters of type Group | |
|---|---|
int |
ImmutableGroup.compareTo(Group other)
|
int |
DelegatingGroupWithAttributes.compareTo(Group group)
|
| Constructors in com.atlassian.crowd.embedded.impl with parameters of type Group | |
|---|---|
DelegatingGroupWithAttributes(Group group,
Attributes attributes)
|
|
| Uses of Group in com.atlassian.crowd.exception.embedded |
|---|
| Methods in com.atlassian.crowd.exception.embedded that return Group | |
|---|---|
Group |
InvalidGroupException.getGroup()
|
| Constructors in com.atlassian.crowd.exception.embedded with parameters of type Group | |
|---|---|
InvalidGroupException(Group group,
java.lang.String message)
|
|
InvalidGroupException(Group group,
java.lang.String message,
java.lang.Throwable cause)
|
|
InvalidGroupException(Group group,
java.lang.Throwable cause)
|
|
| Uses of Group in com.atlassian.crowd.model.group |
|---|
| Constructors in com.atlassian.crowd.model.group with parameters of type Group | |
|---|---|
GroupTemplate(Group group)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||