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

Packages that use Created
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 Created in org.opensaml.ws.wssecurity
 

Methods in org.opensaml.ws.wssecurity that return Created
 Created Timestamp.getCreated()
          Returns the <wsu:Created< child element.
 

Methods in org.opensaml.ws.wssecurity with parameters of type Created
 void Timestamp.setCreated(Created created)
          Sets the <wsu:Created> child element.
 

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

Classes in org.opensaml.ws.wssecurity.impl that implement Created
 class CreatedImpl
          CreatedImpl.
 

Methods in org.opensaml.ws.wssecurity.impl that return Created
 Created CreatedBuilder.buildObject()
           
 Created CreatedBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix)
           
 Created TimestampImpl.getCreated()
          Returns the <wsu:Created< child element.
 

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

Uses of Created in org.opensaml.ws.wstrust
 

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

Methods in org.opensaml.ws.wstrust with parameters of type Created
 void Lifetime.setCreated(Created created)
          Sets the wsu:Created child element.
 

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

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

Methods in org.opensaml.ws.wstrust.impl with parameters of type Created
 void LifetimeImpl.setCreated(Created newCreated)
          Sets the wsu:Created child element.
 



Copyright © 2006-2013 Internet2. All Rights Reserved.