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.
 

Fields in org.opensaml.ws.wssecurity.impl declared as Expires
private  Expires TimestampImpl.expires
          wsu:Timestamp/wsu:Expires element.
 

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
 

Fields in org.opensaml.ws.wstrust.impl declared as Expires
private  Expires LifetimeImpl.expires
          The wsu:Expires child element.
 

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 © 1999-2013. All Rights Reserved.