Class TrustPolicyCelLibrary
java.lang.Object
io.confluent.security.policyapi.cel.TrustPolicyCelLibrary
- All Implemented Interfaces:
org.projectnessie.cel.Library
This class implements a library similar to the
cel standard library,
but with only the subset of compile and program options that we want to support.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.projectnessie.cel.Library
org.projectnessie.cel.Library.StdLibrary -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TrustPolicyCelLibrary
public TrustPolicyCelLibrary()
-
-
Method Details
-
customEnvOption
public static org.projectnessie.cel.EnvOption customEnvOption() -
getCompileOptions
- Specified by:
getCompileOptionsin interfaceorg.projectnessie.cel.Library
-
getProgramOptions
- Specified by:
getProgramOptionsin interfaceorg.projectnessie.cel.Library
-