Package | Description |
---|---|
org.opensaml.xacml.ctx |
XMLObject interfaces for XACML context schema.
|
org.opensaml.xacml.ctx.impl |
XMLObject implementations for XACML context schema.
|
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 |
---|---|
ObligationsType |
ResultType.getObligations()
Returns the list of Obligations in the result.
|
Modifier and Type | Method and Description |
---|---|
void |
ResultType.setObligations(ObligationsType obligations)
Sets the obligations for this result.
|
Modifier and Type | Method and Description |
---|---|
ObligationsType |
ResultTypeImpl.getObligations()
Returns the list of Obligations in the result.
|
Modifier and Type | Method and Description |
---|---|
void |
ResultTypeImpl.setObligations(ObligationsType obligationsIn)
Sets the obligations for this result.
|
Modifier and Type | Method and Description |
---|---|
ObligationsType |
PolicySetType.getObligations()
Gets the obligations of this policy set.
|
ObligationsType |
PolicyType.getObligations()
Gets the obligations of this policy.
|
Modifier and Type | Method and Description |
---|---|
void |
PolicySetType.setObligations(ObligationsType obligations)
Sets the obligations of this policy set.
|
void |
PolicyType.setObligations(ObligationsType obligations)
Sets the obligations of this policy.
|
Modifier and Type | Class and Description |
---|---|
class |
ObligationsTypeImpl
Implementation for
ObligationsType . |
Modifier and Type | Method and Description |
---|---|
ObligationsType |
ObligationsTypeImplBuilder.buildObject()
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
|
ObligationsType |
ObligationsTypeImplBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|
ObligationsType |
PolicyTypeImpl.getObligations()
Gets the obligations of this policy.
|
ObligationsType |
PolicySetTypeImpl.getObligations()
Gets the obligations of this policy set.
|
Modifier and Type | Method and Description |
---|---|
void |
PolicyTypeImpl.setObligations(ObligationsType newObligations)
Sets the obligations of this policy.
|
void |
PolicySetTypeImpl.setObligations(ObligationsType newObligations)
Sets the obligations of this policy set.
|
Copyright © 2016. All rights reserved.