|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
By David Cheung
CSCIE160 Project
DUE 05-16-2001
Provides Interface for Security Implementation.
Method Summary | |
void |
createSec(AccountInfo acct,
boolean depPermission,
boolean withPermission,
boolean balPermission)
|
boolean |
getBalPermission(AccountInfo acct)
|
boolean |
getDepPermission(AccountInfo acct)
|
boolean |
getWithPermission(AccountInfo acct)
|
boolean |
verifyAccount(AccountInfo acct)
|
Method Detail |
public void createSec(AccountInfo acct, boolean depPermission, boolean withPermission, boolean balPermission) throws java.rmi.RemoteException
public boolean getDepPermission(AccountInfo acct) throws java.rmi.RemoteException
public boolean getWithPermission(AccountInfo acct) throws java.rmi.RemoteException
public boolean getBalPermission(AccountInfo acct) throws java.rmi.RemoteException
public boolean verifyAccount(AccountInfo acct) throws java.rmi.RemoteException
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |