|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ContextHandler
ContextHandler
objects are used to handle XACML requests sent from
PEP and related responses
Field Summary | |
---|---|
static java.lang.String |
CONTEXT_HANDLER_CLASS_PROPERTY
|
Method Summary | |
---|---|
java.lang.String |
getContextHandlerId()
Get the identifier of this Context Handler (to distinguish among PDP of different context handler instances). |
org.opensaml.xacml.ctx.ResponseType |
handleRequest(org.opensaml.xacml.ctx.RequestType request)
Handle a XACML request providing the corresponding response. |
void |
setConfigurationProperties(java.util.Properties properties)
Set the current configuration properties in the handler. |
Field Detail |
---|
static final java.lang.String CONTEXT_HANDLER_CLASS_PROPERTY
Method Detail |
---|
org.opensaml.xacml.ctx.ResponseType handleRequest(org.opensaml.xacml.ctx.RequestType request) throws EvaluationException
request
- the XACML request to handle
EvaluationException
- if an exception occurs during request handlingvoid setConfigurationProperties(java.util.Properties properties) throws ConfigurationException
properties
- the new configuration properties
ConfigurationException
- if the new configuration contains errors and cannot be appliedjava.lang.String getContextHandlerId()
createContextHandler()
method in ContextHandlerFactory
class, identifiers are guarantee to be unique in the current Java environment.
String
representation of the Context Handler identifier for this Context Handler instance
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |