public interface ISecurityContractTask
extends java.rmi.Remote
Modifier and Type | Method and Description |
---|---|
java.lang.String |
createContract(SecurityContract contract) |
AccessPointSecurityContract[] |
getAccessPointContracts() |
ApplicationSecurityContract[] |
getApplicationContracts() |
SecurityContract |
getContract(java.lang.String contractID) |
void |
removeContract(java.lang.String contractID) |
void |
updateContract(SecurityContract contract) |
AccessPointSecurityContract[] getAccessPointContracts() throws java.rmi.RemoteException
java.rmi.RemoteException
ApplicationSecurityContract[] getApplicationContracts() throws java.rmi.RemoteException
java.rmi.RemoteException
void removeContract(java.lang.String contractID) throws java.rmi.RemoteException
java.rmi.RemoteException
SecurityContract getContract(java.lang.String contractID) throws java.rmi.RemoteException
java.rmi.RemoteException
void updateContract(SecurityContract contract) throws java.rmi.RemoteException
java.rmi.RemoteException
java.lang.String createContract(SecurityContract contract) throws java.rmi.RemoteException
java.rmi.RemoteException