Class Service
java.lang.Object
org.apache.hadoop.security.authorize.Service
An abstract definition of service as related to
Service Level Authorization for Hadoop.
Each service defines it's configuration key and also the necessary
Permission required to access the service.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionClass<?>Get the protocol for the serviceGet the configuration key for the service.
-
Constructor Details
-
Service
-
-
Method Details
-
getServiceKey
Get the configuration key for the service.- Returns:
- the configuration key for the service
-
getProtocol
Get the protocol for the service- Returns:
- the
Classfor the protocol
-