Uses of Interface
org.opensaml.xacml.ctx.ResultType
Packages that use ResultType
Package
Description
XMLObject interfaces for XACML context schema.
XMLObject implementations for XACML context schema.
Implementations of XACML functionality.
-
Uses of ResultType in org.opensaml.xacml.ctx
Methods in org.opensaml.xacml.ctx that return types with arguments of type ResultTypeModifier and TypeMethodDescriptionResponseType.getResults()
Returns the list of results for the response. -
Uses of ResultType in org.opensaml.xacml.ctx.impl
Classes in org.opensaml.xacml.ctx.impl that implement ResultTypeFields in org.opensaml.xacml.ctx.impl with type parameters of type ResultTypeModifier and TypeFieldDescriptionprivate final XMLObjectChildrenList<ResultType>
ResponseTypeImpl.results
The results of the response.Methods in org.opensaml.xacml.ctx.impl that return ResultTypeModifier and TypeMethodDescriptionResultTypeImplBuilder.buildObject()
Builds a XACMLObject using the default name and namespace information provided XACML specifications.ResultTypeImplBuilder.buildObject
(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name.Methods in org.opensaml.xacml.ctx.impl that return types with arguments of type ResultTypeModifier and TypeMethodDescriptionResponseTypeImpl.getResults()
Returns the list of results for the response. -
Uses of ResultType in org.opensaml.xacml.ctx.provider.impl
Fields in org.opensaml.xacml.ctx.provider.impl declared as ResultTypeModifier and TypeFieldDescriptionprivate ResultType
ObligationProcessingContext.result
Result of a XACML authorization request.Methods in org.opensaml.xacml.ctx.provider.impl that return ResultTypeModifier and TypeMethodDescriptionObligationProcessingContext.getAuthorizationDecisionResult()
Gets the result of a XACML authorization request.Constructors in org.opensaml.xacml.ctx.provider.impl with parameters of type ResultType