public static enum ScriptConstants.GlobalScript extends Enum<ScriptConstants.GlobalScript>
| Enum Constant and Description |
|---|
AUTH_MODULE_CLIENT_SIDE |
AUTH_MODULE_SERVER_SIDE |
DEVICE_ID_MATCH_CLIENT_SIDE |
DEVICE_ID_MATCH_SERVER_SIDE |
OIDC_CLAIMS_SCRIPT |
POLICY_CONDITION_SCRIPT |
| Modifier and Type | Method and Description |
|---|---|
ScriptConstants.ScriptContext |
getContext()
Get the
ScriptConstants.ScriptContext of the global script. |
String |
getDisplayName()
Get the display name of the global script.
|
String |
getId()
Get the Id of the global script.
|
static boolean |
isGlobalScript(String id)
Returns
true if the id is a global script id. |
static ScriptConstants.GlobalScript |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScriptConstants.GlobalScript[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ScriptConstants.GlobalScript AUTH_MODULE_SERVER_SIDE
public static final ScriptConstants.GlobalScript AUTH_MODULE_CLIENT_SIDE
public static final ScriptConstants.GlobalScript DEVICE_ID_MATCH_SERVER_SIDE
public static final ScriptConstants.GlobalScript DEVICE_ID_MATCH_CLIENT_SIDE
public static final ScriptConstants.GlobalScript OIDC_CLAIMS_SCRIPT
public static final ScriptConstants.GlobalScript POLICY_CONDITION_SCRIPT
public static ScriptConstants.GlobalScript[] values()
for (ScriptConstants.GlobalScript c : ScriptConstants.GlobalScript.values()) System.out.println(c);
public static ScriptConstants.GlobalScript valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getDisplayName()
public String getId()
public ScriptConstants.ScriptContext getContext()
ScriptConstants.ScriptContext of the global script.public static boolean isGlobalScript(String id)
true if the id is a global script id.id - The script id.true if the id matches a global script id.Copyright © 2010–2024 Open Identity Platform Community. All rights reserved.