Uses of Class
org.forgerock.openig.el.LeftValueExpression
Packages that use LeftValueExpression
Package
Description
Integrates with the Java Enterprise Edition Unified Expression Language API.
Filters the requests and/or responses of HTTP.
Provides SQL and JDBC support.
Contains everything commonly used to work with
TypeDefinition
.Miscellaneous utility classes.
-
Uses of LeftValueExpression in org.forgerock.openig.el
Methods in org.forgerock.openig.el that return LeftValueExpressionModifier and TypeMethodDescriptionstatic <T> LeftValueExpression<T>
Factory method to create a LeftValueExpression. -
Uses of LeftValueExpression in org.forgerock.openig.filter
Constructors in org.forgerock.openig.filter with parameters of type LeftValueExpressionModifierConstructorDescriptionFileAttributesFilter
(SeparatedValuesFile file, String key, Expression<String> value, LeftValueExpression<Map> target) Deprecated, for removal: This API element is subject to removal in a future version.use the other constructor instead. -
Uses of LeftValueExpression in org.forgerock.openig.sql
Constructors in org.forgerock.openig.sql with parameters of type LeftValueExpressionModifierConstructorDescriptionSqlAttributesFilter
(DataSource dataSource, LeftValueExpression<Map> target, String preparedStatement) Deprecated, for removal: This API element is subject to removal in a future version.useSqlAttributesFilter(DataSource, String, ScheduledExecutorService)
instead. -
Uses of LeftValueExpression in org.forgerock.openig.types
Methods in org.forgerock.openig.types that return types with arguments of type LeftValueExpressionModifier and TypeMethodDescriptionstatic <T> org.forgerock.openig.model.type.StringTypeDefinition<LeftValueExpression<T>>
TypeDefinitions.leftValueExpressionOf
(Class<T> type) Represents a runtimeLeftValueExpression
of type T, which is a String with a specificSyntax
. -
Uses of LeftValueExpression in org.forgerock.openig.util
Methods in org.forgerock.openig.util that return types with arguments of type LeftValueExpressionModifier and TypeMethodDescriptionstatic <T> Function<JsonValue,
LeftValueExpression<T>, JsonValueException> JsonValues.leftValueExpression
(Class<T> type) Returns a function for transforming JsonValues to left-value expressions.