com.parsec.ejbs.authenticator
Interface AuthenticatedBy

All Superinterfaces:
javax.ejb.EJBObject, java.rmi.Remote

public interface AuthenticatedBy
extends javax.ejb.EJBObject


Method Summary
 java.util.Date getAuthenticateDate()
           
 java.lang.String getAuthenticatorId()
           
 java.lang.String getCustomerId()
           
 void setAuthenticateDate(java.util.Date a)
           
 void setAuthenticatorId(java.lang.String a)
           
 void setCustomerId(java.lang.String a)
           
 
Methods inherited from interface javax.ejb.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

getCustomerId

public java.lang.String getCustomerId()
                               throws java.rmi.RemoteException

getAuthenticatorId

public java.lang.String getAuthenticatorId()
                                    throws java.rmi.RemoteException

getAuthenticateDate

public java.util.Date getAuthenticateDate()
                                   throws java.rmi.RemoteException

setCustomerId

public void setCustomerId(java.lang.String a)
                   throws java.rmi.RemoteException

setAuthenticatorId

public void setAuthenticatorId(java.lang.String a)
                        throws java.rmi.RemoteException

setAuthenticateDate

public void setAuthenticateDate(java.util.Date a)
                         throws java.rmi.RemoteException