public class ScriptConfiguration extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ScriptConfiguration.Builder
Builder for
ScriptConfiguration. |
| Modifier and Type | Method and Description |
|---|---|
static ScriptConfiguration.Builder |
builder()
Create a builder for
ScriptConfiguration. |
boolean |
equals(Object o) |
ScriptConstants.ScriptContext |
getContext()
Get the context in which the script will be used.
|
String |
getCreatedBy()
Get the ID of the user that created the script.
|
long |
getCreationDate()
Get the date this script was created.
|
String |
getDescription()
Get the description for the script.
|
String |
getId()
Get the universally unique identifier for the
ScriptConfiguration. |
SupportedScriptingLanguage |
getLanguage()
Get the language in which the script is written.
|
String |
getLastModifiedBy()
Get the ID of the user that last modified the script.
|
long |
getLastModifiedDate()
Get the date this script was last modified.
|
String |
getName()
Get the name for the
ScriptConfiguration. |
String |
getScript()
Get the script represented by the
ScriptConfiguration. |
int |
hashCode() |
boolean |
isDefault()
Returns
true if this is a default script. |
ScriptConfiguration.Builder |
populatedBuilder()
Create a builder for this
ScriptConfiguration with all fields populated and ready for modification. |
public static final ScriptConfiguration.Builder builder()
ScriptConfiguration.ScriptConfiguration builder.public String getId()
ScriptConfiguration.public String getName()
ScriptConfiguration.public String getScript()
ScriptConfiguration.public boolean isDefault()
true if this is a default script.true if a default script.public SupportedScriptingLanguage getLanguage()
public ScriptConstants.ScriptContext getContext()
public String getDescription()
public String getCreatedBy()
public long getCreationDate()
public String getLastModifiedBy()
public long getLastModifiedDate()
public ScriptConfiguration.Builder populatedBuilder()
ScriptConfiguration with all fields populated and ready for modification.ScriptConfiguration builder.Copyright © 2010–2024 Open Identity Platform Community. All rights reserved.