A E G H M O P R S X

A

actionFromXACML(ActionType) - Static method in class org.glite.authz.pep.obligation.eesmap.XACMLConverter
Converts a XACML ActionType to a simple model Action.
actionToXACML(Action) - Static method in class org.glite.authz.pep.obligation.eesmap.XACMLConverter
Converts a Action to a XACML ActionType.
attributeFromXACML(AttributeType) - Static method in class org.glite.authz.pep.obligation.eesmap.XACMLConverter
Converts a XACML AttributeType to a simple model Attribute.
attributeToXACML(Attribute) - Static method in class org.glite.authz.pep.obligation.eesmap.XACMLConverter
Converts a Attribute to a XACML AttributeType.

E

EES_ENDPOINT_PROP - Static variable in class org.glite.authz.pep.obligation.eesmap.EESObligationHandlerConfigurationParser
The name of the "eesEndpoint" property which gives the absolute path to the mapping file that maps subjects to groups.
EESObligationHandler - Class in org.glite.authz.pep.obligation.eesmap
TODO documentation
EESObligationHandler(String, String, String) - Constructor for class org.glite.authz.pep.obligation.eesmap.EESObligationHandler
Constructor.
EESObligationHandlerConfigurationParser - Class in org.glite.authz.pep.obligation.eesmap
EESObligationHandlerConfigurationParser ini configuration parser for the EESObligationHandler.
EESObligationHandlerConfigurationParser() - Constructor for class org.glite.authz.pep.obligation.eesmap.EESObligationHandlerConfigurationParser
 
EESObligationHandlerException - Exception in org.glite.authz.pep.obligation.eesmap
Exception for the EESObligationHandler
EESObligationHandlerException() - Constructor for exception org.glite.authz.pep.obligation.eesmap.EESObligationHandlerException
Default constructor
EESObligationHandlerException(String) - Constructor for exception org.glite.authz.pep.obligation.eesmap.EESObligationHandlerException
 
EESObligationHandlerException(Exception) - Constructor for exception org.glite.authz.pep.obligation.eesmap.EESObligationHandlerException
 
EESObligationHandlerException(String, Exception) - Constructor for exception org.glite.authz.pep.obligation.eesmap.EESObligationHandlerException
 
ENTITY_ID_PROP - Static variable in class org.glite.authz.pep.obligation.eesmap.EESObligationHandlerConfigurationParser
The name of the "entityId" property which give the entityID of the obligation handler
environmentFromXACML(EnvironmentType) - Static method in class org.glite.authz.pep.obligation.eesmap.XACMLConverter
Converts a XACML EnvironmentType to a simple model Environment.
environmentToXACML(Environment) - Static method in class org.glite.authz.pep.obligation.eesmap.XACMLConverter
Converts a Environment to a XACML EnvironmentType.
evaluateObligation(Request, Result) - Method in class org.glite.authz.pep.obligation.eesmap.EESObligationHandler
 
extractResponseFromMessageContext(DecisionRequestContext) - Method in class org.glite.authz.pep.obligation.eesmap.EESObligationHandler
TODO DOC extracts EES Response object from the message context inbound message (SOAP response)

G

getEESEndpoint() - Method in class org.glite.authz.pep.obligation.eesmap.EESObligationHandler
 
getEntityId() - Method in class org.glite.authz.pep.obligation.eesmap.EESObligationHandler
 

H

HANDLED_OBLIGATION_ID_PROP - Static variable in class org.glite.authz.pep.obligation.eesmap.EESObligationHandlerConfigurationParser
The name of the "handledObligationId" property which gives ID of the obligation handled by this obligation handler

M

mixObligationsInRequest(Request, Result) - Method in class org.glite.authz.pep.obligation.eesmap.EESObligationHandler
TODO EXPLAIN THE BLACK MAGIC!!!!!!

O

obligationFromXACML(ObligationType) - Static method in class org.glite.authz.pep.obligation.eesmap.XACMLConverter
Converts a XACML ObligationType to a simple model Obligation.
obligationToXACML(Obligation) - Static method in class org.glite.authz.pep.obligation.eesmap.XACMLConverter
Converts a simple model Obligation in to a XACML ObligationType.
org.glite.authz.pep.obligation.eesmap - package org.glite.authz.pep.obligation.eesmap
 

P

parse(Profile.Section, AbstractConfigurationBuilder<?>) - Method in class org.glite.authz.pep.obligation.eesmap.EESObligationHandlerConfigurationParser
TODO documentation

R

requestFromXACML(RequestType) - Static method in class org.glite.authz.pep.obligation.eesmap.XACMLConverter
Converts a XACML RequestType to a simple model Request.
requestToXACML(Request) - Static method in class org.glite.authz.pep.obligation.eesmap.XACMLConverter
Converts a Request to a XACML RequestType.
resourceFromXACML(ResourceType) - Static method in class org.glite.authz.pep.obligation.eesmap.XACMLConverter
Converts a XACML ResourceType to a simple model Resource.
resourceToXACML(Resource) - Static method in class org.glite.authz.pep.obligation.eesmap.XACMLConverter
Converts a Resource to a XACML ResourceType.
responseFromXACML(ResponseType, RequestType) - Static method in class org.glite.authz.pep.obligation.eesmap.XACMLConverter
Converts a XACML ResponseType to a simple model Response.
responseToXACML(Response) - Static method in class org.glite.authz.pep.obligation.eesmap.XACMLConverter
Converts a Response to a XACML ResponseType.
resultContainsHandledObligationId(Result) - Method in class org.glite.authz.pep.obligation.eesmap.EESObligationHandler
Returns true iff the result contains at least one handled obligation
resultFromXACML(ResultType) - Static method in class org.glite.authz.pep.obligation.eesmap.XACMLConverter
Converts a XACML ResultType to a simple model Result.
resultToXACML(Result) - Static method in class org.glite.authz.pep.obligation.eesmap.XACMLConverter
Converts a simple model Result in to a XACML ResultType.

S

sendRequestToEES(DecisionRequestContext, Request) - Method in class org.glite.authz.pep.obligation.eesmap.EESObligationHandler
Sends the "special" request to the EES server
setEntityId(String) - Method in class org.glite.authz.pep.obligation.eesmap.EESObligationHandler
Sets the OH entity ID
statusCodeFromXACML(StatusCodeType) - Static method in class org.glite.authz.pep.obligation.eesmap.XACMLConverter
Converts a XACML StatusCodeType to a simple model StatusCode.
statusCodeToXACML(StatusCode) - Static method in class org.glite.authz.pep.obligation.eesmap.XACMLConverter
Converts a simple model StatusCode in to a XACML StatusCodeType.
statusFromXACML(StatusType) - Static method in class org.glite.authz.pep.obligation.eesmap.XACMLConverter
Converts a XACML StatusType to a simple model Status.
statusToXACML(Status) - Static method in class org.glite.authz.pep.obligation.eesmap.XACMLConverter
Converts a simple model Status in to a XACML StatusType.
subjectFromXACML(SubjectType) - Static method in class org.glite.authz.pep.obligation.eesmap.XACMLConverter
Converts a XACML SubjectType to a simple model Subject.
subjectToXACML(Subject) - Static method in class org.glite.authz.pep.obligation.eesmap.XACMLConverter
Converts a Subject to a XACML SubjectType.

X

XACMLConverter - Class in org.glite.authz.pep.obligation.eesmap
A helper class for converting to/from XACML objects.
XACMLConverter() - Constructor for class org.glite.authz.pep.obligation.eesmap.XACMLConverter
 

A E G H M O P R S X