Uses of Class
org.apache.wss4j.stax.ext.WSSConfigurationException
-
Packages that use WSSConfigurationException Package Description org.apache.wss4j.stax.ext org.apache.wss4j.stax.setup org.apache.wss4j.stax.validate -
-
Uses of WSSConfigurationException in org.apache.wss4j.stax.ext
Methods in org.apache.wss4j.stax.ext that throw WSSConfigurationException Modifier and Type Method Description CryptoWSSSecurityProperties. getDecryptionCrypto()returns the decryptionCrypto for the key-managementCryptoWSSSecurityProperties. getEncryptionCrypto()returns the encryptionCrypto for the key-managementCryptoWSSSecurityProperties. getSignatureCrypto()CryptoWSSSecurityProperties. getSignatureVerificationCrypto() -
Uses of WSSConfigurationException in org.apache.wss4j.stax.setup
Methods in org.apache.wss4j.stax.setup that throw WSSConfigurationException Modifier and Type Method Description 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 engine -
Uses of WSSConfigurationException in org.apache.wss4j.stax.validate
Methods in org.apache.wss4j.stax.validate that throw WSSConfigurationException Modifier and Type Method Description protected CryptoBinarySecurityTokenValidatorImpl. getCrypto(WSSSecurityProperties securityProperties)
-