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

Packages that use TimestampedUser
com.atlassian.crowd.directory   
com.atlassian.crowd.embedded.spi   
com.atlassian.crowd.model.user   
 

Uses of TimestampedUser in com.atlassian.crowd.directory
 

Classes in com.atlassian.crowd.directory that implement TimestampedUser
 class ImmutableTimestampedUser
           
 

Methods in com.atlassian.crowd.directory that return TimestampedUser
 TimestampedUser AbstractInternalDirectory.findUserByName(java.lang.String name)
           
 TimestampedUser InternalRemoteDirectory.findUserByName(java.lang.String name)
           
 

Constructors in com.atlassian.crowd.directory with parameters of type TimestampedUser
ImmutableTimestampedUser(TimestampedUser user)
           
 

Uses of TimestampedUser in com.atlassian.crowd.embedded.spi
 

Methods in com.atlassian.crowd.embedded.spi that return TimestampedUser
 TimestampedUser UserDao.findByName(long directoryId, java.lang.String userName)
          Finds and returns the user with the given name and directory ID.
 

Uses of TimestampedUser in com.atlassian.crowd.model.user
 

Classes in com.atlassian.crowd.model.user that implement TimestampedUser
 class InternalUser
          Encapsulates the concept of crowd user.
 



Copyright © 2012 Atlassian. All Rights Reserved.