org.apache.hadoop.security.authorize
Class PolicyProvider
java.lang.Object
   org.apache.hadoop.security.authorize.PolicyProvider
org.apache.hadoop.security.authorize.PolicyProvider
- Direct Known Subclasses: 
- MapReducePolicyProvider
- public abstract class PolicyProvider 
- extends Object
PolicyProvider provides the Service definitions to the
 security Policy in effect for Hadoop.
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
POLICY_PROVIDER_CONFIG
public static final String POLICY_PROVIDER_CONFIG
- Configuration key for the PolicyProviderimplementation.
 
- See Also:
- Constant Field Values
 
DEFAULT_POLICY_PROVIDER
public static final PolicyProvider DEFAULT_POLICY_PROVIDER
- A default PolicyProviderwithout any defined services.
 
 
PolicyProvider
public PolicyProvider()
getServices
public abstract Service[] getServices()
- Get the Servicedefinitions from thePolicyProvider.
 
- 
- Returns:
- the Servicedefinitions
 
Copyright © 2009 The Apache Software Foundation