Package org.forgerock.openig.util
Class CrestUtil
- java.lang.Object
-
- org.forgerock.openig.util.CrestUtil
-
public final class CrestUtil extends Object
CREST utility class.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CrestApplicationnewCrestApplication(RequestHandler requestHandler, String apiId)Creates a newCrestApplication.
-
-
-
Method Detail
-
newCrestApplication
public static CrestApplication newCrestApplication(RequestHandler requestHandler, String apiId)
Creates a newCrestApplication.- Parameters:
requestHandler- TheRequestHandlerused for theConnectionFactory.apiId- The API ID string to build theCrestApplication. Should start with mandatory 'frapi', i.e: 'frapi:openig:service.'- Returns:
- a new CrestApplication.
-
-