All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.contentgrid.thunx.encoding.ThunkExpressionEncoder Maven / Gradle / Ivy

Go to download

Set of (vendor-neutral) data structures to model authorization policy expressions

There is a newer version: 0.11.0
Show newest version
package com.contentgrid.thunx.encoding;

import com.contentgrid.thunx.predicates.model.ThunkExpression;

@FunctionalInterface
public
interface ThunkExpressionEncoder {

    byte[] encode(ThunkExpression expression);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy