Uses of Class
org.apache.cxf.sts.request.Renewing
-
Packages that use Renewing Package Description 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 Modifier and Type Method Description static SecurityTokenCacheUtils. createSecurityTokenForStorage(Element token, String tokenIdentifier, Instant 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 Modifier and Type Method Description RenewingTokenRequirements. getRenewing()Methods in org.apache.cxf.sts.request with parameters of type Renewing Modifier and Type Method Description voidTokenRequirements. setRenewing(Renewing renewing)
-