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