Uses of Interface
org.opensaml.ws.wssecurity.Expires

Packages that use Expires
org.opensaml.ws.wssecurity XMLObject interfaces for WS-Security 2004 elements. 
org.opensaml.ws.wssecurity.impl   
 

Uses of Expires in org.opensaml.ws.wssecurity
 

Methods in org.opensaml.ws.wssecurity that return Expires
 Expires Timestamp.getExpires()
          Returns the <wsu:Expires> child element.
 

Methods in org.opensaml.ws.wssecurity with parameters of type Expires
 void Timestamp.setExpires(Expires expires)
          Sets the <wsu:Expires> child element.
 

Uses of Expires in org.opensaml.ws.wssecurity.impl
 

Classes in org.opensaml.ws.wssecurity.impl that implement Expires
 class ExpiresImpl
          ExpiresImpl.
 

Methods in org.opensaml.ws.wssecurity.impl that return Expires
 Expires ExpiresBuilder.buildObject()
           
 Expires ExpiresBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix)
           
 Expires TimestampImpl.getExpires()
          Returns the <wsu:Expires> child element.
 

Methods in org.opensaml.ws.wssecurity.impl with parameters of type Expires
 void TimestampImpl.setExpires(Expires newExpires)
          Sets the <wsu:Expires> child element.
 



Copyright © 2006-2010 Internet2. All Rights Reserved.