Uses of Interface
org.opensaml.soap.wssecurity.Created
Packages that use Created
Package
Description
XMLObject interfaces for WS-Security 1.1 elements.
XML Object provider implementations for WS-Security.
XMLObject interfaces for WS-Trust 1.3 elements.
XML Object provider implementations for WS-Trust.
-
Uses of Created in org.opensaml.soap.wssecurity
Methods in org.opensaml.soap.wssecurity that return CreatedModifier and TypeMethodDescriptionTimestamp.getCreated()Returns the <wsu:Created< child element.Methods in org.opensaml.soap.wssecurity with parameters of type CreatedModifier and TypeMethodDescriptionvoidTimestamp.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 CreatedFields in org.opensaml.soap.wssecurity.impl declared as CreatedModifier and TypeFieldDescriptionprivate CreatedTimestampImpl.createdwsu:Timestamp/wsu:Created element.Methods in org.opensaml.soap.wssecurity.impl that return CreatedModifier and TypeMethodDescriptionCreatedBuilder.buildObject()CreatedBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name.TimestampImpl.getCreated()Returns the <wsu:Created< child element.Methods in org.opensaml.soap.wssecurity.impl with parameters of type CreatedModifier and TypeMethodDescriptionvoidTimestampImpl.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 CreatedMethods in org.opensaml.soap.wstrust with parameters of type CreatedModifier and TypeMethodDescriptionvoidLifetime.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 CreatedModifier and TypeFieldDescriptionprivate CreatedLifetimeImpl.createdThe wsu:Created child element.Methods in org.opensaml.soap.wstrust.impl that return CreatedModifier and TypeMethodDescriptionLifetimeImpl.getCreated()Returns the wsu:Created child element.Methods in org.opensaml.soap.wstrust.impl with parameters of type CreatedModifier and TypeMethodDescriptionvoidLifetimeImpl.setCreated(Created newCreated) Sets the wsu:Created child element.