public class AuthorizationExpressionParser extends Object
| Constructor and Description |
|---|
AuthorizationExpressionParser() |
| Modifier and Type | Method and Description |
|---|---|
static InfixSQL |
convertPostfixToInfix(Queue postFixQueue,
Map<CaseInsensitiveString,String> propertyTypeMap,
boolean isHanaSql,
String serviceName,
String entityName) |
static StringBuilder |
convertToPseudoSql(String[] tokens) |
static Queue<Object> |
infixToPostfix(String exp) |
static String[] |
tokenizer(String exp2) |
static boolean |
transformValueAndCheckIfSpecial(String[] tokens,
com.google.gson.JsonObject userAttributes) |
public static boolean transformValueAndCheckIfSpecial(String[] tokens, com.google.gson.JsonObject userAttributes)
public static StringBuilder convertToPseudoSql(String[] tokens)
Copyright © 2020 SAP. All Rights Reserved.