com.parsec.ejbs.authenticator
Interface Authenticator
- All Superinterfaces:
- javax.ejb.EJBObject, java.rmi.Remote
- public interface Authenticator
- extends javax.ejb.EJBObject
| Methods inherited from interface javax.ejb.EJBObject |
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove |
getAuthenticatorId
public java.lang.String getAuthenticatorId()
throws java.rmi.RemoteException
getName
public java.lang.String getName()
throws java.rmi.RemoteException
getLogin
public java.lang.String getLogin()
throws java.rmi.RemoteException
getPassword
public java.lang.String getPassword()
throws java.rmi.RemoteException
setAuthenticatorId
public void setAuthenticatorId(java.lang.String a)
throws java.rmi.RemoteException
setName
public void setName(java.lang.String a)
throws java.rmi.RemoteException
setLogin
public void setLogin(java.lang.String a)
throws java.rmi.RemoteException
setPassword
public void setPassword(java.lang.String a)
throws java.rmi.RemoteException