Uses of Interface
org.opensaml.ws.wstrust.Reason

Packages that use Reason
org.opensaml.ws.wstrust XMLObject interfaces for WS-Trust 1.3 elements. 
org.opensaml.ws.wstrust.impl   
 

Uses of Reason in org.opensaml.ws.wstrust
 

Methods in org.opensaml.ws.wstrust that return Reason
 Reason Status.getReason()
          Returns the wst:Reason child element.
 

Methods in org.opensaml.ws.wstrust with parameters of type Reason
 void Status.setReason(Reason reason)
          Sets the wst:Reason child element.
 

Uses of Reason in org.opensaml.ws.wstrust.impl
 

Classes in org.opensaml.ws.wstrust.impl that implement Reason
 class ReasonImpl
          ReasonImpl.
 

Fields in org.opensaml.ws.wstrust.impl declared as Reason
private  Reason StatusImpl.reason
          The Reason child element.
 

Methods in org.opensaml.ws.wstrust.impl that return Reason
 Reason ReasonBuilder.buildObject()
          Builds a WS-Trust object of the given type.
 Reason ReasonBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix)
          
 Reason StatusImpl.getReason()
          Returns the wst:Reason child element.
 

Methods in org.opensaml.ws.wstrust.impl with parameters of type Reason
 void StatusImpl.setReason(Reason newReason)
          Sets the wst:Reason child element.
 



Copyright © 1999-2013. All Rights Reserved.