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.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.
 



Copyright © 2014 Atlassian. All Rights Reserved.