Apache CXF API

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

Packages that use Renewing
org.apache.cxf.sts.cache   
org.apache.cxf.sts.request   
 

Uses of Renewing in org.apache.cxf.sts.cache
 

Methods in org.apache.cxf.sts.cache with parameters of type Renewing
static SecurityToken CacheUtils.createSecurityTokenForStorage(Element token, String tokenIdentifier, Date expiry, Principal principal, String realm, Renewing renewing)
           
 

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

Methods in org.apache.cxf.sts.request that return Renewing
 Renewing TokenRequirements.getRenewing()
           
 

Methods in org.apache.cxf.sts.request with parameters of type Renewing
 void TokenRequirements.setRenewing(Renewing renewing)
           
 


Apache CXF API

Apache CXF