com.parsec.ejbs.authenticator
Interface AuthenticatedByHome

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

public interface AuthenticatedByHome
extends javax.ejb.EJBHome


Method Summary
 AuthenticatedBy create(java.lang.String customerId, java.lang.String authenticatorId, java.util.Date authenticateDate)
           
 AuthenticatedBy findByPrimaryKey(java.lang.String id)
           
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

create

public AuthenticatedBy create(java.lang.String customerId,
                              java.lang.String authenticatorId,
                              java.util.Date authenticateDate)
                       throws java.rmi.RemoteException,
                              javax.ejb.CreateException

findByPrimaryKey

public AuthenticatedBy findByPrimaryKey(java.lang.String id)
                                 throws javax.ejb.FinderException,
                                        java.rmi.RemoteException