Uses of Interface
com.atlassian.crowd.model.user.User

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.LOWER_NAME_FUNCTION
          Deprecated. Use the more general DirectoryEntities.LOWER_NAME_FUNCTION.
static com.google.common.base.Function<User,String> Users.NAME_FUNCTION
          Deprecated. Use the more general DirectoryEntities.NAME_FUNCTION.
 

Method parameters in com.atlassian.crowd.model.user with type arguments of type User
static Iterable<String> Users.namesOf(Iterable<? extends User> users)
          Deprecated. Use the more general DirectoryEntities.namesOf(java.lang.Iterable).
 

Constructors in com.atlassian.crowd.model.user with parameters of type User
ImmutableUser(User user)
           
 



Copyright © 2015 Atlassian. All Rights Reserved.