public class MappingInvoker extends Object
| Constructor and Description |
|---|
MappingInvoker() |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,Object> |
convertMapValueToMap(org.ballerinalang.jvm.values.MapValue mapValue)
Convert MapValue to Map.
|
static void |
initiateJwtMap() |
static boolean |
loadMappingClass(String className) |
static org.ballerinalang.jvm.values.MapValue |
transformJWTValue(org.ballerinalang.jvm.values.MapValue claims,
String className)
Used to add claims to the claim set.
|
public static void initiateJwtMap()
public static boolean loadMappingClass(String className)
public static org.ballerinalang.jvm.values.MapValue transformJWTValue(org.ballerinalang.jvm.values.MapValue claims,
String className)
throws Exception
ExceptionCopyright © 2024 WSO2. All rights reserved.