Giter VIP home page Giter VIP logo

pdputils-custom-preprocessor's Introduction

PDP Request Preprocessor Extension

This is Request Preprocessor extensions tool, developed for processing XACML Requests before evaluation by the PDP engine.

This extension allows us to intercept the request โ€“ even modify it if needed โ€“ before evaluated by AccessPolicy. We are in a way pausing the ABAC engine action flow, do necessary work, and resume the flow.

The plugin is a standalone java application packaged as a jar file and placed in already deployed ABAC engine library folder.

Below figure illustrates the deployment point where the tool is deployed. The tool manipulates the XACML requests by extracting the contexts from semantic reasoner.

image info

The tool for thesis project focuses on two attribute category ids:

  • urn:oasis:names:tc:xacml:1.0:subject-category:access-subject
  • urn:oasis:names:tc:xacml:3.0:attribute-category:action

Once the plugin is enabled, any request that arrives at PDP is checked if contains any of those category ids. If any attribute is detected, then the plugin intercepts the request and communicates with semantic reasoner to find any synonyms for retrieved attribute. Upon fetching the synonyms, request is refactored by enriching it with received attribute synonyms.

Overall process is described on following figure.

image info

pdputils-custom-preprocessor's People

Contributors

ugurbayram avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.