Interface | Description |
---|---|
Group |
Represents a group.
|
GroupWithAttributes |
Represents a group with attributes.
|
InternalDirectoryGroup |
Extends the Group interface with "isLocal".
|
Membership |
Details of the direct members of a single group.
|
TimestampedGroup |
Extends the Group interface with "updated date" and "created date".
|
Class | Description |
---|---|
BaseImmutableGroup | |
BaseImmutableGroup.Builder<T extends BaseImmutableGroup.Builder> | |
DelegatingGroupWithAttributes |
Implementation of GroupWithAttributes that simply delegates to an underlying Group and Attributes object.
|
GroupComparator |
Supplies re-useable methods for equals, hashcode and compareTo that can be shared with different implementations of
Group in order to be compatible. |
Groups |
Utility class for
Group |
GroupTemplate |
A publicly mutable Group implementation.
|
GroupTemplateWithAttributes |
Mutable group template with mutable attributes.
|
GroupWithMembershipChanges |
Represents a new or modified group for incremental synchronisation.
|
GroupWithMembershipChanges.Builder | |
ImmutableDirectoryGroup | |
ImmutableDirectoryGroup.Builder | |
ImmutableDirectoryGroupWithAttributes | |
ImmutableDirectoryGroupWithAttributes.Builder | |
ImmutableGroup | |
ImmutableGroup.Builder | |
ImmutableMembership | |
InternalGroup |
Encapsulates the concept of group.
|
InternalGroupAttribute |
Encapsulates the concept of group attribute.
|
InternalGroupWithAttributes |
Encapsulates the concept of group which has attributes.
|
LDAPGroupWithAttributes |
Enum | Description |
---|---|
GroupType |
Represents the type of a Group:
GROUP: group used to determine authorisation.
LEGACY_ROLE: group representing pre-Crowd 2.0 "Role".
|
Exception | Description |
---|---|
Membership.MembershipIterationException |
Something went wrong while iterating over a collection of
Membership s. |
Copyright © 2020 Atlassian. All rights reserved.