Uses of Interface
org.opensaml.soap.wssecurity.Created
-
Packages that use Created Package Description org.opensaml.soap.wssecurity XMLObject interfaces for WS-Security 1.1 elements.org.opensaml.soap.wssecurity.impl XML Object provider implementations for WS-Security.org.opensaml.soap.wstrust XMLObject interfaces for WS-Trust 1.3 elements.org.opensaml.soap.wstrust.impl XML Object provider implementations for WS-Trust. -
-
Uses of Created in org.opensaml.soap.wssecurity
Methods in org.opensaml.soap.wssecurity that return Created Modifier and Type Method Description CreatedTimestamp. getCreated()Returns the <wsu:Created< child element.Methods in org.opensaml.soap.wssecurity with parameters of type Created Modifier and Type Method Description voidTimestamp. setCreated(Created created)Sets the <wsu:Created> child element. -
Uses of Created in org.opensaml.soap.wssecurity.impl
Classes in org.opensaml.soap.wssecurity.impl that implement Created Modifier and Type Class Description classCreatedImplCreatedImpl.Fields in org.opensaml.soap.wssecurity.impl declared as Created Modifier and Type Field Description private CreatedTimestampImpl. createdwsu:Timestamp/wsu:Created element.Methods in org.opensaml.soap.wssecurity.impl that return Created Modifier and Type Method Description CreatedCreatedBuilder. buildObject()CreatedCreatedBuilder. buildObject(String namespaceURI, String localName, String namespacePrefix)CreatedTimestampImpl. getCreated()Returns the <wsu:Created< child element.Methods in org.opensaml.soap.wssecurity.impl with parameters of type Created Modifier and Type Method Description voidTimestampImpl. setCreated(Created newCreated)Sets the <wsu:Created> child element. -
Uses of Created in org.opensaml.soap.wstrust
Methods in org.opensaml.soap.wstrust that return Created Modifier and Type Method Description CreatedLifetime. getCreated()Returns the wsu:Created child element.Methods in org.opensaml.soap.wstrust with parameters of type Created Modifier and Type Method Description voidLifetime. setCreated(Created created)Sets the wsu:Created child element. -
Uses of Created in org.opensaml.soap.wstrust.impl
Fields in org.opensaml.soap.wstrust.impl declared as Created Modifier and Type Field Description private CreatedLifetimeImpl. createdThe wsu:Created child element.Methods in org.opensaml.soap.wstrust.impl that return Created Modifier and Type Method Description CreatedLifetimeImpl. getCreated()Returns the wsu:Created child element.Methods in org.opensaml.soap.wstrust.impl with parameters of type Created Modifier and Type Method Description voidLifetimeImpl. setCreated(Created newCreated)Sets the wsu:Created child element.
-