Uses of Interface
org.apache.cxf.sts.token.renewer.TokenRenewer
-
Packages that use TokenRenewer Package Description 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 Modifier and Type Method Description List<TokenRenewer>TokenRenewOperation. getTokenRenewers()Method parameters in org.apache.cxf.sts.operation with type arguments of type TokenRenewer Modifier and Type Method Description voidTokenRenewOperation. 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 Modifier and Type Class Description classSAMLTokenRenewerA TokenRenewer implementation that renews a (valid or expired) SAML Token.
-