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   
org.opensaml.ws.wstrust XMLObject interfaces for WS-Trust 1.3 elements. 
org.opensaml.ws.wstrust.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.
 

Uses of Expires in org.opensaml.ws.wstrust
 

Methods in org.opensaml.ws.wstrust that return Expires
 Expires Lifetime.getExpires()
          Returns the wsu:Expires child element.
 

Methods in org.opensaml.ws.wstrust with parameters of type Expires
 void Lifetime.setExpires(Expires expires)
          Sets the wsu:Expires child element.
 

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

Methods in org.opensaml.ws.wstrust.impl that return Expires
 Expires LifetimeImpl.getExpires()
          Returns the wsu:Expires child element.
 

Methods in org.opensaml.ws.wstrust.impl with parameters of type Expires
 void LifetimeImpl.setExpires(Expires newExpires)
          Sets the wsu:Expires child element.
 



Copyright © 2006-2013 Internet2. All Rights Reserved.