planetj.util
Interface ILogin

All Known Implementing Classes:
ConnectionRow, DefaultLogin

public interface ILogin

An object which can be used to login to a secured resource


Method Summary
 String getUserId()
          Gets the user id for the login
 void setPassword(String password)
          Sets the password for the login
 void setUserId(String userId)
          Sets the user id for the login
 

Method Detail

getUserId

public String getUserId()
Gets the user id for the login


setPassword

public void setPassword(String password)
                 throws CMException
Sets the password for the login

CMException

setUserId

public void setUserId(String userId)
               throws CMException
Sets the user id for the login

CMException