Uses of Interface
org.opensaml.xacml.ctx.StatusMessageType

Packages that use StatusMessageType
org.opensaml.xacml.ctx   
org.opensaml.xacml.ctx.impl   
 

Uses of StatusMessageType in org.opensaml.xacml.ctx
 

Methods in org.opensaml.xacml.ctx that return StatusMessageType
 StatusMessageType StatusType.getStatusMessage()
          Gets the status message of status.
 

Methods in org.opensaml.xacml.ctx with parameters of type StatusMessageType
 void StatusType.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 StatusMessageType
 class StatusMessageTypeImpl
          Implementation of StatusMessageType.
 

Fields in org.opensaml.xacml.ctx.impl declared as StatusMessageType
private  StatusMessageType StatusTypeImpl.statusMessage
          The status message.
 

Methods in org.opensaml.xacml.ctx.impl that return StatusMessageType
 StatusMessageType StatusMessageTypeImplBuilder.buildObject()
          Builds a XACMLObject using the default name and namespace information provided XACML specifications.
 StatusMessageType StatusMessageTypeImplBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix)
          
 StatusMessageType StatusTypeImpl.getStatusMessage()
          Gets the status message of status.
 

Methods in org.opensaml.xacml.ctx.impl with parameters of type StatusMessageType
 void StatusTypeImpl.setStatusMessage(StatusMessageType newStatusMessage)
          Sets the status message for the Status.
 



Copyright © 1999-2013. All Rights Reserved.