|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.hadoop.security.authorize.PolicyProvider
public abstract class PolicyProvider
PolicyProvider
provides the Service
definitions to the
security Policy
in effect for Hadoop.
Field Summary | |
---|---|
static PolicyProvider |
DEFAULT_POLICY_PROVIDER
A default PolicyProvider without any defined services. |
static java.lang.String |
POLICY_PROVIDER_CONFIG
Configuration key for the PolicyProvider implementation. |
Constructor Summary | |
---|---|
PolicyProvider()
|
Method Summary | |
---|---|
abstract Service[] |
getServices()
Get the Service definitions from the PolicyProvider . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String POLICY_PROVIDER_CONFIG
PolicyProvider
implementation.
public static final PolicyProvider DEFAULT_POLICY_PROVIDER
PolicyProvider
without any defined services.
Constructor Detail |
---|
public PolicyProvider()
Method Detail |
---|
public abstract Service[] getServices()
Service
definitions from the PolicyProvider
.
Service
definitions
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |