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.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 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.wssecurity.impl
Classes in org.opensaml.soap.wssecurity.impl that implement Expires Modifier and Type Class Description classExpiresImplExpiresImpl.Fields in org.opensaml.soap.wssecurity.impl declared as Expires Modifier and Type Field Description private ExpiresTimestampImpl. expireswsu:Timestamp/wsu:Expires element.Methods in org.opensaml.soap.wssecurity.impl that return Expires Modifier and Type Method Description ExpiresExpiresBuilder. buildObject()ExpiresExpiresBuilder. buildObject(String namespaceURI, String localName, String namespacePrefix)ExpiresTimestampImpl. getExpires()Returns the <wsu:Expires> child element.Methods in org.opensaml.soap.wssecurity.impl with parameters of type Expires Modifier and Type Method Description voidTimestampImpl. 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 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. -
Uses of Expires in org.opensaml.soap.wstrust.impl
Fields in org.opensaml.soap.wstrust.impl declared as Expires Modifier and Type Field Description private ExpiresLifetimeImpl. expiresThe wsu:Expires child element.Methods in org.opensaml.soap.wstrust.impl that return Expires Modifier and Type Method Description ExpiresLifetimeImpl. getExpires()Returns the wsu:Expires child element.Methods in org.opensaml.soap.wstrust.impl with parameters of type Expires Modifier and Type Method Description voidLifetimeImpl. setExpires(Expires newExpires)Sets the wsu:Expires child element.
-