Package | Description |
---|---|
org.opensaml.xacml.ctx.provider |
Implementations of XACML functionality.
|
org.opensaml.xacml.policy |
XMLObject interfaces for XACML policy schema.
|
org.opensaml.xacml.policy.impl |
XMLObject provider implementation classes for XACML policy schema.
|
Modifier and Type | Method and Description |
---|---|
protected Map<String,ObligationType> |
ObligationService.preprocessObligations(ObligationProcessingContext context)
Preprocesses the obligations returned within the result.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
BaseObligationHandler.evaluateObligation(ObligationProcessingContext context,
ObligationType obligation)
Evaluates the obligation represented by this handler.
|
Modifier and Type | Method and Description |
---|---|
List<ObligationType> |
ObligationsType.getObligations()
Get the list of obligations.
|
Modifier and Type | Class and Description |
---|---|
class |
ObligationTypeImpl
Implementation for
ObligationType . |
Modifier and Type | Method and Description |
---|---|
ObligationType |
ObligationTypeImplBuilder.buildObject()
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
|
ObligationType |
ObligationTypeImplBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|
Modifier and Type | Method and Description |
---|---|
List<ObligationType> |
ObligationsTypeImpl.getObligations()
Get the list of obligations.
|
Copyright © 2017. All rights reserved.