Integration Server 10.3 | Built-In Services Reference Guide | Security Folder | Summary of Elements in this Folder
 
Summary of Elements in this Folder
 
pub.security:clearAuthenticationCache
pub.security:clearKeyAndChain
pub.security:setKeyAndChain
pub.security:setKeyAndChainFromBytes
pub.security.enterpriseGateway:alertSpec
pub.security.enterpriseGateway:customFilterSpec
pub.security.keystore:getCertificate
pub.security.keystore:getKeyAndChain
pub.security.keystore:getTrustedCertificates
pub.security.keystore:setKeyAndChain
pub.security.keystore.pkcs7:sign
pub.security.outboundPasswords:setPassword
pub.security.outboundPasswords:getPassword
pub.security.outboundPasswords:listKeys
pub.security.outboundPasswords:removePassword
pub.security.outboundPasswords:updatePassword
pub.security.pkcs7:sign
pub.security.pkcs7:verify
pub.security:userInfoSpec
pub.security.util:createMessageDigest
pub.security.util:getCertificateInfo
pub.security.util:loadPKCS7CertChain
pub.security.util:createSecureString
pub.security.util:convertSecureString
pub.security.util:destroySecureString
pub.security.xml:decryptXML
pub.security.xml:encryptXML
pub.security.xml:signXML
pub.security.xml:verifyXML
The following elements are available in this folder:
Element
Package and Description
WmPublic. Clears the authentication cache in Integration Server.
WmPublic. Clears the set key and certificate chain and reverts back to the default key and certificate chain for the subsequent set of invoked services.
WmPublic. Deprecated - Replaced by pub.security.keystore:setKeyAndChain.
WmPublic. Associates a key and certificate chain with the subsequent set of invoked services. Use this service to associate a key and certificate chain that is different from the default settings, and if your key and certificate information is located in byte arrays (rather than files).
WmPublic. Specification for flow services used to send alerts about violations of webMethods Enterprise Gateway rules.
WmPublic. Specification for services that can be invoked by the custom filter in Enterprise Gateway rules.
WmPublic. Returns the trusted certificate, stored in a truststore, that corresponds to the certificate's alias.
WmPublic. Returns a private key and its associated certificate chain from a designated keystore.
WmPublic. Returns the trusted certificates located in a specified truststore.
WmPublic. Associates a key and certificate chain with the subsequent set of invoked services. Use this service to associate a key and certificate chain that is different from the default settings, and if your key and certificate information is stored in a keystore file.
WmPublic. Creates a PKCS7 signed Data object.
WmPublic. Stores a key and password in the password store.
WmPublic. Retrieves a password from the password store for a given key.
WmPublic. Lists the keys in the password store.
WmPublic. Removes a password from the password store for a given key.
WmPublic. Changes the password value for a key already in the password store.
WmPublic. Creates a PKCS7 SignedData object.
WmPublic. Processes a digital signature to guarantee that the data associated with the signature has not been modified.
WmPublic. Specification for the signature of a UserInfo service that performs custom processing based on the personally identifiable information in the OpenID Connect UserInfo token returned from the OpenID Provider
WmPublic. Generates a message digest for a given message.
WmPublic. Retrieves information such as serial number, issuer, and expiration date from a digital certificate.
WmPublic. Converts a certificate chain that is in PKCS #7 format to a list of byte arrays.
WmPublic. Creates a WmSecureString object from either a Java String, byte array, or character array.
WmPublic. Returns a WmSecureString in Java String, byte array, or character array format.
WmPublic. Destroys a WmSecureString such that it no longer resides in memory and is removed from the pipeline.
WmPublic. Decrypts the encrypted XML, and returns the XML as either a string or stream object.
WmPublic. Encrypt an XML document or node in an XML document.
WmPublic. Digitally sign an outgoing XML node or document.
WmPublic. Verifies a signed XML document, or node in an XML document, and returns information about the success or failure of the verification.