Latest Activity

code

Two custom policy applied on the same will, should the final result be "AND" or "OR" of the 2 policies' results?

Hi all, There are 2 Custom Policy. Policy-1. According to the uid user passed, append one filter to the query. It only returns ACCEPT_WITH_FILTER. Policy-2. When user's query does not satisfy some condition, return ACCEPT; otherwise, return REJECT. N...

custom policy conflicts

code

Can Denodo Java custom policy Stop query and prompt customized error message?

Hi team, we want to apply custom policy to achieve a requirement: if user query some view without specified filters , we need to cancel their query and propmt customised error message like "need to input filters with columns XXXX" can you confirm, does...

custom policy customised error message

code

Notification of custom policy deactivation

Hello, I'm working on a project where we use a custom policy in Denodo. That policy restricts access to sensitive data. Somehow, it was deactivated. We were wondering if a notification can be triggered if a custom policy is deactivated or activated....

custom policy

code

Authentication to VDP in Custom View Policy Context

Hi, I am developing a Custom View Policy, which sends a SQL-Query to VDP to get Tag information from get_view_tags() as in connection = DriverManager.getConnection(uri, user, passwd); PreparedStatement statement = connection.prepareStatement(SQLqueryT...

custom policy Authentication

code

How to use script to import custom policy jar artifacts to VDP

HI Team, We want to automate the process to import the custom policy jar artifacts to VDP, can you please provide some way? Is there some manual about it? Thanks

custom policy auto import script

code

Denodo custom policy function to get curent view name

Hi team, I am currently working on denodo custom policy, and I want to get the current view name, which function I can use. I understand if I want to get the currentusername, I can use function "context. getCurrentUserName()", how about for getting cur...

Denodo custom policy current view name

code

Custom Policy: Query another view

Hello, I'm trying to query another view inside custom policy I've tried loading the driver class using: Class.forName("com.denodo.vdp.jdbc.Driver"); I also added the denodo-vdp-jdbcdriver.jar when compiling my custom policy. The error that oc...

custom policy

code

Custom policies - Trying to get data from Denodo base view

Using Denodo 8.0, I'm trying to build a custom policy that will be applied to a specific derived view, that works this way: When user tries to access the data of a derived view, the policy checks to see if the current user is in a config table. If th...

Denodo 8.0 custom policy jmx

code

Help ASAP with Property File Location

Hello, we have created a custom policy to provide row-level security to certain objects. Inside the logic, this policy works with config tables to get the provided level of security for the users via JDBC. Since we are connecting via JDBC, we have to s...

Denodo 8.0 custom policy properties

code

Column based security in Custom Policy?

We've built a Java custom policy that returns certain rows of data based on the user's security in a config table, but can Custom Policies give us column-level security? As in, can Denodo return only a certain amount of columns of a table based on the ...

Denodo 8.0 custom policy data security