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
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetValidator(QName qName) Get the Validator instance corresponding to the QNameMethods 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
-
Constructor Details
-
CXFRequestData
public CXFRequestData()
-
-
Method Details
-
getValidator
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
-