You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
About your your first question @raphaelahren asked about the same and probably, but I'm not sure it he did any implmementation.
About second one, what do you meean for PIP?
PIP, I mean PRP used by PDP. Are you using any database for saving policies? Do you use any intermediate domain model for policy or just xacml directly ?
@AlvaroVega I did changed the code a little so that I can generate two jars for the PAP and one for the PDP. Since I'm not so familiar with the code base, these had been very minor changes. Basically copying the AcService.java to MngrService.java and removing the PAP/PDP parts accordingly.
@jainh As far as I know there is no Policy information Point (PIP) support in keypass and when you look at the XACML standard a PDP doesn't have to. The standard mentions the context handler which is neither a part of the PEP or the PDP. But this is between the communication of the PEP and PDP and is responsible for collecting information from the PIP.
I have two questions as follows:
The text was updated successfully, but these errors were encountered: