Uses of Interface
org.opensaml.soap.wssecurity.Expires
-
Packages that use Expires Package Description org.opensaml.soap.wssecurity XMLObject interfaces for WS-Security 1.1 elements.org.opensaml.soap.wstrust XMLObject interfaces for WS-Trust 1.3 elements. -
-
Uses of Expires in org.opensaml.soap.wssecurity
Methods in org.opensaml.soap.wssecurity that return Expires Modifier and Type Method Description ExpiresTimestamp. getExpires()Returns the <wsu:Expires> child element.Methods in org.opensaml.soap.wssecurity with parameters of type Expires Modifier and Type Method Description voidTimestamp. 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 Expires Modifier and Type Method Description ExpiresLifetime. getExpires()Returns the wsu:Expires child element.Methods in org.opensaml.soap.wstrust with parameters of type Expires Modifier and Type Method Description voidLifetime. setExpires(Expires expires)Sets the wsu:Expires child element.
-