Uses of Interface
org.opensaml.soap.wssecurity.Expires
Packages that use Expires
Package
Description
XMLObject interfaces for WS-Security 1.1 elements.
XMLObject interfaces for WS-Trust 1.3 elements.
-
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.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.