public class JWTUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
getGrantType() |
static String |
getJWTAttribute(String attributeName) |
static List<String> |
getScopes() |
static com.google.gson.JsonElement |
getValueForAnyAttributeFromJWT(String dotDelimitedJSONObjectAccessKey)
Return the JSON Element representation for attribute value
Similar to JSON object access notation each object access is delimited by dot(.).
|
static com.google.gson.JsonElement |
getValueFromJwt(String attributeName) |
public static com.google.gson.JsonElement getValueFromJwt(String attributeName)
public static String getGrantType()
public static com.google.gson.JsonElement getValueForAnyAttributeFromJWT(String dotDelimitedJSONObjectAccessKey)
dotDelimitedJSONObjectAccessKey - dot delimited json object access keyJsonElement containing the current information for specified field.Copyright © 2020 SAP. All Rights Reserved.