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.
 

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

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
 

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

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