| Modifier and Type | Method and Description |
|---|---|
UserWithAttributes |
CrowdService.addUser(UserWithAttributes user,
String credential)
Adds a
user to the directory store. |
UserWithAttributes |
CrowdService.getUserWithAttributes(String name)
Returns the
user that matches the supplied name. |
| Modifier and Type | Method and Description |
|---|---|
UserWithAttributes |
CrowdService.addUser(UserWithAttributes user,
String credential)
Adds a
user to the directory store. |
| Modifier and Type | Method and Description |
|---|---|
UserWithAttributes |
CrowdServiceImpl.addUser(UserWithAttributes user,
String credential) |
UserWithAttributes |
CrowdServiceImpl.getUserWithAttributes(String name) |
| Modifier and Type | Method and Description |
|---|---|
UserWithAttributes |
CrowdServiceImpl.addUser(UserWithAttributes user,
String credential) |
| Modifier and Type | Class and Description |
|---|---|
class |
DelegatingUserWithAttributes
Implementation of UserWithAttributes that simply delegates to an underlying User and Attributes object.
|
| Constructor and Description |
|---|
EmbeddedCrowdPropertySet(UserWithAttributes user,
CrowdService crowdService) |
| Modifier and Type | Class and Description |
|---|---|
class |
UserEntity
Represents a User entity (client side).
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
UserWithAttributes
Represents a user with attributes that exists in a directory.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableTimestampedUserWithAttributes |
class |
ImmutableUserWithAttributes |
class |
InternalUserWithAttributes
Encapsulates the concept of user which has attributes.
|
class |
LDAPUserWithAttributes |
class |
UserTemplateWithAttributes
Mutable user template with mutable attributes.
|
class |
UserTemplateWithCredentialAndAttributes
Predominantly used for the 'bulk' adding of users to Crowd.
|
| Constructor and Description |
|---|
UserTemplateWithAttributes(UserWithAttributes user)
Creates new UserTemplateWithAttributes based on the given user with attributes.
|
Copyright © 2022 Atlassian. All rights reserved.