- handle(Callback[]) - Method in class org.springframework.ws.soap.security.callback.AbstractCallbackHandler
-
Iterates over the given callbacks, and calls handleInternal for each of them.
- handleAliasPrivKeyCertRequest(SignatureKeyCallback, SignatureKeyCallback.AliasPrivKeyCertRequest) - Method in class org.springframework.ws.soap.security.xwss.callback.CryptographyCallbackHandler
-
Template method that handles SignatureKeyCallbacks with AliasPrivKeyCertRequests.
- handleAliasPrivKeyCertRequest(SignatureKeyCallback, SignatureKeyCallback.AliasPrivKeyCertRequest) - Method in class org.springframework.ws.soap.security.xwss.callback.KeyStoreCallbackHandler
-
- handleAliasSymmetricKeyRequest(DecryptionKeyCallback, DecryptionKeyCallback.AliasSymmetricKeyRequest) - Method in class org.springframework.ws.soap.security.xwss.callback.CryptographyCallbackHandler
-
Template method that handles DecryptionKeyCallbacks with AliasSymmetricKeyRequests.
- handleAliasSymmetricKeyRequest(EncryptionKeyCallback, EncryptionKeyCallback.AliasSymmetricKeyRequest) - Method in class org.springframework.ws.soap.security.xwss.callback.CryptographyCallbackHandler
-
Template method that handles EncryptionKeyCallbacks with AliasSymmetricKeyRequests.
- handleAliasSymmetricKeyRequest(DecryptionKeyCallback, DecryptionKeyCallback.AliasSymmetricKeyRequest) - Method in class org.springframework.ws.soap.security.xwss.callback.KeyStoreCallbackHandler
-
- handleAliasSymmetricKeyRequest(EncryptionKeyCallback, EncryptionKeyCallback.AliasSymmetricKeyRequest) - Method in class org.springframework.ws.soap.security.xwss.callback.KeyStoreCallbackHandler
-
- handleAliasX509CertificateRequest(EncryptionKeyCallback, EncryptionKeyCallback.AliasX509CertificateRequest) - Method in class org.springframework.ws.soap.security.xwss.callback.CryptographyCallbackHandler
-
Template method that handles EncryptionKeyCallbacks with AliasX509CertificateRequests.
- handleAliasX509CertificateRequest(EncryptionKeyCallback, EncryptionKeyCallback.AliasX509CertificateRequest) - Method in class org.springframework.ws.soap.security.xwss.callback.KeyStoreCallbackHandler
-
- handleCertificateValidationCallback(CertificateValidationCallback) - Method in class org.springframework.ws.soap.security.xwss.callback.CryptographyCallbackHandler
-
Template method that handles CertificateValidationCallbacks.
- handleCertificateValidationCallback(CertificateValidationCallback) - Method in class org.springframework.ws.soap.security.xwss.callback.KeyStoreCallbackHandler
-
- handleCleanup(CleanupCallback) - Method in class org.springframework.ws.soap.security.wss4j.callback.AbstractWsPasswordCallbackHandler
-
Deprecated.
- handleCleanup(CleanupCallback) - Method in class org.springframework.ws.soap.security.wss4j.callback.SpringSecurityPasswordValidationCallbackHandler
-
Deprecated.
- handleCleanup(CleanupCallback) - Method in class org.springframework.ws.soap.security.wss4j2.callback.AbstractWsPasswordCallbackHandler
-
- handleCleanup(CleanupCallback) - Method in class org.springframework.ws.soap.security.wss4j2.callback.SpringSecurityPasswordValidationCallbackHandler
-
- handleCustomToken(WSPasswordCallback) - Method in class org.springframework.ws.soap.security.wss4j.callback.AbstractWsPasswordCallbackHandler
-
Deprecated.
Invoked when the callback has a WSPasswordCallback.CUSTOM_TOKEN usage.
- handleCustomToken(WSPasswordCallback) - Method in class org.springframework.ws.soap.security.wss4j2.callback.AbstractWsPasswordCallbackHandler
-
Invoked when the callback has a WSPasswordCallback.CUSTOM_TOKEN usage.
- handleDecrypt(WSPasswordCallback) - Method in class org.springframework.ws.soap.security.wss4j.callback.AbstractWsPasswordCallbackHandler
-
Deprecated.
Invoked when the callback has a WSPasswordCallback.DECRYPT usage.
- handleDecrypt(WSPasswordCallback) - Method in class org.springframework.ws.soap.security.wss4j.callback.KeyStoreCallbackHandler
-
Deprecated.
- handleDecrypt(WSPasswordCallback) - Method in class org.springframework.ws.soap.security.wss4j2.callback.AbstractWsPasswordCallbackHandler
-
Invoked when the callback has a WSPasswordCallback.DECRYPT usage.
- handleDecrypt(WSPasswordCallback) - Method in class org.springframework.ws.soap.security.wss4j2.callback.KeyStoreCallbackHandler
-
Invoked when the callback has a WSPasswordCallback.DECRYPT usage.
- handleDecryptionKeyCallback(DecryptionKeyCallback) - Method in class org.springframework.ws.soap.security.xwss.callback.CryptographyCallbackHandler
-
Method that handles DecryptionKeyCallbacks.
- handleDefaultPrivKeyCertRequest(SignatureKeyCallback, SignatureKeyCallback.DefaultPrivKeyCertRequest) - Method in class org.springframework.ws.soap.security.xwss.callback.CryptographyCallbackHandler
-
Template method that handles SignatureKeyCallbacks with DefaultPrivKeyCertRequests.
- handleDefaultPrivKeyCertRequest(SignatureKeyCallback, SignatureKeyCallback.DefaultPrivKeyCertRequest) - Method in class org.springframework.ws.soap.security.xwss.callback.KeyStoreCallbackHandler
-
- handleDefaultX509CertificateRequest(EncryptionKeyCallback, EncryptionKeyCallback.DefaultX509CertificateRequest) - Method in class org.springframework.ws.soap.security.xwss.callback.CryptographyCallbackHandler
-
Template method that handles EncryptionKeyCallbacks with DefaultX509CertificateRequests.
- handleDefaultX509CertificateRequest(EncryptionKeyCallback, EncryptionKeyCallback.DefaultX509CertificateRequest) - Method in class org.springframework.ws.soap.security.xwss.callback.KeyStoreCallbackHandler
-
- handleEncryptionKeyCallback(EncryptionKeyCallback) - Method in class org.springframework.ws.soap.security.xwss.callback.CryptographyCallbackHandler
-
Method that handles EncryptionKeyCallbacks.
- handleFault(MessageContext, Object) - Method in class org.springframework.ws.soap.security.AbstractWsSecurityInterceptor
-
Returns true, i.e.
- handleFault(MessageContext) - Method in class org.springframework.ws.soap.security.AbstractWsSecurityInterceptor
-
Returns true, i.e.
- handleFaultException(WsSecurityFaultException, MessageContext) - Method in class org.springframework.ws.soap.security.AbstractWsSecurityInterceptor
-
Handles a fault exception.Default implementation logs the given exception, and creates a SOAP Fault with the
properties of the given exception, and returns false.
- handleInternal(Callback) - Method in class org.springframework.ws.soap.security.callback.AbstractCallbackHandler
-
Template method that should be implemented by subclasses.
- handleInternal(Callback) - Method in class org.springframework.ws.soap.security.callback.CallbackHandlerChain
-
- handleInternal(Callback) - Method in class org.springframework.ws.soap.security.wss4j.callback.AbstractWsPasswordCallbackHandler
-
Deprecated.
Handles WSPasswordCallback callbacks.
- handleInternal(Callback) - Method in class org.springframework.ws.soap.security.wss4j2.callback.AbstractWsPasswordCallbackHandler
-
Handles WSPasswordCallback callbacks.
- handleInternal(Callback) - Method in class org.springframework.ws.soap.security.xwss.callback.CryptographyCallbackHandler
-
- handleInternal(Callback) - Method in class org.springframework.ws.soap.security.xwss.callback.jaas.JaasCertificateValidationCallbackHandler
-
Handles CertificateValidationCallbacks, and throws an UnsupportedCallbackException for
others
- handleInternal(Callback) - Method in class org.springframework.ws.soap.security.xwss.callback.jaas.JaasPlainTextPasswordValidationCallbackHandler
-
Handles PasswordValidationCallbacks that contain a PlainTextPasswordRequest, and throws
an UnsupportedCallbackException for others.
- handleInternal(Callback) - Method in class org.springframework.ws.soap.security.xwss.callback.MockValidationCallbackHandler
-
- handleInternal(Callback) - Method in class org.springframework.ws.soap.security.xwss.callback.SimplePasswordValidationCallbackHandler
-
- handleInternal(Callback) - Method in class org.springframework.ws.soap.security.xwss.callback.SimpleUsernamePasswordCallbackHandler
-
- handleInternal(Callback) - Method in class org.springframework.ws.soap.security.xwss.callback.SpringCertificateValidationCallbackHandler
-
Handles CertificateValidationCallbacks, and throws an UnsupportedCallbackException for
others
- handleInternal(Callback) - Method in class org.springframework.ws.soap.security.xwss.callback.SpringDigestPasswordValidationCallbackHandler
-
Handles PasswordValidationCallbacks that contain a DigestPasswordRequest, and throws an
UnsupportedCallbackException for others
- handleInternal(Callback) - Method in class org.springframework.ws.soap.security.xwss.callback.SpringPlainTextPasswordValidationCallbackHandler
-
Handles PasswordValidationCallbacks that contain a PlainTextPasswordRequest, and throws
an UnsupportedCallbackException for others.
- handleInternal(Callback) - Method in class org.springframework.ws.soap.security.xwss.callback.SpringUsernamePasswordCallbackHandler
-
- handleInternal(Callback) - Method in class org.springframework.ws.soap.security.xwss.callback.XwssCallbackHandlerChain
-
- handlePrivateKeyRequest(DecryptionKeyCallback, DecryptionKeyCallback.PrivateKeyRequest) - Method in class org.springframework.ws.soap.security.xwss.callback.CryptographyCallbackHandler
-
Method that handles DecryptionKeyCallbacks with PrivateKeyRequest .
- handlePrivKeyCertRequest(SignatureKeyCallback, SignatureKeyCallback.PrivKeyCertRequest) - Method in class org.springframework.ws.soap.security.xwss.callback.CryptographyCallbackHandler
-
Method that handles SignatureKeyCallbacks with PrivKeyCertRequests.
- handlePublicKeyBasedPrivKeyCertRequest(SignatureKeyCallback, SignatureKeyCallback.PublicKeyBasedPrivKeyCertRequest) - Method in class org.springframework.ws.soap.security.xwss.callback.CryptographyCallbackHandler
-
Template method that handles SignatureKeyCallbacks with PublicKeyBasedPrivKeyCertRequests.
- handlePublicKeyBasedPrivKeyCertRequest(SignatureKeyCallback, SignatureKeyCallback.PublicKeyBasedPrivKeyCertRequest) - Method in class org.springframework.ws.soap.security.xwss.callback.KeyStoreCallbackHandler
-
- handlePublicKeyBasedPrivKeyRequest(DecryptionKeyCallback, DecryptionKeyCallback.PublicKeyBasedPrivKeyRequest) - Method in class org.springframework.ws.soap.security.xwss.callback.CryptographyCallbackHandler
-
Template method that handles DecryptionKeyCallbacks with PublicKeyBasedPrivKeyRequests.
- handlePublicKeyBasedPrivKeyRequest(DecryptionKeyCallback, DecryptionKeyCallback.PublicKeyBasedPrivKeyRequest) - Method in class org.springframework.ws.soap.security.xwss.callback.KeyStoreCallbackHandler
-
- handlePublicKeyBasedRequest(EncryptionKeyCallback, EncryptionKeyCallback.PublicKeyBasedRequest) - Method in class org.springframework.ws.soap.security.xwss.callback.CryptographyCallbackHandler
-
Template method that handles EncryptionKeyCallbacks with PublicKeyBasedRequests.
- handlePublicKeyBasedRequest(SignatureVerificationKeyCallback, SignatureVerificationKeyCallback.PublicKeyBasedRequest) - Method in class org.springframework.ws.soap.security.xwss.callback.CryptographyCallbackHandler
-
Template method that handles SignatureKeyCallbacks with PublicKeyBasedRequests.
- handlePublicKeyBasedRequest(EncryptionKeyCallback, EncryptionKeyCallback.PublicKeyBasedRequest) - Method in class org.springframework.ws.soap.security.xwss.callback.KeyStoreCallbackHandler
-
- handlePublicKeyBasedRequest(SignatureVerificationKeyCallback, SignatureVerificationKeyCallback.PublicKeyBasedRequest) - Method in class org.springframework.ws.soap.security.xwss.callback.KeyStoreCallbackHandler
-
- handleRequest(MessageContext, Object) - Method in class org.springframework.ws.soap.security.AbstractWsSecurityInterceptor
-
Validates a server-side incoming request.
- handleRequest(MessageContext) - Method in class org.springframework.ws.soap.security.AbstractWsSecurityInterceptor
-
Secures a client-side outgoing request.
- handleResponse(MessageContext, Object) - Method in class org.springframework.ws.soap.security.AbstractWsSecurityInterceptor
-
Secures a server-side outgoing response.
- handleResponse(MessageContext) - Method in class org.springframework.ws.soap.security.AbstractWsSecurityInterceptor
-
Validates a client-side incoming response.
- handleSecretKey(WSPasswordCallback) - Method in class org.springframework.ws.soap.security.wss4j.callback.AbstractWsPasswordCallbackHandler
-
Deprecated.
Invoked when the callback has a WSPasswordCallback.SECRET_KEY usage.
- handleSecretKey(WSPasswordCallback) - Method in class org.springframework.ws.soap.security.wss4j.callback.KeyStoreCallbackHandler
-
Deprecated.
- handleSecretKey(WSPasswordCallback) - Method in class org.springframework.ws.soap.security.wss4j2.callback.AbstractWsPasswordCallbackHandler
-
Invoked when the callback has a WSPasswordCallback.SECRET_KEY usage.
- handleSecretKey(WSPasswordCallback) - Method in class org.springframework.ws.soap.security.wss4j2.callback.KeyStoreCallbackHandler
-
Invoked when the callback has a WSPasswordCallback.SECRET_KEY usage.
- handleSecurementException(WsSecuritySecurementException, MessageContext) - Method in class org.springframework.ws.soap.security.AbstractWsSecurityInterceptor
-
Handles an securement exception.
- handleSecurityContextToken(WSPasswordCallback) - Method in class org.springframework.ws.soap.security.wss4j.callback.AbstractWsPasswordCallbackHandler
-
Deprecated.
Invoked when the callback has a WSPasswordCallback.SECURITY_CONTEXT_TOKEN usage.
- handleSecurityContextToken(WSPasswordCallback) - Method in class org.springframework.ws.soap.security.wss4j2.callback.AbstractWsPasswordCallbackHandler
-
Invoked when the callback has a WSPasswordCallback.SECURITY_CONTEXT_TOKEN usage.
- handleSignature(WSPasswordCallback) - Method in class org.springframework.ws.soap.security.wss4j.callback.AbstractWsPasswordCallbackHandler
-
Deprecated.
Invoked when the callback has a WSPasswordCallback.SIGNATURE usage.
- handleSignature(WSPasswordCallback) - Method in class org.springframework.ws.soap.security.wss4j2.callback.AbstractWsPasswordCallbackHandler
-
Invoked when the callback has a WSPasswordCallback.SIGNATURE usage.
- handleSignatureKeyCallback(SignatureKeyCallback) - Method in class org.springframework.ws.soap.security.xwss.callback.CryptographyCallbackHandler
-
Method that handles SignatureKeyCallbacks.
- handleSignatureVerificationKeyCallback(SignatureVerificationKeyCallback) - Method in class org.springframework.ws.soap.security.xwss.callback.CryptographyCallbackHandler
-
Method that handles SignatureVerificationKeyCallbacks.
- handleSymmetricKeyRequest(DecryptionKeyCallback, DecryptionKeyCallback.SymmetricKeyRequest) - Method in class org.springframework.ws.soap.security.xwss.callback.CryptographyCallbackHandler
-
Method that handles DecryptionKeyCallbacks with SymmetricKeyRequest .
- handleSymmetricKeyRequest(EncryptionKeyCallback, EncryptionKeyCallback.SymmetricKeyRequest) - Method in class org.springframework.ws.soap.security.xwss.callback.CryptographyCallbackHandler
-
Method that handles EncryptionKeyCallbacks with SymmetricKeyRequest .
- handleUsernameToken(WSPasswordCallback) - Method in class org.springframework.ws.soap.security.wss4j.callback.AbstractWsPasswordCallbackHandler
-
Deprecated.
Invoked when the callback has a WSPasswordCallback.USERNAME_TOKEN usage.
- handleUsernameToken(WSPasswordCallback) - Method in class org.springframework.ws.soap.security.wss4j.callback.SimplePasswordValidationCallbackHandler
-
Deprecated.
- handleUsernameToken(WSPasswordCallback) - Method in class org.springframework.ws.soap.security.wss4j.callback.SpringSecurityPasswordValidationCallbackHandler
-
Deprecated.
- handleUsernameToken(WSPasswordCallback) - Method in class org.springframework.ws.soap.security.wss4j2.callback.AbstractWsPasswordCallbackHandler
-
Invoked when the callback has a WSPasswordCallback.USERNAME_TOKEN usage.
- handleUsernameToken(WSPasswordCallback) - Method in class org.springframework.ws.soap.security.wss4j2.callback.SimplePasswordValidationCallbackHandler
-
- handleUsernameToken(WSPasswordCallback) - Method in class org.springframework.ws.soap.security.wss4j2.callback.SpringSecurityPasswordValidationCallbackHandler
-
Invoked when the callback has a WSPasswordCallback.USERNAME_TOKEN usage.
- handleUsernameTokenPrincipal(UsernameTokenPrincipalCallback) - Method in class org.springframework.ws.soap.security.wss4j.callback.AbstractWsPasswordCallbackHandler
-
Deprecated.
- handleUsernameTokenPrincipal(UsernameTokenPrincipalCallback) - Method in class org.springframework.ws.soap.security.wss4j.callback.SpringSecurityPasswordValidationCallbackHandler
-
Deprecated.
- handleUsernameTokenPrincipal(UsernameTokenPrincipalCallback) - Method in class org.springframework.ws.soap.security.wss4j2.callback.AbstractWsPasswordCallbackHandler
-
- handleUsernameTokenPrincipal(UsernameTokenPrincipalCallback) - Method in class org.springframework.ws.soap.security.wss4j2.callback.SpringSecurityPasswordValidationCallbackHandler
-
- handleValidationException(WsSecurityValidationException, MessageContext) - Method in class org.springframework.ws.soap.security.AbstractWsSecurityInterceptor
-
Handles an invalid SOAP message.
- handleX509CertificateBasedRequest(DecryptionKeyCallback, DecryptionKeyCallback.X509CertificateBasedRequest) - Method in class org.springframework.ws.soap.security.xwss.callback.CryptographyCallbackHandler
-
Template method that handles DecryptionKeyCallbacks with X509CertificateBasedRequests.
- handleX509CertificateBasedRequest(DecryptionKeyCallback, DecryptionKeyCallback.X509CertificateBasedRequest) - Method in class org.springframework.ws.soap.security.xwss.callback.KeyStoreCallbackHandler
-
- handleX509CertificateRequest(EncryptionKeyCallback, EncryptionKeyCallback.X509CertificateRequest) - Method in class org.springframework.ws.soap.security.xwss.callback.CryptographyCallbackHandler
-
Method that handles EncryptionKeyCallbacks with X509CertificateRequest .
- handleX509CertificateRequest(SignatureVerificationKeyCallback, SignatureVerificationKeyCallback.X509CertificateRequest) - Method in class org.springframework.ws.soap.security.xwss.callback.CryptographyCallbackHandler
-
Method that handles SignatureVerificationKeyCallbacks with X509CertificateRequests.
- handleX509IssuerSerialBasedRequest(DecryptionKeyCallback, DecryptionKeyCallback.X509IssuerSerialBasedRequest) - Method in class org.springframework.ws.soap.security.xwss.callback.CryptographyCallbackHandler
-
Template method that handles DecryptionKeyCallbacks with X509IssuerSerialBasedRequests.
- handleX509IssuerSerialBasedRequest(SignatureVerificationKeyCallback, SignatureVerificationKeyCallback.X509IssuerSerialBasedRequest) - Method in class org.springframework.ws.soap.security.xwss.callback.CryptographyCallbackHandler
-
Template method that handles SignatureKeyCallbacks with X509IssuerSerialBasedRequests.
- handleX509IssuerSerialBasedRequest(DecryptionKeyCallback, DecryptionKeyCallback.X509IssuerSerialBasedRequest) - Method in class org.springframework.ws.soap.security.xwss.callback.KeyStoreCallbackHandler
-
- handleX509IssuerSerialBasedRequest(SignatureVerificationKeyCallback, SignatureVerificationKeyCallback.X509IssuerSerialBasedRequest) - Method in class org.springframework.ws.soap.security.xwss.callback.KeyStoreCallbackHandler
-
- handleX509SubjectKeyIdentifierBasedRequest(DecryptionKeyCallback, DecryptionKeyCallback.X509SubjectKeyIdentifierBasedRequest) - Method in class org.springframework.ws.soap.security.xwss.callback.CryptographyCallbackHandler
-
Template method that handles DecryptionKeyCallbacks with X509SubjectKeyIdentifierBasedRequests.
- handleX509SubjectKeyIdentifierBasedRequest(SignatureVerificationKeyCallback, SignatureVerificationKeyCallback.X509SubjectKeyIdentifierBasedRequest) - Method in class org.springframework.ws.soap.security.xwss.callback.CryptographyCallbackHandler
-
Template method that handles SignatureKeyCallbacks with PublicKeyBasedPrivKeyCertRequests.
- handleX509SubjectKeyIdentifierBasedRequest(DecryptionKeyCallback, DecryptionKeyCallback.X509SubjectKeyIdentifierBasedRequest) - Method in class org.springframework.ws.soap.security.xwss.callback.KeyStoreCallbackHandler
-
- handleX509SubjectKeyIdentifierBasedRequest(SignatureVerificationKeyCallback, SignatureVerificationKeyCallback.X509SubjectKeyIdentifierBasedRequest) - Method in class org.springframework.ws.soap.security.xwss.callback.KeyStoreCallbackHandler
-
- SECUREMENT_USER_PROPERTY_NAME - Static variable in class org.springframework.ws.soap.security.wss4j.Wss4jSecurityInterceptor
-
Deprecated.
- SECUREMENT_USER_PROPERTY_NAME - Static variable in class org.springframework.ws.soap.security.wss4j2.Wss4jSecurityInterceptor
-
- secureMessage(SoapMessage, MessageContext) - Method in class org.springframework.ws.soap.security.AbstractWsSecurityInterceptor
-
Abstract template method.
- secureMessage(SoapMessage, MessageContext) - Method in class org.springframework.ws.soap.security.wss4j.Wss4jSecurityInterceptor
-
Deprecated.
- secureMessage(SoapMessage, MessageContext) - Method in class org.springframework.ws.soap.security.wss4j2.Wss4jSecurityInterceptor
-
- secureMessage(SoapMessage, MessageContext) - Method in class org.springframework.ws.soap.security.xwss.XwsSecurityInterceptor
-
Secures the given SoapMessage message in accordance with the defined security policy.
- setAlgorithm(String) - Method in class org.springframework.ws.soap.security.support.KeyManagersFactoryBean
-
Sets the algorithm of the KeyManager to use.
- setAlgorithm(String) - Method in class org.springframework.ws.soap.security.support.TrustManagersFactoryBean
-
Sets the algorithm of the TrustManager to use.
- setAllowRSA15KeyTransportAlgorithm(boolean) - Method in class org.springframework.ws.soap.security.wss4j2.Wss4jSecurityInterceptor
-
Sets whether the RSA 1.5 key transport algorithm is allowed.
- setAuthenticationManager(AuthenticationManager) - Method in class org.springframework.ws.soap.security.xwss.callback.SpringCertificateValidationCallbackHandler
-
Sets the Spring Security authentication manager.
- setAuthenticationManager(AuthenticationManager) - Method in class org.springframework.ws.soap.security.xwss.callback.SpringPlainTextPasswordValidationCallbackHandler
-
Sets the Spring Security authentication manager.
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.ws.soap.security.wss4j.support.CryptoFactoryBean
-
Deprecated.
- setBspCompliant(boolean) - Method in class org.springframework.ws.soap.security.wss4j.Wss4jSecurityInterceptor
-
Deprecated.
Set the WS-I Basic Security Profile compliance mode.
- setBspCompliant(boolean) - Method in class org.springframework.ws.soap.security.wss4j2.Wss4jSecurityInterceptor
-
Set the WS-I Basic Security Profile compliance mode.
- setCache(Ehcache) - Method in class org.springframework.ws.soap.security.x509.cache.EhCacheBasedX509UserCache
-
- setCallbackHandler(CallbackHandler) - Method in class org.springframework.ws.soap.security.xwss.XwsSecurityInterceptor
-
Sets the handler to resolve XWSS callbacks.
- setCallbackHandlers(CallbackHandler[]) - Method in class org.springframework.ws.soap.security.xwss.XwsSecurityInterceptor
-
Sets the handlers to resolve XWSS callbacks.
- setConfiguration(Properties) - Method in class org.springframework.ws.soap.security.wss4j.support.CryptoFactoryBean
-
Deprecated.
Sets the configuration of the Crypto.
- setConfiguration(Properties) - Method in class org.springframework.ws.soap.security.wss4j2.support.CryptoFactoryBean
-
Sets the configuration of the Crypto.
- setCryptoProvider(Class<? extends Crypto>) - Method in class org.springframework.ws.soap.security.wss4j.support.CryptoFactoryBean
-
Deprecated.
Sets the Crypto provider name.
- setCryptoProvider(Class<? extends Crypto>) - Method in class org.springframework.ws.soap.security.wss4j2.support.CryptoFactoryBean
-
Sets the Crypto provider name.
- setDefaultAlias(String) - Method in class org.springframework.ws.soap.security.xwss.callback.KeyStoreCallbackHandler
-
Sets the key store alias for the default certificate and private key.
- setDefaultX509Alias(String) - Method in class org.springframework.ws.soap.security.wss4j.support.CryptoFactoryBean
-
Deprecated.
Sets the alias name of the default certificate which has been specified as a property.
- setDefaultX509Alias(String) - Method in class org.springframework.ws.soap.security.wss4j2.support.CryptoFactoryBean
-
Sets the alias name of the default certificate which has been specified as a property.
- setEnableRevocation(boolean) - Method in class org.springframework.ws.soap.security.wss4j.Wss4jSecurityInterceptor
-
Deprecated.
Set whether to enable CRL checking or not when verifying trust in a certificate.
- setEnableRevocation(boolean) - Method in class org.springframework.ws.soap.security.wss4j2.Wss4jSecurityInterceptor
-
Set whether to enable CRL checking or not when verifying trust in a certificate.
- setEnableSignatureConfirmation(boolean) - Method in class org.springframework.ws.soap.security.wss4j.Wss4jSecurityInterceptor
-
Deprecated.
Whether to enable signatureConfirmation or not.
- setEnableSignatureConfirmation(boolean) - Method in class org.springframework.ws.soap.security.wss4j2.Wss4jSecurityInterceptor
-
Whether to enable signatureConfirmation or not.
- setExceptionResolver(EndpointExceptionResolver) - Method in class org.springframework.ws.soap.security.AbstractWsSecurityInterceptor
-
Provide an EndpointExceptionResolver for resolving validation exceptions.
- setFutureTimeToLive(int) - Method in class org.springframework.ws.soap.security.wss4j.Wss4jSecurityInterceptor
-
Deprecated.
Sets the time in seconds in the future within which the Created time of an
incoming Timestamp is valid.
- setFutureTimeToLive(int) - Method in class org.springframework.ws.soap.security.wss4j2.Wss4jSecurityInterceptor
-
Sets the time in seconds in the future within which the Created time of an
incoming Timestamp is valid.
- setIgnoreFailure(boolean) - Method in class org.springframework.ws.soap.security.xwss.callback.SpringCertificateValidationCallbackHandler
-
- setIgnoreFailure(boolean) - Method in class org.springframework.ws.soap.security.xwss.callback.SpringPlainTextPasswordValidationCallbackHandler
-
- setKeyStore(KeyStore) - Method in class org.springframework.ws.soap.security.support.KeyManagersFactoryBean
-
Sets the source of key material.
- setKeyStore(KeyStore) - Method in class org.springframework.ws.soap.security.support.TrustManagersFactoryBean
-
Sets the source of certificate authorities and related trust material.
- setKeyStore(KeyStore) - Method in class org.springframework.ws.soap.security.wss4j.callback.KeyStoreCallbackHandler
-
Deprecated.
Sets the key store to use if a symmetric key name is embedded.
- setKeyStore(KeyStore) - Method in class org.springframework.ws.soap.security.wss4j2.callback.KeyStoreCallbackHandler
-
Sets the key store to use if a symmetric key name is embedded.
- setKeyStore(KeyStore) - Method in class org.springframework.ws.soap.security.xwss.callback.KeyStoreCallbackHandler
-
Sets the default key store.
- setKeyStoreLocation(Resource) - Method in class org.springframework.ws.soap.security.wss4j.support.CryptoFactoryBean
-
Deprecated.
Sets the location of the key store to be loaded in the Crypto
instance.
- setKeyStoreLocation(Resource) - Method in class org.springframework.ws.soap.security.wss4j2.support.CryptoFactoryBean
-
Sets the location of the key store to be loaded in the Crypto
instance.
- setKeyStorePassword(String) - Method in class org.springframework.ws.soap.security.wss4j.support.CryptoFactoryBean
-
Deprecated.
Sets the key store password.
- setKeyStorePassword(String) - Method in class org.springframework.ws.soap.security.wss4j2.support.CryptoFactoryBean
-
Sets the key store password.
- setKeyStoreProvider(String) - Method in class org.springframework.ws.soap.security.wss4j.support.CryptoFactoryBean
-
Deprecated.
Sets the key store provider.
- setKeyStoreProvider(String) - Method in class org.springframework.ws.soap.security.wss4j2.support.CryptoFactoryBean
-
Sets the key store provider.
- setKeyStoreType(String) - Method in class org.springframework.ws.soap.security.wss4j.support.CryptoFactoryBean
-
Deprecated.
Sets the key store type.
- setKeyStoreType(String) - Method in class org.springframework.ws.soap.security.wss4j2.support.CryptoFactoryBean
-
Sets the key store type.
- setLocation(Resource) - Method in class org.springframework.ws.soap.security.support.KeyStoreFactoryBean
-
Sets the location of the key store to use.
- setLoginContextName(String) - Method in class org.springframework.ws.soap.security.xwss.callback.jaas.AbstractJaasValidationCallbackHandler
-
Sets the login context name.
- setMessageSource(MessageSource) - Method in class org.springframework.ws.soap.security.x509.populator.DaoX509AuthoritiesPopulator
-
- setMessageSource(MessageSource) - Method in class org.springframework.ws.soap.security.x509.X509AuthenticationProvider
-
- setPassword(String) - Method in class org.springframework.ws.soap.security.support.KeyManagersFactoryBean
-
Sets the password to use for integrity checking.
- setPassword(String) - Method in class org.springframework.ws.soap.security.support.KeyStoreFactoryBean
-
Sets the password to use for integrity checking.
- setPassword(String) - Method in class org.springframework.ws.soap.security.xwss.callback.SimpleUsernamePasswordCallbackHandler
-
- setPolicyConfiguration(Resource) - Method in class org.springframework.ws.soap.security.xwss.XwsSecurityInterceptor
-
Sets the policy configuration to use for XWSS.
- setPrivateKeyPassword(String) - Method in class org.springframework.ws.soap.security.wss4j.callback.KeyStoreCallbackHandler
-
Deprecated.
Sets the password used to retrieve private keys from the keystore.
- setPrivateKeyPassword(String) - Method in class org.springframework.ws.soap.security.wss4j2.callback.KeyStoreCallbackHandler
-
Sets the password used to retrieve private keys from the keystore.
- setPrivateKeyPassword(String) - Method in class org.springframework.ws.soap.security.xwss.callback.KeyStoreCallbackHandler
-
Sets the password used to retrieve private keys from the keystore.
- setProvider(String) - Method in class org.springframework.ws.soap.security.support.KeyManagersFactoryBean
-
Sets the provider of the key manager to use.
- setProvider(String) - Method in class org.springframework.ws.soap.security.support.KeyStoreFactoryBean
-
Sets the provider of the key store to use.
- setProvider(String) - Method in class org.springframework.ws.soap.security.support.TrustManagersFactoryBean
-
Sets the provider of the trust manager to use.
- setRemoveSecurityHeader(boolean) - Method in class org.springframework.ws.soap.security.wss4j.Wss4jSecurityInterceptor
-
Deprecated.
- setRemoveSecurityHeader(boolean) - Method in class org.springframework.ws.soap.security.wss4j2.Wss4jSecurityInterceptor
-
- setRevocationEnabled(boolean) - Method in class org.springframework.ws.soap.security.xwss.callback.KeyStoreCallbackHandler
-
Determines if certificate revocation checking is enabled or not.
- setSamlIssuer(SAMLIssuer) - Method in class org.springframework.ws.soap.security.wss4j.Wss4jSecurityInterceptor
-
Deprecated.
Sets the SAML issuer.
- setSamlProperties(String) - Method in class org.springframework.ws.soap.security.wss4j.Wss4jSecurityInterceptor
-
Deprecated.
Sets the location of the SAML properties file.
- setSecurementActions(String) - Method in class org.springframework.ws.soap.security.wss4j.Wss4jSecurityInterceptor
-
Deprecated.
- setSecurementActions(String) - Method in class org.springframework.ws.soap.security.wss4j2.Wss4jSecurityInterceptor
-
- setSecurementActor(String) - Method in class org.springframework.ws.soap.security.wss4j.Wss4jSecurityInterceptor
-
Deprecated.
The actor name of the wsse:Security header.
- setSecurementActor(String) - Method in class org.springframework.ws.soap.security.wss4j2.Wss4jSecurityInterceptor
-
The actor name of the wsse:Security header.
- setSecurementEncryptionCrypto(Crypto) - Method in class org.springframework.ws.soap.security.wss4j.Wss4jSecurityInterceptor
-
Deprecated.
- setSecurementEncryptionCrypto(Crypto) - Method in class org.springframework.ws.soap.security.wss4j2.Wss4jSecurityInterceptor
-
- setSecurementEncryptionEmbeddedKeyName(String) - Method in class org.springframework.ws.soap.security.wss4j.Wss4jSecurityInterceptor
-
Deprecated.
Sets the key name that needs to be sent for encryption.
- setSecurementEncryptionKeyIdentifier(String) - Method in class org.springframework.ws.soap.security.wss4j.Wss4jSecurityInterceptor
-
Deprecated.
Defines which key identifier type to use.
- setSecurementEncryptionKeyIdentifier(String) - Method in class org.springframework.ws.soap.security.wss4j2.Wss4jSecurityInterceptor
-
Defines which key identifier type to use.
- setSecurementEncryptionKeyTransportAlgorithm(String) - Method in class org.springframework.ws.soap.security.wss4j.Wss4jSecurityInterceptor
-
Deprecated.
Defines which algorithm to use to encrypt the generated symmetric key.
- setSecurementEncryptionKeyTransportAlgorithm(String) - Method in class org.springframework.ws.soap.security.wss4j2.Wss4jSecurityInterceptor
-
Defines which algorithm to use to encrypt the generated symmetric key.
- setSecurementEncryptionParts(String) - Method in class org.springframework.ws.soap.security.wss4j.Wss4jSecurityInterceptor
-
Deprecated.
Property to define which parts of the request shall be encrypted.
- setSecurementEncryptionParts(String) - Method in class org.springframework.ws.soap.security.wss4j2.Wss4jSecurityInterceptor
-
Property to define which parts of the request shall be encrypted.
- setSecurementEncryptionSymAlgorithm(String) - Method in class org.springframework.ws.soap.security.wss4j.Wss4jSecurityInterceptor
-
Deprecated.
Defines which symmetric encryption algorithm to use.
- setSecurementEncryptionSymAlgorithm(String) - Method in class org.springframework.ws.soap.security.wss4j2.Wss4jSecurityInterceptor
-
Defines which symmetric encryption algorithm to use.
- setSecurementEncryptionUser(String) - Method in class org.springframework.ws.soap.security.wss4j.Wss4jSecurityInterceptor
-
Deprecated.
The user's name for encryption.
- setSecurementEncryptionUser(String) - Method in class org.springframework.ws.soap.security.wss4j2.Wss4jSecurityInterceptor
-
The user's name for encryption.
- setSecurementMustUnderstand(boolean) - Method in class org.springframework.ws.soap.security.wss4j.Wss4jSecurityInterceptor
-
Deprecated.
Enables the mustUnderstand attribute on WS-Security headers on outgoing messages.
- setSecurementMustUnderstand(boolean) - Method in class org.springframework.ws.soap.security.wss4j2.Wss4jSecurityInterceptor
-
Enables the mustUnderstand attribute on WS-Security headers on outgoing messages.
- setSecurementPassword(String) - Method in class org.springframework.ws.soap.security.wss4j.Wss4jSecurityInterceptor
-
Deprecated.
- setSecurementPassword(String) - Method in class org.springframework.ws.soap.security.wss4j2.Wss4jSecurityInterceptor
-
- setSecurementPasswordType(String) - Method in class org.springframework.ws.soap.security.wss4j.Wss4jSecurityInterceptor
-
Deprecated.
Specific parameter for UsernameToken action to define the encoding of the passowrd.
- setSecurementPasswordType(String) - Method in class org.springframework.ws.soap.security.wss4j2.Wss4jSecurityInterceptor
-
Specific parameter for UsernameToken action to define the encoding of the passowrd.
- setSecurementSignatureAlgorithm(String) - Method in class org.springframework.ws.soap.security.wss4j.Wss4jSecurityInterceptor
-
Deprecated.
Defines which signature algorithm to use.
- setSecurementSignatureAlgorithm(String) - Method in class org.springframework.ws.soap.security.wss4j2.Wss4jSecurityInterceptor
-
Defines which signature algorithm to use.
- setSecurementSignatureCrypto(Crypto) - Method in class org.springframework.ws.soap.security.wss4j.Wss4jSecurityInterceptor
-
Deprecated.
- setSecurementSignatureCrypto(Crypto) - Method in class org.springframework.ws.soap.security.wss4j2.Wss4jSecurityInterceptor
-
- setSecurementSignatureDigestAlgorithm(String) - Method in class org.springframework.ws.soap.security.wss4j.Wss4jSecurityInterceptor
-
Deprecated.
Defines which signature digest algorithm to use.
- setSecurementSignatureDigestAlgorithm(String) - Method in class org.springframework.ws.soap.security.wss4j2.Wss4jSecurityInterceptor
-
Defines which signature digest algorithm to use.
- setSecurementSignatureKeyIdentifier(String) - Method in class org.springframework.ws.soap.security.wss4j.Wss4jSecurityInterceptor
-
Deprecated.
Defines which key identifier type to use.
- setSecurementSignatureKeyIdentifier(String) - Method in class org.springframework.ws.soap.security.wss4j2.Wss4jSecurityInterceptor
-
Defines which key identifier type to use.
- setSecurementSignatureParts(String) - Method in class org.springframework.ws.soap.security.wss4j.Wss4jSecurityInterceptor
-
Deprecated.
Property to define which parts of the request shall be signed.
- setSecurementSignatureParts(String) - Method in class org.springframework.ws.soap.security.wss4j2.Wss4jSecurityInterceptor
-
Property to define which parts of the request shall be signed.
- setSecurementSignatureUser(String) - Method in class org.springframework.ws.soap.security.wss4j.Wss4jSecurityInterceptor
-
Deprecated.
The user's name for signature.
- setSecurementSignatureUser(String) - Method in class org.springframework.ws.soap.security.wss4j2.Wss4jSecurityInterceptor
-
The user's name for signature.
- setSecurementTimeToLive(int) - Method in class org.springframework.ws.soap.security.wss4j.Wss4jSecurityInterceptor
-
Deprecated.
Sets the time to live on the outgoing message
- setSecurementTimeToLive(int) - Method in class org.springframework.ws.soap.security.wss4j2.Wss4jSecurityInterceptor
-
Sets the time to live on the outgoing message
- setSecurementUseDerivedKey(boolean) - Method in class org.springframework.ws.soap.security.wss4j.Wss4jSecurityInterceptor
-
Deprecated.
Enables the derivation of keys as per the UsernameTokenProfile 1.1 spec.
- setSecurementUseDerivedKey(boolean) - Method in class org.springframework.ws.soap.security.wss4j2.Wss4jSecurityInterceptor
-
Enables the derivation of keys as per the UsernameTokenProfile 1.1 spec.
- setSecurementUsername(String) - Method in class org.springframework.ws.soap.security.wss4j.Wss4jSecurityInterceptor
-
Deprecated.
Sets the username for securement username token or/and the alias of the private key for securement signature
- setSecurementUsername(String) - Method in class org.springframework.ws.soap.security.wss4j2.Wss4jSecurityInterceptor
-
Sets the username for securement username token or/and the alias of the private key for securement signature
- setSecurementUsernameTokenCreated(boolean) - Method in class org.springframework.ws.soap.security.wss4j2.Wss4jSecurityInterceptor
-
Sets whether or not a Created element is added to the
UsernameTokens.
- setSecurementUsernameTokenElements(String) - Method in class org.springframework.ws.soap.security.wss4j.Wss4jSecurityInterceptor
-
Deprecated.
Sets the additional elements in UsernameTokens.
- setSecurementUsernameTokenNonce(boolean) - Method in class org.springframework.ws.soap.security.wss4j2.Wss4jSecurityInterceptor
-
Sets whether or not a Nonce element is added to the
UsernameTokens.
- setSecureRequest(boolean) - Method in class org.springframework.ws.soap.security.AbstractWsSecurityInterceptor
-
Indicates whether client-side outgoing requests are to be secured.
- setSecureResponse(boolean) - Method in class org.springframework.ws.soap.security.AbstractWsSecurityInterceptor
-
Indicates whether server-side outgoing responses are to be secured.
- setSkipValidationIfNoHeaderPresent(boolean) - Method in class org.springframework.ws.soap.security.AbstractWsSecurityInterceptor
-
Allows skipping validation if no security header is present.
- setSubjectDNRegex(String) - Method in class org.springframework.ws.soap.security.x509.populator.DaoX509AuthoritiesPopulator
-
Sets the regular expression which will by used to extract the user name from the certificate's Subject
DN.
- setSymmetricKeyPassword(String) - Method in class org.springframework.ws.soap.security.wss4j.callback.KeyStoreCallbackHandler
-
Deprecated.
Sets the password used to retrieve keys from the symmetric keystore.
- setSymmetricKeyPassword(String) - Method in class org.springframework.ws.soap.security.wss4j2.callback.KeyStoreCallbackHandler
-
Sets the password used to retrieve keys from the symmetric keystore.
- setSymmetricKeyPassword(String) - Method in class org.springframework.ws.soap.security.xwss.callback.KeyStoreCallbackHandler
-
Sets the password used to retrieve keys from the symmetric keystore.
- setSymmetricStore(KeyStore) - Method in class org.springframework.ws.soap.security.xwss.callback.KeyStoreCallbackHandler
-
Sets the key store used for encryption and decryption using symmetric keys.
- setTimestampPrecisionInMilliseconds(boolean) - Method in class org.springframework.ws.soap.security.wss4j.Wss4jSecurityInterceptor
-
Deprecated.
Sets if the generated timestamp header's precision is in milliseconds.
- setTimestampPrecisionInMilliseconds(boolean) - Method in class org.springframework.ws.soap.security.wss4j2.Wss4jSecurityInterceptor
-
Sets if the generated timestamp header's precision is in milliseconds.
- setTimestampStrict(boolean) - Method in class org.springframework.ws.soap.security.wss4j.Wss4jSecurityInterceptor
-
Deprecated.
Sets whether or not timestamp verification is done with the server-side time to live
- setTimestampStrict(boolean) - Method in class org.springframework.ws.soap.security.wss4j2.Wss4jSecurityInterceptor
-
Sets whether or not timestamp verification is done with the server-side time to live
- setTrustStore(KeyStore) - Method in class org.springframework.ws.soap.security.xwss.callback.KeyStoreCallbackHandler
-
Sets the key store used for signature verifications and encryptions.
- setTrustStorePassword(String) - Method in class org.springframework.ws.soap.security.wss4j.support.CryptoFactoryBean
-
Deprecated.
Sets the trust store password.
- setTrustStorePassword(String) - Method in class org.springframework.ws.soap.security.wss4j2.support.CryptoFactoryBean
-
Sets the trust store password.
- setType(String) - Method in class org.springframework.ws.soap.security.support.KeyStoreFactoryBean
-
Sets the type of the KeyStore to use.
- setUserCache(UserCache) - Method in class org.springframework.ws.soap.security.wss4j.callback.SpringSecurityPasswordValidationCallbackHandler
-
Deprecated.
Sets the users cache.
- setUserCache(UserCache) - Method in class org.springframework.ws.soap.security.wss4j2.callback.SpringSecurityPasswordValidationCallbackHandler
-
Sets the users cache.
- setUserCache(UserCache) - Method in class org.springframework.ws.soap.security.xwss.callback.SpringDigestPasswordValidationCallbackHandler
-
Sets the users cache.
- setUserDetailsService(UserDetailsService) - Method in class org.springframework.ws.soap.security.wss4j.callback.SpringSecurityPasswordValidationCallbackHandler
-
Deprecated.
Sets the Spring Security user details service.
- setUserDetailsService(UserDetailsService) - Method in class org.springframework.ws.soap.security.wss4j2.callback.SpringSecurityPasswordValidationCallbackHandler
-
Sets the Spring Security user details service.
- setUserDetailsService(UserDetailsService) - Method in class org.springframework.ws.soap.security.x509.populator.DaoX509AuthoritiesPopulator
-
- setUserDetailsService(UserDetailsService) - Method in class org.springframework.ws.soap.security.xwss.callback.SpringDigestPasswordValidationCallbackHandler
-
Sets the Spring Security user details service.
- setUsername(String) - Method in class org.springframework.ws.soap.security.xwss.callback.SimpleUsernamePasswordCallbackHandler
-
- setUsers(Properties) - Method in class org.springframework.ws.soap.security.wss4j.callback.SimplePasswordValidationCallbackHandler
-
Deprecated.
Sets the users to validate against.
- setUsers(Properties) - Method in class org.springframework.ws.soap.security.wss4j2.callback.SimplePasswordValidationCallbackHandler
-
Sets the users to validate against.
- setUsers(Properties) - Method in class org.springframework.ws.soap.security.xwss.callback.SimplePasswordValidationCallbackHandler
-
Sets the users to validate against.
- setUsersMap(Map<String, String>) - Method in class org.springframework.ws.soap.security.wss4j.callback.SimplePasswordValidationCallbackHandler
-
Deprecated.
- setUsersMap(Map<String, String>) - Method in class org.springframework.ws.soap.security.wss4j2.callback.SimplePasswordValidationCallbackHandler
-
- setUsersMap(Map<String, String>) - Method in class org.springframework.ws.soap.security.xwss.callback.SimplePasswordValidationCallbackHandler
-
- setValid(boolean) - Method in class org.springframework.ws.soap.security.xwss.callback.MockValidationCallbackHandler
-
- setValidateRequest(boolean) - Method in class org.springframework.ws.soap.security.AbstractWsSecurityInterceptor
-
Indicates whether server-side incoming request are to be validated.
- setValidateResponse(boolean) - Method in class org.springframework.ws.soap.security.AbstractWsSecurityInterceptor
-
Indicates whether client-side incoming responses are to be validated.
- setValidationActions(String) - Method in class org.springframework.ws.soap.security.wss4j.Wss4jSecurityInterceptor
-
Deprecated.
Sets the validation actions to be executed by the interceptor.
- setValidationActions(String) - Method in class org.springframework.ws.soap.security.wss4j2.Wss4jSecurityInterceptor
-
Sets the validation actions to be executed by the interceptor.
- setValidationActor(String) - Method in class org.springframework.ws.soap.security.wss4j.Wss4jSecurityInterceptor
-
Deprecated.
- setValidationActor(String) - Method in class org.springframework.ws.soap.security.wss4j2.Wss4jSecurityInterceptor
-
- setValidationCallbackHandler(CallbackHandler) - Method in class org.springframework.ws.soap.security.wss4j.Wss4jSecurityInterceptor
-
Deprecated.
Sets the WSPasswordCallback handler to use when validating messages.
- setValidationCallbackHandler(CallbackHandler) - Method in class org.springframework.ws.soap.security.wss4j2.Wss4jSecurityInterceptor
-
Sets the WSPasswordCallback handler to use when validating messages.
- setValidationCallbackHandlers(CallbackHandler[]) - Method in class org.springframework.ws.soap.security.wss4j.Wss4jSecurityInterceptor
-
Deprecated.
Sets the WSPasswordCallback handlers to use when validating messages.
- setValidationCallbackHandlers(CallbackHandler[]) - Method in class org.springframework.ws.soap.security.wss4j2.Wss4jSecurityInterceptor
-
Sets the WSPasswordCallback handlers to use when validating messages.
- setValidationDecryptionCrypto(Crypto) - Method in class org.springframework.ws.soap.security.wss4j.Wss4jSecurityInterceptor
-
Deprecated.
Sets the Crypto to use to decrypt incoming messages
- setValidationDecryptionCrypto(Crypto) - Method in class org.springframework.ws.soap.security.wss4j2.Wss4jSecurityInterceptor
-
Sets the Crypto to use to decrypt incoming messages
- setValidationSignatureCrypto(Crypto) - Method in class org.springframework.ws.soap.security.wss4j.Wss4jSecurityInterceptor
-
Deprecated.
Sets the Crypto to use to verify the signature of incoming messages
- setValidationSignatureCrypto(Crypto) - Method in class org.springframework.ws.soap.security.wss4j2.Wss4jSecurityInterceptor
-
Sets the Crypto to use to verify the signature of incoming messages
- setValidationTimeToLive(int) - Method in class org.springframework.ws.soap.security.wss4j.Wss4jSecurityInterceptor
-
Deprecated.
Sets the server-side time to live
- setValidationTimeToLive(int) - Method in class org.springframework.ws.soap.security.wss4j2.Wss4jSecurityInterceptor
-
Sets the server-side time to live
- setWssConfig(WSSConfig) - Method in class org.springframework.ws.soap.security.wss4j.Wss4jSecurityInterceptor
-
Deprecated.
Sets the web service specification settings.
- setWssConfig(WSSConfig) - Method in class org.springframework.ws.soap.security.wss4j2.Wss4jSecurityInterceptor
-
Sets the web service specification settings.
- setX509AuthoritiesPopulator(X509AuthoritiesPopulator) - Method in class org.springframework.ws.soap.security.x509.X509AuthenticationProvider
-
- setX509UserCache(X509UserCache) - Method in class org.springframework.ws.soap.security.x509.X509AuthenticationProvider
-
- SimplePasswordValidationCallbackHandler - Class in org.springframework.ws.soap.security.wss4j.callback
-
- SimplePasswordValidationCallbackHandler() - Constructor for class org.springframework.ws.soap.security.wss4j.callback.SimplePasswordValidationCallbackHandler
-
Deprecated.
- SimplePasswordValidationCallbackHandler - Class in org.springframework.ws.soap.security.wss4j2.callback
-
Simple callback handler that validates passwords against a in-memory Properties object.
- SimplePasswordValidationCallbackHandler() - Constructor for class org.springframework.ws.soap.security.wss4j2.callback.SimplePasswordValidationCallbackHandler
-
- SimplePasswordValidationCallbackHandler - Class in org.springframework.ws.soap.security.xwss.callback
-
Simple callback handler that validates passwords agains a in-memory Properties object.
- SimplePasswordValidationCallbackHandler() - Constructor for class org.springframework.ws.soap.security.xwss.callback.SimplePasswordValidationCallbackHandler
-
- SimpleUsernamePasswordCallbackHandler - Class in org.springframework.ws.soap.security.xwss.callback
-
Simple callback handler that supplies a username and password to a username token at runtime.
- SimpleUsernamePasswordCallbackHandler() - Constructor for class org.springframework.ws.soap.security.xwss.callback.SimpleUsernamePasswordCallbackHandler
-
Constructs an empty instance of the SimpleUsernamePasswordCallbackHandler.
- SimpleUsernamePasswordCallbackHandler(String, String) - Constructor for class org.springframework.ws.soap.security.xwss.callback.SimpleUsernamePasswordCallbackHandler
-
Constructs an instance of the SimpleUsernamePasswordCallbackHandler with the given name and password.
- SpringCertificateValidationCallbackHandler - Class in org.springframework.ws.soap.security.xwss.callback
-
Callback handler that validates a certificate using an Spring Security AuthenticationManager.
- SpringCertificateValidationCallbackHandler() - Constructor for class org.springframework.ws.soap.security.xwss.callback.SpringCertificateValidationCallbackHandler
-
- SpringDigestPasswordValidationCallbackHandler - Class in org.springframework.ws.soap.security.xwss.callback
-
Callback handler that validates a password digest using an Spring Security UserDetailsService.
- SpringDigestPasswordValidationCallbackHandler() - Constructor for class org.springframework.ws.soap.security.xwss.callback.SpringDigestPasswordValidationCallbackHandler
-
- SpringPlainTextPasswordValidationCallbackHandler - Class in org.springframework.ws.soap.security.xwss.callback
-
Callback handler that validates a certificate uses an Spring Security AuthenticationManager.
- SpringPlainTextPasswordValidationCallbackHandler() - Constructor for class org.springframework.ws.soap.security.xwss.callback.SpringPlainTextPasswordValidationCallbackHandler
-
- SpringSecurityPasswordValidationCallbackHandler - Class in org.springframework.ws.soap.security.wss4j.callback
-
- SpringSecurityPasswordValidationCallbackHandler() - Constructor for class org.springframework.ws.soap.security.wss4j.callback.SpringSecurityPasswordValidationCallbackHandler
-
Deprecated.
- SpringSecurityPasswordValidationCallbackHandler - Class in org.springframework.ws.soap.security.wss4j2.callback
-
Callback handler that validates a plain text or digest password using an Spring Security UserDetailsService.
- SpringSecurityPasswordValidationCallbackHandler() - Constructor for class org.springframework.ws.soap.security.wss4j2.callback.SpringSecurityPasswordValidationCallbackHandler
-
- SpringSecurityUtils - Class in org.springframework.ws.soap.security.support
-
Generic utility methods for Spring Security
- SpringSecurityUtils() - Constructor for class org.springframework.ws.soap.security.support.SpringSecurityUtils
-
- SpringUsernamePasswordCallbackHandler - Class in org.springframework.ws.soap.security.xwss.callback
-
Callback handler that adds username/password information to a mesage using an Spring Security SecurityContext.
- SpringUsernamePasswordCallbackHandler() - Constructor for class org.springframework.ws.soap.security.xwss.callback.SpringUsernamePasswordCallbackHandler
-
- supports(Class<?>) - Method in class org.springframework.ws.soap.security.x509.X509AuthenticationProvider
-