Apache CXF API

Uses of Class
org.apache.cxf.ws.security.sts.provider.model.LifetimeType

Packages that use LifetimeType
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
protected static LifetimeType AbstractOperation.createLifetime(Date tokenCreated, Date 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
 LifetimeType ObjectFactory.createLifetimeType()
          Create an instance of LifetimeType
 

Methods in org.apache.cxf.ws.security.sts.provider.model that return types with arguments of type LifetimeType
 JAXBElement<LifetimeType> ObjectFactory.createLifetime(LifetimeType value)
          Create an instance of JAXBElement<LifetimeType>}
 

Methods in org.apache.cxf.ws.security.sts.provider.model with parameters of type LifetimeType
 JAXBElement<LifetimeType> ObjectFactory.createLifetime(LifetimeType value)
          Create an instance of JAXBElement<LifetimeType>}
 


Apache CXF API

Apache CXF