Methods in jreceiver.common.rpc that return Roles |
static Roles |
RpcFactory.newRoles()
Produce a Roles object from the factory, using the default host
and default credentials. |
static Roles |
RpcFactory.newRoles(java.net.URL host)
Produce a Roles object from the factory, using the specified host
and default credentials. |
static Roles |
RpcFactory.newRoles(User user)
Produce a Roles object from the factory, using the default host
and specified credentials. |
static Roles |
RpcFactory.newRoles(java.net.URL host,
User user)
Produce a Roles object from the factory, using the specified host
and specified credentials. |