Uses of Interface
com.sun.identity.xacml.context.StatusMessage
Package
Description
Defines XACML2 context classes
Defines XACML Context implementations.
-
Uses of StatusMessage in com.sun.identity.xacml.context
Modifier 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 objectModifier and TypeMethodDescriptionvoid
Status.setStatusMessage
(StatusMessage statusMessage) Sets theStatusMessage
of this object -
Uses of StatusMessage in com.sun.identity.xacml.context.impl
Modifier and TypeClassDescriptionclass
TheStatusMessage
element is a container of one or moreStatusMessage
s issuded by authorization authority.Modifier and TypeMethodDescriptionStatusImpl.getStatusMessage()
Returns theStatusMessage
of this objectModifier and TypeMethodDescriptionvoid
StatusImpl.setStatusMessage
(StatusMessage statusMessage) Sets theStatusMessage
of this object