ePOST API

Uses of Interface
rice.email.proxy.user.User

Packages that use User
rice.email.proxy.imap   
rice.email.proxy.pop3   
rice.email.proxy.smtp   
rice.email.proxy.user   
rice.email.proxy.web   
 

Uses of User in rice.email.proxy.imap
 

Methods in rice.email.proxy.imap that return User
 User ImapState.getUser()
           
 User ImapState.getUser(java.lang.String username)
           
 

Methods in rice.email.proxy.imap with parameters of type User
 void ImapState.setUser(User user)
           
 

Uses of User in rice.email.proxy.pop3
 

Methods in rice.email.proxy.pop3 that return User
 User Pop3State.getUser()
           
 User Pop3State.getUser(java.lang.String username)
           
 

Methods in rice.email.proxy.pop3 with parameters of type User
 void Pop3State.setUser(User user)
           
 

Uses of User in rice.email.proxy.smtp
 

Methods in rice.email.proxy.smtp that return User
 User SmtpState.getUser()
           
 User SmtpState.getUser(java.lang.String username)
           
 

Methods in rice.email.proxy.smtp with parameters of type User
 void SmtpState.setUser(User user)
           
 

Uses of User in rice.email.proxy.user
 

Classes in rice.email.proxy.user that implement User
 class UserImpl
           
 

Methods in rice.email.proxy.user that return User
 User UserManager.getUser(java.lang.String name)
           
 User UserManagerImpl.getUser(java.lang.String name)
           
 

Uses of User in rice.email.proxy.web
 

Fields in rice.email.proxy.web declared as User
protected  User WebState.user
           
 

Methods in rice.email.proxy.web that return User
 User WebState.getUser()
           
 User WebState.getUser(java.lang.String username)
           
 

Methods in rice.email.proxy.web with parameters of type User
 void WebState.setUser(User user)
           
 


ePOST API

Copyright © 2001-2005 - Rice Pastry.