-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Native java klient for PDP / ABAC (#1163)
- Loading branch information
Showing
26 changed files
with
176 additions
and
1,440 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
felles/abac/src/main/java/no/nav/vedtak/sikkerhet/pdp/PdpConsumer.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
package no.nav.vedtak.sikkerhet.pdp; | ||
|
||
import no.nav.vedtak.sikkerhet.pdp.xacml.XacmlRequestBuilder; | ||
import no.nav.vedtak.sikkerhet.pdp.xacml.XacmlResponseWrapper; | ||
import no.nav.vedtak.sikkerhet.pdp.xacml.XacmlResponse; | ||
|
||
public interface PdpConsumer { | ||
XacmlResponseWrapper evaluate(XacmlRequestBuilder request); | ||
XacmlResponse evaluate(XacmlRequestBuilder request); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.