org.apache.cxf.sts.token.renewer
Class TokenRenewerParameters
java.lang.Object
org.apache.cxf.sts.token.renewer.TokenRenewerParameters
public class TokenRenewerParameters
- extends Object
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.)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TokenRenewerParameters
public TokenRenewerParameters()
getToken
public ReceivedToken getToken()
setToken
public void setToken(ReceivedToken token)
getTokenStore
public TokenStore getTokenStore()
setTokenStore
public void setTokenStore(TokenStore tokenStore)
getAppliesToAddress
public String getAppliesToAddress()
setAppliesToAddress
public void setAppliesToAddress(String appliesToAddress)
getTokenRequirements
public TokenRequirements getTokenRequirements()
setTokenRequirements
public void setTokenRequirements(TokenRequirements tokenRequirements)
getKeyRequirements
public KeyRequirements getKeyRequirements()
setKeyRequirements
public void setKeyRequirements(KeyRequirements keyRequirements)
getStsProperties
public STSPropertiesMBean getStsProperties()
setStsProperties
public void setStsProperties(STSPropertiesMBean stsProperties)
getEncryptionProperties
public EncryptionProperties getEncryptionProperties()
setEncryptionProperties
public void setEncryptionProperties(EncryptionProperties encryptionProperties)
getWebServiceContext
public WebServiceContext getWebServiceContext()
setWebServiceContext
public void setWebServiceContext(WebServiceContext webServiceContext)
setPrincipal
public void setPrincipal(Principal principal)
getPrincipal
public Principal getPrincipal()
setAdditionalProperties
public void setAdditionalProperties(Map<String,Object> additionalProperties)
getAdditionalProperties
public Map<String,Object> getAdditionalProperties()
setRealm
public void setRealm(String realm)
getRealm
public String getRealm()
Apache CXF