public final class CrestUtil extends Object
Modifier and Type | Method and Description |
---|---|
static org.forgerock.json.resource.CrestApplication |
newCrestApplication(org.forgerock.json.resource.RequestHandler requestHandler,
String apiId)
Creates a new
CrestApplication . |
public static org.forgerock.json.resource.CrestApplication newCrestApplication(org.forgerock.json.resource.RequestHandler requestHandler, String apiId)
CrestApplication
.requestHandler
- The RequestHandler
used for the ConnectionFactory
.apiId
- The API ID string to build the CrestApplication
.
Should start with mandatory 'frapi', i.e:
'frapi:openig:service.'Copyright © 2025 Open Identity Platform Community. All rights reserved.