Skip to content

This CA API Gateway (Layer 7) custom assertion allows simple transformations that are not available in the gateway

License

Notifications You must be signed in to change notification settings

guyplusplus/String-Simple-Transform-Custom-Assertion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

String Simple Transform Custom Assertion

This assertion allows simple transformation such as:

  • trim spaces
  • to upper case and lower case
  • encore and decode hexadecimal strings in UTF-8 and UTF-16 character sets
  • encode and decode JSON and XML 1.0 and 1.1 strings

Dialog Screenshot

It has been designed to support easy addition of a new type transformation without the need of the Custom Assertion SDK. The 'transforms' package is independent and can be compiled without the SDK.

At the core, the StringTransformer.java class itself contains most of the actual transformation code. It can be compiled without the SDK. Just need to replace the generated .class file(s) in the jar file.

About

This CA API Gateway (Layer 7) custom assertion allows simple transformations that are not available in the gateway

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages