Binding mechanisms
  • 22 Jan 2025
  • 1 Minute à lire
  • Sombre
    Lumière
  • PDF

Binding mechanisms

  • Sombre
    Lumière
  • PDF

The content is currently unavailable in French. You are viewing the default English version.
Résumé de l’article

There are two types of binding mechanisms used, and the integration process  will  randomize  the mechanism used for each individual constant.

Push binding: This is used on static class fields. On the first usage of a Java class, constants values will be pushed by App Shielding to the class field values.

Pull binding: The code that uses a constant is rewritten to fetch the constant from App Shielding at runtime using a method call.

The push-bindings of a single class are all initialized once a class is used, and they are available to the application during its entire run-time. The pull-bindings are always fetched on-demand when needed, and this transfers control from the application logic to App Shielding in order to perform runtime checks of the app security which need to pass before the value is returned.


Cet article vous a-t-il été utile ?

Changing your password will log you out immediately. Use the new password to log back in.
First name must have atleast 2 characters. Numbers and special characters are not allowed.
Last name must have atleast 1 characters. Numbers and special characters are not allowed.
Enter a valid email
Enter a valid password
Your profile has been successfully updated.
ESC

Ozzy, facilitant la découverte de connaissances grâce à l’intelligence conversationnelle