Added Constructors |
Server(String, int, Class, int, Configuration)
|
|
Server(String, int, Class, int, Configuration, String)
|
|
Server(String, int, Class, int, Configuration, String, SecretManager)
|
Constructs a server listening on the named port and address. |
Added Methods |
void authorize(UserGroupInformation, ConnectionHeader, String)
|
Authorize the incoming client connection. |
Writable call(Class, Writable, long)
|
Called for each call. |
RpcMetrics getRpcMetrics()
|
Returns a handle to the rpcMetrics (required in tests) |
ServiceAuthorizationManager getServiceAuthorizationManager()
|
Returns a handle to the serviceAuthorizationManager (required in tests) |
void refreshServiceAcl(Configuration, PolicyProvider)
|
Refresh the service authorization ACL for the service handled by this server. |