|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ObligationType | |
---|---|
org.opensaml.xacml.ctx.provider | |
org.opensaml.xacml.policy | |
org.opensaml.xacml.policy.impl |
Uses of ObligationType in org.opensaml.xacml.ctx.provider |
---|
Methods in org.opensaml.xacml.ctx.provider that return types with arguments of type ObligationType | |
---|---|
protected java.util.Map<java.lang.String,ObligationType> |
ObligationService.preprocessObligations(ObligationProcessingContext context)
Preprocesses the obligations returned within the result. |
Methods in org.opensaml.xacml.ctx.provider with parameters of type ObligationType | |
---|---|
abstract void |
BaseObligationHandler.evaluateObligation(ObligationProcessingContext context,
ObligationType obligation)
Evaluates the obligation represented by this handler. |
Uses of ObligationType in org.opensaml.xacml.policy |
---|
Methods in org.opensaml.xacml.policy that return types with arguments of type ObligationType | |
---|---|
java.util.List<ObligationType> |
ObligationsType.getObligations()
Get the list of obligations. |
Uses of ObligationType in org.opensaml.xacml.policy.impl |
---|
Classes in org.opensaml.xacml.policy.impl that implement ObligationType | |
---|---|
class |
ObligationTypeImpl
Implementation for ObligationType . |
Methods in org.opensaml.xacml.policy.impl that return ObligationType | |
---|---|
ObligationType |
ObligationTypeImplBuilder.buildObject()
Builds a XACML object, using its default attribute name. |
ObligationType |
ObligationTypeImplBuilder.buildObject(java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String namespacePrefix)
|
Methods in org.opensaml.xacml.policy.impl that return types with arguments of type ObligationType | |
---|---|
java.util.List<ObligationType> |
ObligationsTypeImpl.getObligations()
Get the list of obligations. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |