| Package | Description |
|---|---|
| com.atlassian.crowd.embedded.api | |
| com.atlassian.crowd.embedded.impl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Directory
Represents a Directory configuration in Crowd.
|
interface |
GroupWithAttributes
Represents a group with attributes.
|
interface |
UserWithAttributes
Combination of a User and the user's Attributes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDelegatingEntityWithAttributes
Abstract class providing a delegating implementation of the
Attributes interface. |
class |
DelegatingGroupWithAttributes
Implementation of GroupWithAttributes that simply delegates to an underlying Group and Attributes object.
|
class |
DelegatingUserWithAttributes
Implementation of UserWithAttributes that simply delegates to an underlying User and Attributes object.
|
| Constructor and Description |
|---|
AbstractDelegatingEntityWithAttributes(Attributes attributes) |
DelegatingGroupWithAttributes(Group group,
Attributes attributes) |
DelegatingUserWithAttributes(User user,
Attributes attributes) |
Copyright © 2017 Atlassian. All rights reserved.