Package org.forgerock.selfservice.core
Class ServiceUtils
- java.lang.Object
-
- org.forgerock.selfservice.core.ServiceUtils
-
public final class ServiceUtils extends Object
General utility class.- Since:
- 0.1.0
-
-
Field Summary
Fields Modifier and Type Field Description static String
INITIAL_TAG
Represents an empty stage tag.
-
-
-
Field Detail
-
INITIAL_TAG
public static final String INITIAL_TAG
Represents an empty stage tag.- See Also:
- Constant Field Values
-
-
Method Detail
-
emptyJson
public static JsonValue emptyJson()
Relieves an empty json object.- Returns:
- json value instance
-
-