Package org.apache.cxf.ws.security.wss4j
Class CXFRequestData
- java.lang.Object
-
- org.apache.wss4j.dom.handler.RequestData
-
- org.apache.cxf.ws.security.wss4j.CXFRequestData
-
public class CXFRequestData extends RequestData
-
-
Constructor Summary
Constructors Constructor Description CXFRequestData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ValidatorgetValidator(QName qName)Get the Validator instance corresponding to the QName-
Methods inherited from class org.apache.wss4j.dom.handler.RequestData
getActor, getAlgorithmSuite, getAttachmentCallbackHandler, getAudienceRestrictions, getBSPEnforcer, getCallbackHandler, getDecCrypto, getDerivedKeyIterations, getDerivedKeyTokenReference, getEncryptionSerializer, getEncryptionToken, getIssuerDNPatterns, getMsgContext, getNonceReplayCache, getOriginalSignatureActionPosition, getPasswordEncryptor, getPwType, getRequiredPasswordType, getSamlAlgorithmSuite, getSamlOneTimeUseReplayCache, getSecHeader, getSignatureProvider, getSignatureToken, getSignatureValues, getSigVerCrypto, getSoapConstants, getSubjectCertConstraints, getTimeStampFutureTTL, getTimestampReplayCache, getTimeStampTTL, getTlsCerts, getUsername, getUtFutureTTL, getUtTTL, getWsDocInfo, getWssConfig, isAddInclusivePrefixes, isAddUsernameTokenCreated, isAddUsernameTokenNonce, isAllowNamespaceQualifiedPasswordTypes, isAllowRSA15KeyTransportAlgorithm, isAllowUsernameTokenNoPassword, isAppendSignatureAfterTimestamp, isDisableBSPEnforcement, isEnableSignatureConfirmation, isEncodePasswords, isExpandXopInclude, isHandleCustomPasswordTypes, isPrecisionInMilliSeconds, isRequireSignedEncryptedDataElements, isRequireTimestampExpires, isRevocationEnabled, isStoreBytesInAttachment, isTimeStampStrict, isUse200512Namespace, isUseDerivedKeyForMAC, isValidateSamlSubjectConfirmation, setActor, setAddInclusivePrefixes, setAddUsernameTokenCreated, setAddUsernameTokenNonce, setAlgorithmSuite, setAllowNamespaceQualifiedPasswordTypes, setAllowRSA15KeyTransportAlgorithm, setAllowUsernameTokenNoPassword, setAppendSignatureAfterTimestamp, setAttachmentCallbackHandler, setAudienceRestrictions, setCallbackHandler, setDecCrypto, setDerivedKeyIterations, setDerivedKeyTokenReference, setDisableBSPEnforcement, setEnableRevocation, setEnableSignatureConfirmation, setEncodePasswords, setEncryptionSerializer, setEncryptionToken, setExpandXopInclude, setHandleCustomPasswordTypes, setIgnoredBSPRules, setIssuerDNPatterns, setMsgContext, setNonceReplayCache, setOriginalSignatureActionPosition, setPasswordEncryptor, setPrecisionInMilliSeconds, setPwType, setRequiredPasswordType, setRequireSignedEncryptedDataElements, setRequireTimestampExpires, setSamlAlgorithmSuite, setSamlOneTimeUseReplayCache, setSecHeader, setSignatureProvider, setSignatureToken, setSigVerCrypto, setSoapConstants, setStoreBytesInAttachment, setSubjectCertConstraints, setTimeStampFutureTTL, setTimestampReplayCache, setTimeStampStrict, setTimeStampTTL, setTlsCerts, setUse200512Namespace, setUseDerivedKeyForMAC, setUsername, setUtFutureTTL, setUtTTL, setValidateSamlSubjectConfirmation, setWsDocInfo, setWssConfig
-
-
-
-
Method Detail
-
getValidator
public Validator getValidator(QName qName) throws WSSecurityException
Description copied from class:RequestDataGet the Validator instance corresponding to the QName- Overrides:
getValidatorin classRequestData- Parameters:
qName- the QName with which to find a Validator instance- Returns:
- the Validator instance corresponding to the QName
- Throws:
WSSecurityException
-
-