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.
OAuth 2.0 Client filter implementation.
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
Methods in org.forgerock.openig.filter with parameters of type LeftValueExpressionModifier and TypeMethodDescriptionAssignmentFilter.addRequestBinding(Expression<Boolean> condition, LeftValueExpression<?> target, Expression<?> value) Registers a conditional binding on the request flow.AssignmentFilter.addRequestBinding(LeftValueExpression<?> target) Registers an unconditional (always executed) binding on the request flow.AssignmentFilter.addRequestBinding(LeftValueExpression<?> target, Expression<?> value) Registers an unconditional (always executed) binding on the request flow.AssignmentFilter.addResponseBinding(Expression<Boolean> condition, LeftValueExpression<?> target, Expression<?> value) Registers a conditional binding on the response flow.AssignmentFilter.addResponseBinding(LeftValueExpression<?> target) Registers an unconditional (always executed) binding on the response flow.AssignmentFilter.addResponseBinding(LeftValueExpression<?> target, Expression<?> value) Registers an unconditional (always executed) binding on the response flow.Constructors in org.forgerock.openig.filter with parameters of type LeftValueExpressionModifierConstructorDescriptionEntityExtractFilter(MessageType type, LeftValueExpression<?> target) Builds an EntityExtractFilter that will act either onMessageType.REQUESTorMessageType.RESPONSEflow, extracting patterns into the giventargetExpression.EntityExtractFilter(MessageType type, LeftValueExpression<?> target, Charset charset) Builds an EntityExtractFilter that will act either onMessageType.REQUESTorMessageType.RESPONSEflow, extracting patterns into the giventargetExpression.FileAttributesFilter(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.filter.oauth2.client
Methods in org.forgerock.openig.filter.oauth2.client with parameters of type LeftValueExpressionModifier and TypeMethodDescriptionOAuth2ClientFilter.setTarget(LeftValueExpression<?> target) Sets the expression which will be used for storing authorization information in the context. -
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 runtimeLeftValueExpressionof type T, which is a String with a specificSyntax.static <T> org.forgerock.openig.model.type.Syntax<LeftValueExpression<T>>TypeDefinitions.leftValueExpressionSyntaxOf(Class<T> type) Creates a left-value expressionSyntaxthat is bound to the giventype. -
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.