Uses of Interface
org.opensaml.xacml.ctx.StatusDetailType
Packages that use StatusDetailType
Package
Description
XMLObject interfaces for XACML context schema.
XMLObject implementations for XACML context schema.
-
Uses of StatusDetailType in org.opensaml.xacml.ctx
Methods in org.opensaml.xacml.ctx that return StatusDetailTypeMethods in org.opensaml.xacml.ctx with parameters of type StatusDetailTypeModifier and TypeMethodDescriptionvoidStatusType.setStatusDetail(StatusDetailType statusDetail) Sets the status detail for the Status. -
Uses of StatusDetailType in org.opensaml.xacml.ctx.impl
Classes in org.opensaml.xacml.ctx.impl that implement StatusDetailTypeFields in org.opensaml.xacml.ctx.impl declared as StatusDetailTypeModifier and TypeFieldDescriptionprivate StatusDetailTypeStatusTypeImpl.statusDetailStatus detail element.Methods in org.opensaml.xacml.ctx.impl that return StatusDetailTypeModifier and TypeMethodDescriptionStatusDetailTypeImplBuilder.buildObject()Builds a XACMLObject using the default name and namespace information provided XACML specifications.StatusDetailTypeImplBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name.StatusTypeImpl.getStatusDetail()Gets the status detail of status.Methods in org.opensaml.xacml.ctx.impl with parameters of type StatusDetailTypeModifier and TypeMethodDescriptionvoidStatusTypeImpl.setStatusDetail(StatusDetailType newStatusDetail) Sets the status detail for the Status.