ePOST API

rice.email.proxy.user
Interface User

All Known Implementing Classes:
UserImpl

public interface User


Method Summary
 void authenticate(java.lang.String password)
           
 void create()
           
 void delete()
           
 void deliver(MovingMessage msg)
           
 java.lang.String getAuthenticationData()
           
 Mailbox getMailbox()
           
 java.lang.String getMailboxType()
           
 java.lang.String getName()
           
 

Method Detail

getName

java.lang.String getName()

getMailboxType

java.lang.String getMailboxType()

getMailbox

Mailbox getMailbox()
                   throws UserException
Throws:
UserException

deliver

void deliver(MovingMessage msg)
             throws UserException
Throws:
UserException

create

void create()
            throws UserException
Throws:
UserException

delete

void delete()
            throws UserException
Throws:
UserException

getAuthenticationData

java.lang.String getAuthenticationData()

authenticate

void authenticate(java.lang.String password)
                  throws UserException
Throws:
UserException

ePOST API

Copyright © 2001-2005 - Rice Pastry.