public interface IRoleTask
extends java.rmi.Remote
Modifier and Type | Method and Description |
---|---|
java.lang.String |
createRole(SSTRole r) |
void |
deleteRole(java.lang.String keyID) |
SSTRole[] |
getAllRoles() |
SSTRole[] |
getAuthenticatorRoles(java.lang.String securityContractID) |
SSTRole |
retrieveRole(java.lang.String keyID) |
void |
updateRole(SSTRole r) |
void deleteRole(java.lang.String keyID) throws java.rmi.RemoteException
java.rmi.RemoteException
SSTRole[] getAuthenticatorRoles(java.lang.String securityContractID) throws java.rmi.RemoteException
java.rmi.RemoteException
SSTRole retrieveRole(java.lang.String keyID) throws java.rmi.RemoteException
java.rmi.RemoteException
java.lang.String createRole(SSTRole r) throws java.rmi.RemoteException
java.rmi.RemoteException
SSTRole[] getAllRoles() throws java.rmi.RemoteException
java.rmi.RemoteException
void updateRole(SSTRole r) throws java.rmi.RemoteException
java.rmi.RemoteException