Uses of Class
org.apache.cxf.ws.security.sts.provider.model.LifetimeType
-
Packages that use LifetimeType Package Description org.apache.cxf.sts.operation org.apache.cxf.ws.security.sts.provider.model -
-
Uses of LifetimeType in org.apache.cxf.sts.operation
Methods in org.apache.cxf.sts.operation that return LifetimeType Modifier and Type Method Description protected static LifetimeTypeAbstractOperation. createLifetime(Instant tokenCreated, Instant tokenExpires)Create a LifetimeType object given a created + expires Dates -
Uses of LifetimeType in org.apache.cxf.ws.security.sts.provider.model
Methods in org.apache.cxf.ws.security.sts.provider.model that return LifetimeType Modifier and Type Method Description LifetimeTypeObjectFactory. createLifetimeType()Create an instance ofLifetimeTypeMethods in org.apache.cxf.ws.security.sts.provider.model that return types with arguments of type LifetimeType Modifier and Type Method Description javax.xml.bind.JAXBElement<LifetimeType>ObjectFactory. createLifetime(LifetimeType value)Methods in org.apache.cxf.ws.security.sts.provider.model with parameters of type LifetimeType Modifier and Type Method Description javax.xml.bind.JAXBElement<LifetimeType>ObjectFactory. createLifetime(LifetimeType value)
-