Uses of Interface
com.sun.identity.xacml.context.StatusMessage
Packages that use StatusMessage
Package
Description
Defines XACML2 context classes
Defines XACML Context implementations.
-
Uses of StatusMessage in com.sun.identity.xacml.context
Methods in com.sun.identity.xacml.context that return StatusMessageModifier and TypeMethodDescriptionContextFactory.createStatusMessage()
Returns a new instance ofStatusMessage
.ContextFactory.createStatusMessage
(String xml) Returns a new instance ofStatusMessage
The return object is immutable.ContextFactory.createStatusMessage
(Element elem) Returns a new instance ofStatusMessage
.Status.getStatusMessage()
Returns theStatusMessage
of this objectMethods in com.sun.identity.xacml.context with parameters of type StatusMessageModifier and TypeMethodDescriptionvoid
Status.setStatusMessage
(StatusMessage statusMessage) Sets theStatusMessage
of this object -
Uses of StatusMessage in com.sun.identity.xacml.context.impl
Classes in com.sun.identity.xacml.context.impl that implement StatusMessageModifier and TypeClassDescriptionclass
TheStatusMessage
element is a container of one or moreStatusMessage
s issuded by authorization authority.Methods in com.sun.identity.xacml.context.impl that return StatusMessageModifier and TypeMethodDescriptionStatusImpl.getStatusMessage()
Returns theStatusMessage
of this objectMethods in com.sun.identity.xacml.context.impl with parameters of type StatusMessageModifier and TypeMethodDescriptionvoid
StatusImpl.setStatusMessage
(StatusMessage statusMessage) Sets theStatusMessage
of this object