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 StringINITIAL_TAGRepresents an empty stage tag.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.forgerock.json.JsonValueemptyJson()Relieves an empty json object.
-
-
-
Field Detail
-
INITIAL_TAG
public static final String INITIAL_TAG
Represents an empty stage tag.- See Also:
- Constant Field Values
-
-