Uses of Class
org.apache.cxf.sts.token.renewer.TokenRenewerResponse
-
Packages that use TokenRenewerResponse Package Description org.apache.cxf.sts.operation org.apache.cxf.sts.token.renewer -
-
Uses of TokenRenewerResponse in org.apache.cxf.sts.operation
Methods in org.apache.cxf.sts.operation with parameters of type TokenRenewerResponse Modifier and Type Method Description protected RequestSecurityTokenResponseTypeTokenRenewOperation. createResponse(EncryptionProperties encryptionProperties, TokenRenewerResponse tokenRenewerResponse, TokenRequirements tokenRequirements, KeyRequirements keyRequirements) -
Uses of TokenRenewerResponse in org.apache.cxf.sts.token.renewer
Methods in org.apache.cxf.sts.token.renewer that return TokenRenewerResponse Modifier and Type Method Description TokenRenewerResponseSAMLTokenRenewer. renewToken(TokenRenewerParameters tokenParameters)Renew a token given a TokenRenewerParametersTokenRenewerResponseTokenRenewer. renewToken(TokenRenewerParameters tokenParameters)Renew a token given a TokenRenewerParameters
-