Uses of Interface
org.opensaml.xacml.ctx.StatusType
Packages that use StatusType
Package
Description
XMLObject interfaces for XACML context schema.
XMLObject implementations for XACML context schema.
-
Uses of StatusType in org.opensaml.xacml.ctx
Methods in org.opensaml.xacml.ctx that return StatusTypeMethods in org.opensaml.xacml.ctx with parameters of type StatusTypeModifier and TypeMethodDescriptionvoid
ResultType.setStatus
(StatusType status) Sets the result status. -
Uses of StatusType in org.opensaml.xacml.ctx.impl
Classes in org.opensaml.xacml.ctx.impl that implement StatusTypeFields in org.opensaml.xacml.ctx.impl declared as StatusTypeModifier and TypeFieldDescriptionprivate StatusType
ResultTypeImpl.status
List of the status of this result.Methods in org.opensaml.xacml.ctx.impl that return StatusTypeModifier and TypeMethodDescriptionStatusTypeImplBuilder.buildObject()
Builds a XACMLObject using the default name and namespace information provided XACML specifications.StatusTypeImplBuilder.buildObject
(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name.ResultTypeImpl.getStatus()
Returns the status in the result.Methods in org.opensaml.xacml.ctx.impl with parameters of type StatusTypeModifier and TypeMethodDescriptionvoid
ResultTypeImpl.setStatus
(StatusType statusIn) Sets the result status.