Package org.apache.cxf.sts.token.renewer
Class TokenRenewerParameters
java.lang.Object
org.apache.cxf.sts.token.renewer.TokenRenewerParameters
This class encapsulates the parameters that will be passed to a TokenRenewer instance to
renew a token. It consists of both parameters that have been extracted from the request,
as well as configuration specific to the Operation itself (STSPropertiesMBean etc.)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetRealm()getToken()voidsetAdditionalProperties(Map<String, Object> additionalProperties) voidsetAppliesToAddress(String appliesToAddress) voidsetEncryptionProperties(EncryptionProperties encryptionProperties) voidsetKeyRequirements(KeyRequirements keyRequirements) voidsetMessageContext(Map<String, Object> messageContext) voidsetPrincipal(Principal principal) voidvoidsetStsProperties(STSPropertiesMBean stsProperties) voidsetToken(ReceivedToken token) voidsetTokenRequirements(TokenRequirements tokenRequirements) voidsetTokenStore(TokenStore tokenStore)
-
Constructor Details
-
TokenRenewerParameters
public TokenRenewerParameters()
-
-
Method Details
-
getToken
-
setToken
-
getTokenStore
-
setTokenStore
-
getAppliesToAddress
-
setAppliesToAddress
-
getTokenRequirements
-
setTokenRequirements
-
getKeyRequirements
-
setKeyRequirements
-
getStsProperties
-
setStsProperties
-
getEncryptionProperties
-
setEncryptionProperties
-
setPrincipal
-
getPrincipal
-
setAdditionalProperties
-
getAdditionalProperties
-
setRealm
-
getRealm
-
getMessageContext
-
setMessageContext
-