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 |
---|---|
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 | Method and Description |
---|---|
ResultType |
ResultTypeImplBuilder.buildObject()
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
|
ResultType |
ResultTypeImplBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|
Modifier and Type | Method and Description |
---|---|
List<ResultType> |
ResponseTypeImpl.getResults()
Returns the list of results for the response.
|
Modifier and Type | Method and Description |
---|---|
ResultType |
ObligationProcessingContext.getAuthorizationDecisionResult()
Gets the result of a XACML authorization request.
|
Constructor and Description |
---|
ObligationProcessingContext(ResultType authzResult)
Constructor.
|
Copyright © 2019. All rights reserved.