| Modifier and Type | Field and Description |
|---|---|
private java.util.Vector |
cachedDeserFactories |
private java.util.Vector |
cachedSerClasses |
private java.util.Vector |
cachedSerFactories |
private java.util.Vector |
cachedSerQNames |
| Constructor and Description |
|---|
IRoleTaskStub() |
IRoleTaskStub(javax.xml.rpc.Service service) |
IRoleTaskStub(java.net.URL endpointURL,
javax.xml.rpc.Service service) |
| Modifier and Type | Method and Description |
|---|---|
private void |
addSerial(java.lang.String xmlns,
java.lang.String localname,
java.lang.Class cls,
java.lang.Object serializer,
java.lang.Object deserializer) |
protected org.apache.axis.client.Call |
createCall() |
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) |
private java.util.Vector cachedSerClasses
private java.util.Vector cachedSerQNames
private java.util.Vector cachedSerFactories
private java.util.Vector cachedDeserFactories
public IRoleTaskStub()
throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic IRoleTaskStub(java.net.URL endpointURL,
javax.xml.rpc.Service service)
throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic IRoleTaskStub(javax.xml.rpc.Service service)
throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultprivate void addSerial(java.lang.String xmlns,
java.lang.String localname,
java.lang.Class cls,
java.lang.Object serializer,
java.lang.Object deserializer)
protected org.apache.axis.client.Call createCall()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionpublic void deleteRole(java.lang.String keyID)
throws java.rmi.RemoteException
deleteRole in interface IRoleTaskjava.rmi.RemoteExceptionpublic SSTRole[] getAuthenticatorRoles(java.lang.String securityContractID) throws java.rmi.RemoteException
getAuthenticatorRoles in interface IRoleTaskjava.rmi.RemoteExceptionpublic SSTRole retrieveRole(java.lang.String keyID) throws java.rmi.RemoteException
retrieveRole in interface IRoleTaskjava.rmi.RemoteExceptionpublic java.lang.String createRole(SSTRole r) throws java.rmi.RemoteException
createRole in interface IRoleTaskjava.rmi.RemoteExceptionpublic SSTRole[] getAllRoles() throws java.rmi.RemoteException
getAllRoles in interface IRoleTaskjava.rmi.RemoteExceptionpublic void updateRole(SSTRole r) throws java.rmi.RemoteException
updateRole in interface IRoleTaskjava.rmi.RemoteException