Apache CXF API

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

Packages that use LifetimeType
org.apache.cxf.ws.security.sts.provider.model   
 

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
 javax.xml.bind.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
 javax.xml.bind.JAXBElement<LifetimeType> ObjectFactory.createLifetime(LifetimeType value)
          Create an instance of JAXBElement<LifetimeType>}
 


Apache CXF API

Apache CXF