Uses of Interface
org.opensaml.soap.wssecurity.Expires
Packages that use Expires
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 Expires in org.opensaml.soap.wssecurity
Methods in org.opensaml.soap.wssecurity that return ExpiresModifier and TypeMethodDescriptionTimestamp.getExpires()Returns the <wsu:Expires> child element.Methods in org.opensaml.soap.wssecurity with parameters of type ExpiresModifier and TypeMethodDescriptionvoidTimestamp.setExpires(Expires expires) Sets the <wsu:Expires> child element. -
Uses of Expires in org.opensaml.soap.wssecurity.impl
Classes in org.opensaml.soap.wssecurity.impl that implement ExpiresFields in org.opensaml.soap.wssecurity.impl declared as ExpiresModifier and TypeFieldDescriptionprivate ExpiresTimestampImpl.expireswsu:Timestamp/wsu:Expires element.Methods in org.opensaml.soap.wssecurity.impl that return ExpiresModifier and TypeMethodDescriptionExpiresBuilder.buildObject()Builds a WS-Security object of the given type.ExpiresBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name.TimestampImpl.getExpires()Returns the <wsu:Expires> child element.Methods in org.opensaml.soap.wssecurity.impl with parameters of type ExpiresModifier and TypeMethodDescriptionvoidTimestampImpl.setExpires(Expires newExpires) Sets the <wsu:Expires> child element. -
Uses of Expires in org.opensaml.soap.wstrust
Methods in org.opensaml.soap.wstrust that return ExpiresMethods in org.opensaml.soap.wstrust with parameters of type ExpiresModifier and TypeMethodDescriptionvoidLifetime.setExpires(Expires expires) Sets the wsu:Expires child element. -
Uses of Expires in org.opensaml.soap.wstrust.impl
Fields in org.opensaml.soap.wstrust.impl declared as ExpiresModifier and TypeFieldDescriptionprivate ExpiresLifetimeImpl.expiresThe wsu:Expires child element.Methods in org.opensaml.soap.wstrust.impl that return ExpiresModifier and TypeMethodDescriptionLifetimeImpl.getExpires()Returns the wsu:Expires child element.Methods in org.opensaml.soap.wstrust.impl with parameters of type ExpiresModifier and TypeMethodDescriptionvoidLifetimeImpl.setExpires(Expires newExpires) Sets the wsu:Expires child element.