Class TokenValidatorParameters
java.lang.Object
org.apache.cxf.sts.token.validator.TokenValidatorParameters
This class encapsulates the parameters that will be passed to a TokenValidator instance to
validate 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()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
-
TokenValidatorParameters
public TokenValidatorParameters()
-
-
Method Details
-
getToken
-
setToken
-
getTokenStore
-
setTokenStore
-
getTokenRequirements
-
setTokenRequirements
-
getKeyRequirements
-
setKeyRequirements
-
getStsProperties
-
setStsProperties
-
setPrincipal
-
getPrincipal
-
setRealm
-
getRealm
-
getMessageContext
-
setMessageContext
-