Class TokenDelegationParameters
java.lang.Object
org.apache.cxf.sts.token.delegation.TokenDelegationParameters
This class encapsulates the parameters that will be passed to a TokenDelegationHandler instance to.
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 TypeMethodDescriptiongetToken()voidsetAppliesToAddress(String appliesToAddress) voidsetKeyRequirements(KeyRequirements keyRequirements) voidsetMessageContext(Map<String, Object> messageContext) voidsetPrincipal(Principal principal) voidsetStsProperties(STSPropertiesMBean stsProperties) voidsetToken(ReceivedToken token) voidsetTokenPrincipal(Principal tokenPrincipal) voidsetTokenRequirements(TokenRequirements tokenRequirements) voidsetTokenRoles(Set<Principal> tokenRoles) voidsetTokenStore(TokenStore tokenStore)
-
Constructor Details
-
TokenDelegationParameters
public TokenDelegationParameters()
-
-
Method Details
-
getToken
-
setToken
-
getTokenStore
-
setTokenStore
-
getTokenRequirements
-
setTokenRequirements
-
getKeyRequirements
-
setKeyRequirements
-
getStsProperties
-
setStsProperties
-
setPrincipal
-
getPrincipal
-
getAppliesToAddress
-
setAppliesToAddress
-
getTokenPrincipal
-
setTokenPrincipal
-
getTokenRoles
-
setTokenRoles
-
getMessageContext
-
setMessageContext
-