com.parsec.ejbs.authenticator
Class AuthenticationEJB
java.lang.Object
|
+--com.parsec.ejbs.authenticator.AuthenticationEJB
- All Implemented Interfaces:
- javax.ejb.EnterpriseBean, java.io.Serializable, javax.ejb.SessionBean
- public class AuthenticationEJB
- extends java.lang.Object
- implements javax.ejb.SessionBean
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AuthenticationEJB
public AuthenticationEJB()
ejbCreate
public void ejbCreate()
setSessionContext
public void setSessionContext(javax.ejb.SessionContext sc)
- Specified by:
setSessionContext in interface javax.ejb.SessionBean
ejbRemove
public void ejbRemove()
- Specified by:
ejbRemove in interface javax.ejb.SessionBean
ejbActivate
public void ejbActivate()
- Specified by:
ejbActivate in interface javax.ejb.SessionBean
ejbPassivate
public void ejbPassivate()
- Specified by:
ejbPassivate in interface javax.ejb.SessionBean
userReject
public void userReject(java.lang.String userid)
throws java.rmi.RemoteException
userApprove
public void userApprove(java.lang.String userid,
java.lang.String authId)
throws java.rmi.RemoteException
companyReject
public void companyReject(java.lang.String userid)
throws java.rmi.RemoteException
companyApprove
public void companyApprove(java.lang.String complogin,
java.lang.String companyId,
java.lang.String authId)
throws java.rmi.RemoteException