| Package | Description |
|---|---|
| com.atlassian.crowd.exception | |
| com.atlassian.crowd.model.event | |
| com.atlassian.crowd.model.group |
| Modifier and Type | Method and Description |
|---|---|
Group |
InvalidGroupException.getGroup() |
| Constructor and Description |
|---|
InvalidGroupException(Group group,
String message)
Constructs a new
InvalidGroupException with the invalid group and |
InvalidGroupException(Group group,
String message,
Throwable cause) |
InvalidGroupException(Group group,
Throwable cause)
Constructs a new
InvalidGroupException with the invalid group given and a cause. |
InvalidRoleException(Group legacyRole,
String message) |
| Modifier and Type | Method and Description |
|---|---|
Group |
GroupEvent.getGroup() |
| Constructor and Description |
|---|
GroupEvent(Operation operation,
Directory directory,
Group group,
Map<String,Set<String>> storedAttributes,
Set<String> deletedAttributes) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
GroupWithAttributes
Represents a group with attributes.
|
interface |
InternalDirectoryGroup
Extends the Group interface with "isLocal".
|
interface |
TimestampedGroup
Extends the Group interface with "updated date" and "created date".
|
| Modifier and Type | Field and Description |
|---|---|
static Comparator<Group> |
GroupComparator.GROUP_COMPARATOR
Singleton instance of Comparator<Group>
|
static com.google.common.base.Function<Group,String> |
Groups.LOWER_NAME_FUNCTION
Deprecated.
Use the more general
DirectoryEntities.LOWER_NAME_FUNCTION. |
static com.google.common.base.Function<Group,String> |
Groups.NAME_FUNCTION
Deprecated.
Use the more general
DirectoryEntities.NAME_FUNCTION. |
| Modifier and Type | Method and Description |
|---|---|
int |
GroupComparator.compare(Group group1,
Group group2) |
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,
Object o) |
static int |
GroupComparator.hashCode(Group group) |
| Modifier and Type | Method and Description |
|---|---|
static Iterable<String> |
Groups.namesOf(Iterable<? extends Group> groups)
Deprecated.
|
Copyright © 2018 Atlassian. All rights reserved.