com.parsec.ejbs.authenticator
Interface AuthenticatedBy
- All Superinterfaces:
- javax.ejb.EJBObject, java.rmi.Remote
- public interface AuthenticatedBy
- extends javax.ejb.EJBObject
| Methods inherited from interface javax.ejb.EJBObject |
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove |
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