Apache CXF API

Uses of Interface
org.apache.cxf.sts.token.renewer.TokenRenewer

Packages that use TokenRenewer
org.apache.cxf.sts.operation   
org.apache.cxf.sts.token.renewer   
 

Uses of TokenRenewer in org.apache.cxf.sts.operation
 

Methods in org.apache.cxf.sts.operation that return types with arguments of type TokenRenewer
 List<TokenRenewer> TokenRenewOperation.getTokenRenewers()
           
 

Method parameters in org.apache.cxf.sts.operation with type arguments of type TokenRenewer
 void TokenRenewOperation.setTokenRenewers(List<TokenRenewer> tokenRenewerList)
           
 

Uses of TokenRenewer in org.apache.cxf.sts.token.renewer
 

Classes in org.apache.cxf.sts.token.renewer that implement TokenRenewer
 class SAMLTokenRenewer
          A TokenRenewer implementation that renews a (valid or expired) SAML Token.
 


Apache CXF API

Apache CXF