Uses of Class
org.apache.wss4j.stax.ext.WSSSecurityProperties
-
-
Uses of WSSSecurityProperties in org.apache.cxf.ws.security.wss4j
Methods in org.apache.cxf.ws.security.wss4j that return WSSSecurityProperties Modifier and Type Method Description protected WSSSecurityPropertiesAbstractWSS4JStaxInterceptor. createSecurityProperties()protected WSSSecurityPropertiesPolicyBasedWSS4JStaxInInterceptor. createSecurityProperties()protected WSSSecurityPropertiesPolicyBasedWSS4JStaxOutInterceptor. createSecurityProperties()Methods in org.apache.cxf.ws.security.wss4j with parameters of type WSSSecurityProperties Modifier and Type Method Description protected voidAbstractWSS4JStaxInterceptor. configureCallbackHandler(org.apache.cxf.binding.soap.SoapMessage soapMessage, WSSSecurityProperties securityProperties)protected voidPolicyBasedWSS4JStaxInInterceptor. configureProperties(org.apache.cxf.binding.soap.SoapMessage msg, WSSSecurityProperties securityProperties)protected voidPolicyBasedWSS4JStaxOutInterceptor. configureProperties(org.apache.cxf.binding.soap.SoapMessage msg, org.apache.xml.security.stax.ext.OutboundSecurityContext outboundSecurityContext, WSSSecurityProperties securityProperties)protected voidWSS4JStaxInInterceptor. configureProperties(org.apache.cxf.binding.soap.SoapMessage msg, WSSSecurityProperties securityProperties)protected voidWSS4JStaxOutInterceptor. configureProperties(org.apache.cxf.binding.soap.SoapMessage msg, org.apache.xml.security.stax.ext.OutboundSecurityContext outboundSecurityContext, WSSSecurityProperties securityProperties)protected org.apache.xml.security.stax.securityEvent.SecurityEventListenerWSS4JStaxOutInterceptor. configureSecurityEventListener(org.apache.cxf.binding.soap.SoapMessage msg, WSSSecurityProperties securityProperties)protected List<org.apache.xml.security.stax.securityEvent.SecurityEventListener>PolicyBasedWSS4JStaxInInterceptor. configureSecurityEventListeners(org.apache.cxf.binding.soap.SoapMessage msg, WSSSecurityProperties securityProperties)protected List<org.apache.xml.security.stax.securityEvent.SecurityEventListener>WSS4JStaxInInterceptor. configureSecurityEventListeners(org.apache.cxf.binding.soap.SoapMessage msg, WSSSecurityProperties securityProperties)protected CryptoAbstractWSS4JStaxInterceptor. getEncryptionCrypto(Object e, org.apache.cxf.binding.soap.SoapMessage message, WSSSecurityProperties securityProperties)protected PasswordEncryptorAbstractWSS4JStaxInterceptor. getPasswordEncryptor(org.apache.cxf.binding.soap.SoapMessage soapMessage, WSSSecurityProperties securityProperties)protected CryptoAbstractWSS4JStaxInterceptor. getSignatureCrypto(Object s, org.apache.cxf.binding.soap.SoapMessage message, WSSSecurityProperties securityProperties)protected voidWSS4JStaxOutInterceptor. handleSecureMTOM(org.apache.cxf.binding.soap.SoapMessage mc, WSSSecurityProperties secProps)protected booleanPolicyBasedWSS4JStaxInInterceptor. isNonceCacheRequired(org.apache.cxf.binding.soap.SoapMessage msg, WSSSecurityProperties securityProperties)Is a Nonce Cache required, i.e.protected booleanWSS4JStaxInInterceptor. isNonceCacheRequired(org.apache.cxf.binding.soap.SoapMessage msg, WSSSecurityProperties securityProperties)Is a Nonce Cache required, i.e.protected booleanPolicyBasedWSS4JStaxInInterceptor. isSamlCacheRequired(org.apache.cxf.binding.soap.SoapMessage msg, WSSSecurityProperties securityProperties)Is a SAML Cache required, i.e.protected booleanWSS4JStaxInInterceptor. isSamlCacheRequired(org.apache.cxf.binding.soap.SoapMessage msg, WSSSecurityProperties securityProperties)Is a SAML Cache required, i.e.protected booleanPolicyBasedWSS4JStaxInInterceptor. isTimestampCacheRequired(org.apache.cxf.binding.soap.SoapMessage msg, WSSSecurityProperties securityProperties)Is a Timestamp cache required, i.e.protected booleanWSS4JStaxInInterceptor. isTimestampCacheRequired(org.apache.cxf.binding.soap.SoapMessage msg, WSSSecurityProperties securityProperties)Is a Timestamp cache required, i.e.protected CryptoAbstractWSS4JStaxInterceptor. loadCrypto(org.apache.cxf.binding.soap.SoapMessage soapMessage, String cryptoPropertyFile, String cryptoPropertyRefId, WSSSecurityProperties securityProperties)Load a Crypto instance.protected CryptoAbstractWSS4JStaxInterceptor. loadCryptoFromPropertiesFile(org.apache.cxf.binding.soap.SoapMessage soapMessage, String propFilename, WSSSecurityProperties securityProperties)protected voidAbstractWSS4JStaxInterceptor. translateProperties(org.apache.cxf.binding.soap.SoapMessage msg, WSSSecurityProperties securityProperties)Constructors in org.apache.cxf.ws.security.wss4j with parameters of type WSSSecurityProperties Constructor Description AbstractWSS4JStaxInterceptor(WSSSecurityProperties securityProperties)WSS4JStaxInInterceptor(WSSSecurityProperties securityProperties)WSS4JStaxOutInterceptor(WSSSecurityProperties securityProperties) -
Uses of WSSSecurityProperties in org.apache.cxf.ws.security.wss4j.policyhandlers
Methods in org.apache.cxf.ws.security.wss4j.policyhandlers that return WSSSecurityProperties Modifier and Type Method Description protected WSSSecurityPropertiesAbstractStaxBindingHandler. getProperties()Constructors in org.apache.cxf.ws.security.wss4j.policyhandlers with parameters of type WSSSecurityProperties Constructor Description AbstractStaxBindingHandler(WSSSecurityProperties properties, org.apache.cxf.binding.soap.SoapMessage msg, AbstractBinding binding, org.apache.xml.security.stax.ext.OutboundSecurityContext outboundSecurityContext)StaxAsymmetricBindingHandler(WSSSecurityProperties properties, org.apache.cxf.binding.soap.SoapMessage msg, AsymmetricBinding abinding, org.apache.xml.security.stax.ext.OutboundSecurityContext outboundSecurityContext)StaxSymmetricBindingHandler(WSSSecurityProperties properties, org.apache.cxf.binding.soap.SoapMessage msg, SymmetricBinding sbinding, org.apache.xml.security.stax.ext.OutboundSecurityContext outboundSecurityContext)StaxTransportBindingHandler(WSSSecurityProperties properties, org.apache.cxf.binding.soap.SoapMessage msg, TransportBinding tbinding, org.apache.xml.security.stax.ext.OutboundSecurityContext outboundSecurityContext) -
Uses of WSSSecurityProperties in org.apache.wss4j.stax.ext
Constructors in org.apache.wss4j.stax.ext with parameters of type WSSSecurityProperties Constructor Description WSSSecurityProperties(WSSSecurityProperties wssSecurityProperties) -
Uses of WSSSecurityProperties in org.apache.wss4j.stax.impl.processor.input
Constructors in org.apache.wss4j.stax.impl.processor.input with parameters of type WSSSecurityProperties Constructor Description DecryptInputProcessor(org.apache.xml.security.binding.xmldsig.KeyInfoType keyInfoType, org.apache.xml.security.binding.xmlenc.ReferenceList referenceList, WSSSecurityProperties securityProperties, WSInboundSecurityContext securityContext)SecurityHeaderInputProcessor(WSSSecurityProperties securityProperties)SignatureConfirmationInputProcessor(WSSSecurityProperties securityProperties) -
Uses of WSSSecurityProperties in org.apache.wss4j.stax.impl.securityToken
Methods in org.apache.wss4j.stax.impl.securityToken with parameters of type WSSSecurityProperties Modifier and Type Method Description static org.apache.xml.security.stax.securityToken.InboundSecurityTokenSecurityTokenFactoryImpl. getSecurityToken(SecurityTokenReferenceType securityTokenReferenceType, Crypto crypto, CallbackHandler callbackHandler, org.apache.xml.security.stax.ext.InboundSecurityContext inboundSecurityContext, WSSSecurityProperties securityProperties)static org.apache.xml.security.stax.securityToken.InboundSecurityTokenSecurityTokenFactoryImpl. getSecurityToken(org.apache.xml.security.binding.xmldsig.KeyValueType keyValueType, Crypto crypto, CallbackHandler callbackHandler, org.apache.xml.security.stax.ext.SecurityContext securityContext, WSSSecurityProperties securityProperties)Constructors in org.apache.wss4j.stax.impl.securityToken with parameters of type WSSSecurityProperties Constructor Description DsaKeyValueSecurityTokenImpl(org.apache.xml.security.binding.xmldsig.DSAKeyValueType dsaKeyValueType, WSInboundSecurityContext wsInboundSecurityContext, Crypto crypto, CallbackHandler callbackHandler, WSSSecurityProperties securityProperties)ECKeyValueSecurityTokenImpl(org.apache.xml.security.binding.xmldsig11.ECKeyValueType ecKeyValueType, WSInboundSecurityContext wsInboundSecurityContext, Crypto crypto, CallbackHandler callbackHandler, WSSSecurityProperties securityProperties)ExternalSecurityTokenImpl(WSInboundSecurityContext wsInboundSecurityContext, String id, org.apache.xml.security.stax.securityToken.SecurityTokenConstants.KeyIdentifier keyIdentifier, WSSSecurityProperties securityProperties, boolean included)RsaKeyValueSecurityTokenImpl(org.apache.xml.security.binding.xmldsig.RSAKeyValueType rsaKeyValueType, WSInboundSecurityContext wsInboundSecurityContext, Crypto crypto, CallbackHandler callbackHandler, WSSSecurityProperties securityProperties)SamlSecurityTokenImpl(SamlAssertionWrapper samlAssertionWrapper, org.apache.xml.security.stax.securityToken.InboundSecurityToken subjectSecurityToken, WSInboundSecurityContext wsInboundSecurityContext, Crypto crypto, org.apache.xml.security.stax.securityToken.SecurityTokenConstants.KeyIdentifier keyIdentifier, WSSSecurityProperties securityProperties)SamlSecurityTokenImpl(WSInboundSecurityContext wsInboundSecurityContext, String id, org.apache.xml.security.stax.securityToken.SecurityTokenConstants.KeyIdentifier keyIdentifier, WSSSecurityProperties securityProperties)X509PKIPathv1SecurityTokenImpl(WSInboundSecurityContext wsInboundSecurityContext, Crypto crypto, CallbackHandler callbackHandler, byte[] binaryContent, String id, org.apache.xml.security.stax.securityToken.SecurityTokenConstants.KeyIdentifier keyIdentifier, WSSSecurityProperties securityProperties)X509SecurityTokenImpl(org.apache.xml.security.stax.securityToken.SecurityTokenConstants.TokenType tokenType, WSInboundSecurityContext wsInboundSecurityContext, Crypto crypto, CallbackHandler callbackHandler, String id, org.apache.xml.security.stax.securityToken.SecurityTokenConstants.KeyIdentifier keyIdentifier, WSSSecurityProperties securityProperties, boolean includedInMessage)X509V3SecurityTokenImpl(WSInboundSecurityContext wsInboundSecurityContext, Crypto crypto, CallbackHandler callbackHandler, byte[] binaryContent, String id, WSSSecurityProperties securityProperties) -
Uses of WSSSecurityProperties in org.apache.wss4j.stax.setup
Methods in org.apache.wss4j.stax.setup that return WSSSecurityProperties Modifier and Type Method Description static WSSSecurityPropertiesConfigurationConverter. convert(Map<String,Object> config)static WSSSecurityPropertiesWSSec. validateAndApplyDefaultsToInboundSecurityProperties(WSSSecurityProperties securityProperties)Validates the user supplied configuration and applies default values as apropriate for the inbound security enginestatic WSSSecurityPropertiesWSSec. validateAndApplyDefaultsToOutboundSecurityProperties(WSSSecurityProperties securityProperties)Validates the user supplied configuration and applies default values as apropriate for the outbound security engineMethods in org.apache.wss4j.stax.setup with parameters of type WSSSecurityProperties Modifier and Type Method Description static StringConfigurationConverter. getDefaultX509Identifier(WSSSecurityProperties properties, boolean signature)static InboundWSSecWSSec. getInboundWSSec(WSSSecurityProperties securityProperties)Creates and configures an inbound streaming security enginestatic InboundWSSecWSSec. getInboundWSSec(WSSSecurityProperties securityProperties, boolean initiator)Creates and configures an inbound streaming security enginestatic InboundWSSecWSSec. getInboundWSSec(WSSSecurityProperties securityProperties, boolean initiator, boolean returnSecurityError)Creates and configures an inbound streaming security enginestatic OutboundWSSecWSSec. getOutboundWSSec(WSSSecurityProperties securityProperties)Creates and configures an outbound streaming security enginestatic voidConfigurationConverter. parseActions(Map<String,Object> config, WSSSecurityProperties properties)static voidConfigurationConverter. parseBooleanProperties(Map<String,Object> config, WSSSecurityProperties properties)static voidConfigurationConverter. parseCallback(Map<String,Object> config, WSSSecurityProperties properties)static voidConfigurationConverter. parseCrypto(Map<String,Object> config, WSSSecurityProperties properties)static voidConfigurationConverter. parseNonBooleanProperties(Map<String,Object> config, WSSSecurityProperties properties)static voidConfigurationConverter. parseUserProperties(Map<String,Object> config, WSSSecurityProperties properties)static WSSSecurityPropertiesWSSec. validateAndApplyDefaultsToInboundSecurityProperties(WSSSecurityProperties securityProperties)Validates the user supplied configuration and applies default values as apropriate for the inbound security enginestatic WSSSecurityPropertiesWSSec. validateAndApplyDefaultsToOutboundSecurityProperties(WSSSecurityProperties securityProperties)Validates the user supplied configuration and applies default values as apropriate for the outbound security engineConstructors in org.apache.wss4j.stax.setup with parameters of type WSSSecurityProperties Constructor Description InboundWSSec(WSSSecurityProperties securityProperties)InboundWSSec(WSSSecurityProperties securityProperties, boolean initiator, boolean returnSecurityError)OutboundWSSec(WSSSecurityProperties securityProperties) -
Uses of WSSSecurityProperties in org.apache.wss4j.stax.validate
Methods in org.apache.wss4j.stax.validate that return WSSSecurityProperties Modifier and Type Method Description WSSSecurityPropertiesTokenContext. getWssSecurityProperties()Methods in org.apache.wss4j.stax.validate with parameters of type WSSSecurityProperties Modifier and Type Method Description protected CryptoBinarySecurityTokenValidatorImpl. getCrypto(WSSSecurityProperties securityProperties)voidSignatureTokenValidator. validate(org.apache.xml.security.stax.securityToken.InboundSecurityToken inboundSecurityToken, WSSSecurityProperties wssSecurityProperties)voidSignatureTokenValidatorImpl. validate(org.apache.xml.security.stax.securityToken.InboundSecurityToken inboundSecurityToken, WSSSecurityProperties wssSecurityProperties)Constructors in org.apache.wss4j.stax.validate with parameters of type WSSSecurityProperties Constructor Description TokenContext(WSSSecurityProperties wssSecurityProperties, WSInboundSecurityContext wsInboundSecurityContext, List<org.apache.xml.security.stax.ext.stax.XMLSecEvent> xmlSecEvents, List<QName> elementPath)
-