|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use User | |
|---|---|
| com.atlassian.crowd.model.event | |
| com.atlassian.crowd.model.user | |
| Uses of User in com.atlassian.crowd.model.event |
|---|
| Methods in com.atlassian.crowd.model.event that return User | |
|---|---|
User |
UserEvent.getUser()
|
| Constructors in com.atlassian.crowd.model.event with parameters of type User | |
|---|---|
UserEvent(Operation operation,
Directory directory,
User user,
Map<String,Set<String>> storedAttributes,
Set<String> deletedAttributes)
|
|
| Uses of User in com.atlassian.crowd.model.user |
|---|
| Subinterfaces of User in com.atlassian.crowd.model.user | |
|---|---|
interface |
TimestampedUser
Extends the user interface with "updated date" and "created date". |
interface |
UserWithAttributes
Represents a user with attributes that exists in a directory. |
| Fields in com.atlassian.crowd.model.user with type parameters of type User | |
|---|---|
static com.google.common.base.Function<User,String> |
Users.NAME_FUNCTION
A function that projects the user name |
| Method parameters in com.atlassian.crowd.model.user with type arguments of type User | |
|---|---|
static Iterable<String> |
Users.namesOf(Iterable<? extends User> users)
Transforms users into their names. |
| Constructors in com.atlassian.crowd.model.user with parameters of type User | |
|---|---|
ImmutableUser(User user)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||