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 org.apache.wss4j.dom.handler.RequestData
-
-
Constructor Summary
Constructors Constructor Description CXFRequestData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.wss4j.dom.validate.ValidatorgetValidator(QName 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 org.apache.wss4j.dom.validate.Validator getValidator(QName qName) throws org.apache.wss4j.common.ext.WSSecurityException
- Overrides:
getValidatorin classorg.apache.wss4j.dom.handler.RequestData- Throws:
org.apache.wss4j.common.ext.WSSecurityException
-
-