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

Packages that use User
com.atlassian.crowd.exception   
com.atlassian.crowd.model.user   
 

Uses of User in com.atlassian.crowd.exception
 

Methods in com.atlassian.crowd.exception that return User
 User InactiveAccountException.getUser()
           
 

Methods in com.atlassian.crowd.exception with parameters of type User
 void InactiveAccountException.setUser(User user)
           
 

Constructors in com.atlassian.crowd.exception with parameters of type User
InactiveAccountException(User user)
           
InvalidUserException(User user, java.lang.String message)
           
InvalidUserException(User user, java.lang.String message, java.lang.Throwable cause)
           
 

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

Subinterfaces of User in com.atlassian.crowd.model.user
 interface UserWithAttributes
           
 



Copyright © 2009 Atlassian. All Rights Reserved.