| 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.ctx.provider |
Implementations of XACML functionality.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ResultType> |
ResponseType.getResults()
Returns the list of results for the response.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ResultTypeImpl
Concrete implementation of
ResultType. |
| Modifier and Type | Field and Description |
|---|---|
private XMLObjectChildrenList<ResultType> |
ResponseTypeImpl.results
The results of the response.
|
| Modifier and Type | Method and Description |
|---|---|
ResultType |
ResultTypeImplBuilder.buildObject()
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
|
ResultType |
ResultTypeImplBuilder.buildObject(java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ResultType> |
ResponseTypeImpl.getResults()
Returns the list of results for the response.
|
| Modifier and Type | Field and Description |
|---|---|
private ResultType |
ObligationProcessingContext.result
Result of a XACML authorization request.
|
| Modifier and Type | Method and Description |
|---|---|
ResultType |
ObligationProcessingContext.getAuthorizationDecisionResult()
Gets the result of a XACML authorization request.
|
| Constructor and Description |
|---|
ObligationProcessingContext(ResultType authzResult)
Constructor.
|