Class CelSecretExtensions
java.lang.Object
com.evolveum.midpoint.model.common.expression.script.mel.extension.AbstractMidPointCelExtensions
com.evolveum.midpoint.model.common.expression.script.mel.extension.CelSecretExtensions
- All Implemented Interfaces:
dev.cel.checker.CelCheckerLibrary,dev.cel.compiler.CelCompilerLibrary,dev.cel.extensions.CelExtensionLibrary.FeatureSet,dev.cel.parser.CelParserLibrary,dev.cel.runtime.CelRuntimeLibrary
Extensions for CEL compiler and runtime implementing dealing with secret providers.
- Author:
- Radovan Semancik
-
Nested Class Summary
Nested classes/interfaces inherited from class com.evolveum.midpoint.model.common.expression.script.mel.extension.AbstractMidPointCelExtensions
AbstractMidPointCelExtensions.Function -
Field Summary
Fields inherited from class com.evolveum.midpoint.model.common.expression.script.mel.extension.AbstractMidPointCelExtensions
FUNC_CONTAINS_IGNORE_CASE_NAME, FUNC_DECRYPT_NAME, FUNC_ENCRYPT_NAME, FUNC_IS_BLANK_NAME, FUNC_IS_EMPTY_NAME -
Constructor Summary
ConstructorsConstructorDescriptionCelSecretExtensions(Protector protector, BasicExpressionFunctions basicExpressionFunctions) -
Method Summary
Modifier and TypeMethodDescriptionprotected com.google.common.collect.ImmutableSet<AbstractMidPointCelExtensions.Function>static dev.cel.extensions.CelExtensionLibrary<CelSecretExtensions>library(Protector protector, BasicExpressionFunctions basicExpressionFunctions) intversion()Methods inherited from class com.evolveum.midpoint.model.common.expression.script.mel.extension.AbstractMidPointCelExtensions
createException, createException, createException, functions, initialize, isCellNull, setCheckerOptions, setRuntimeOptions, toJavaMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface dev.cel.extensions.CelExtensionLibrary.FeatureSet
macros, variablesMethods inherited from interface dev.cel.parser.CelParserLibrary
setParserOptions
-
Constructor Details
-
CelSecretExtensions
-
-
Method Details
-
initializeFunctions
protected com.google.common.collect.ImmutableSet<AbstractMidPointCelExtensions.Function> initializeFunctions()- Specified by:
initializeFunctionsin classAbstractMidPointCelExtensions
-
library
public static dev.cel.extensions.CelExtensionLibrary<CelSecretExtensions> library(Protector protector, BasicExpressionFunctions basicExpressionFunctions) -
version
public int version()
-