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 ofStatusMessageThe return object is immutable.ContextFactory.createStatusMessage(Element elem) Returns a new instance ofStatusMessage.Status.getStatusMessage()Returns theStatusMessageof this objectMethods in com.sun.identity.xacml.context with parameters of type StatusMessageModifier and TypeMethodDescriptionvoidStatus.setStatusMessage(StatusMessage statusMessage) Sets theStatusMessageof this object -
Uses of StatusMessage in com.sun.identity.xacml.context.impl
Classes in com.sun.identity.xacml.context.impl that implement StatusMessageModifier and TypeClassDescriptionclassTheStatusMessageelement is a container of one or moreStatusMessages issuded by authorization authority.Methods in com.sun.identity.xacml.context.impl that return StatusMessageModifier and TypeMethodDescriptionStatusImpl.getStatusMessage()Returns theStatusMessageof this objectMethods in com.sun.identity.xacml.context.impl with parameters of type StatusMessageModifier and TypeMethodDescriptionvoidStatusImpl.setStatusMessage(StatusMessage statusMessage) Sets theStatusMessageof this object