Uses of Interface
org.opensaml.soap.wssecurity.Created
-
Packages that use Created 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 Created in org.opensaml.soap.wssecurity
Methods in org.opensaml.soap.wssecurity that return Created Modifier and Type Method Description CreatedTimestamp. getCreated()Returns the <wsu:Created< child element.Methods in org.opensaml.soap.wssecurity with parameters of type Created Modifier and Type Method Description voidTimestamp. setCreated(Created created)Sets the <wsu:Created> child element. -
Uses of Created in org.opensaml.soap.wstrust
Methods in org.opensaml.soap.wstrust that return Created Modifier and Type Method Description CreatedLifetime. getCreated()Returns the wsu:Created child element.Methods in org.opensaml.soap.wstrust with parameters of type Created Modifier and Type Method Description voidLifetime. setCreated(Created created)Sets the wsu:Created child element.
-