Uses of Interface
org.opensaml.xacml.ctx.StatusMessageType
Packages that use StatusMessageType
Package
Description
XMLObject interfaces for XACML context schema.
XMLObject implementations for XACML context schema.
-
Uses of StatusMessageType in org.opensaml.xacml.ctx
Methods in org.opensaml.xacml.ctx that return StatusMessageTypeModifier and TypeMethodDescriptionStatusType.getStatusMessage()Gets the status message of status.Methods in org.opensaml.xacml.ctx with parameters of type StatusMessageTypeModifier and TypeMethodDescriptionvoidStatusType.setStatusMessage(StatusMessageType newStatusMessage) Sets the status message for the Status. -
Uses of StatusMessageType in org.opensaml.xacml.ctx.impl
Classes in org.opensaml.xacml.ctx.impl that implement StatusMessageTypeFields in org.opensaml.xacml.ctx.impl declared as StatusMessageTypeModifier and TypeFieldDescriptionprivate StatusMessageTypeStatusTypeImpl.statusMessageThe status message.Methods in org.opensaml.xacml.ctx.impl that return StatusMessageTypeModifier and TypeMethodDescriptionStatusMessageTypeImplBuilder.buildObject()Builds a XACMLObject using the default name and namespace information provided XACML specifications.StatusMessageTypeImplBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name.StatusTypeImpl.getStatusMessage()Gets the status message of status.Methods in org.opensaml.xacml.ctx.impl with parameters of type StatusMessageTypeModifier and TypeMethodDescriptionvoidStatusTypeImpl.setStatusMessage(StatusMessageType newStatusMessage) Sets the status message for the Status.