public class TokenWarpScriptExtension extends WarpScriptExtension
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CONF_TOKEN_SECRET
Name of configuration key with the token secret.
|
static java.lang.String |
KEY_TOKEN_SECRET
Name of the keystore key with OSS wrapped token secret
|
static java.lang.String |
TOKEN_SECRET
Current Token Secret
|
| Constructor and Description |
|---|
TokenWarpScriptExtension() |
TokenWarpScriptExtension(KeyStore keystore) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,java.lang.Object> |
getFunctions()
Return a map of function name to actual function.
|
register, wrapMacropublic static final java.lang.String CONF_TOKEN_SECRET
public static final java.lang.String KEY_TOKEN_SECRET
public static java.lang.String TOKEN_SECRET
public TokenWarpScriptExtension()
public TokenWarpScriptExtension(KeyStore keystore)
public java.util.Map<java.lang.String,java.lang.Object> getFunctions()
WarpScriptExtensiongetFunctions in class WarpScriptExtension