|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Attributes | |
|---|---|
| com.atlassian.crowd.embedded.api | |
| com.atlassian.crowd.embedded.impl | |
| Uses of Attributes in com.atlassian.crowd.embedded.api |
|---|
| Subinterfaces of Attributes in com.atlassian.crowd.embedded.api | |
|---|---|
interface |
Directory
Represents a Directory in Crowd. |
interface |
GroupWithAttributes
|
interface |
UserWithAttributes
Combination of a User and the user's Attributes. |
| Uses of Attributes in com.atlassian.crowd.embedded.impl |
|---|
| Classes in com.atlassian.crowd.embedded.impl that implement Attributes | |
|---|---|
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. |
| Constructors in com.atlassian.crowd.embedded.impl with parameters of type Attributes | |
|---|---|
AbstractDelegatingEntityWithAttributes(Attributes attributes)
|
|
DelegatingGroupWithAttributes(Group group,
Attributes attributes)
|
|
DelegatingUserWithAttributes(User user,
Attributes attributes)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||