org.glite.authz.pep.obligation.eesmap
public class EESObligationHandlerConfigurationParser extends java.lang.Object implements org.glite.authz.common.config.IniSectionConfigurationParser<org.glite.authz.pep.obligation.ObligationHandler>
EESObligationHandler
.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
EES_ENDPOINT_PROP
The name of the "eesEndpoint" property which gives the absolute path to the
mapping file that maps subjects to groups.
|
static java.lang.String |
ENTITY_ID_PROP
The name of the "entityId" property which give the entityID of the
obligation handler
|
static java.lang.String |
HANDLED_OBLIGATION_ID_PROP
The name of the "handledObligationId" property which gives ID of the obligation
handled by this obligation handler
|
Constructor and Description |
---|
EESObligationHandlerConfigurationParser() |
Modifier and Type | Method and Description |
---|---|
org.glite.authz.pep.obligation.ObligationHandler |
parse(org.ini4j.Profile.Section iniConfig,
org.glite.authz.common.config.AbstractConfigurationBuilder<?> configBuilder)
TODO documentation
|
public static final java.lang.String ENTITY_ID_PROP
public static final java.lang.String HANDLED_OBLIGATION_ID_PROP
public static final java.lang.String EES_ENDPOINT_PROP
public EESObligationHandlerConfigurationParser()
public org.glite.authz.pep.obligation.ObligationHandler parse(org.ini4j.Profile.Section iniConfig, org.glite.authz.common.config.AbstractConfigurationBuilder<?> configBuilder) throws org.glite.authz.common.config.ConfigurationException
parse
in interface org.glite.authz.common.config.IniSectionConfigurationParser<org.glite.authz.pep.obligation.ObligationHandler>
org.glite.authz.common.config.ConfigurationException