Uses of Class
org.apache.cxf.sts.request.Lifetime

Packages that use Lifetime
org.apache.cxf.sts.request   
org.apache.cxf.sts.token.provider   
 

Uses of Lifetime in org.apache.cxf.sts.request
 

Methods in org.apache.cxf.sts.request that return Lifetime
 Lifetime TokenRequirements.getLifetime()
           
 

Methods in org.apache.cxf.sts.request with parameters of type Lifetime
 void TokenRequirements.setLifetime(Lifetime lifetime)
           
 

Uses of Lifetime in org.apache.cxf.sts.token.provider
 

Methods in org.apache.cxf.sts.token.provider with parameters of type Lifetime
 org.apache.ws.security.saml.ext.bean.ConditionsBean DefaultConditionsProvider.getConditions(String appliesToAddress, Lifetime tokenLifetime)
          Get a ConditionsBean object.
 org.apache.ws.security.saml.ext.bean.ConditionsBean ConditionsProvider.getConditions(String appliesToAddress, Lifetime tokenLifetime)
          Get a ConditionsBean object.
 



Apache CXF