Searched defs:msgBody (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-rest/src/main/java/com/sun/identity/rest/
H A DCoreTokenResource.java61 * @param msgBody Message body containing the JSON-encoded token attributes.
70 String msgBody) {
74 json = new JSONObject(msgBody);
197 * @param msgBody Message body containing the JSON-encoded token attributes.
207 String msgBody) {
209 JSONObject jObj = new JSONObject(msgBody);
67 createToken( @ontext HttpHeaders headers, @Context HttpServletRequest request, String msgBody) argument
202 updateToken( @ontext HttpHeaders headers, @Context HttpServletRequest request, @PathParam(�) String tokenId, @HeaderParam(�) String eTag, String msgBody) argument
/forgerock/openam/openam-rest/src/main/java/com/sun/identity/rest/
H A DCoreTokenResource.java61 * @param msgBody Message body containing the JSON-encoded token attributes.
70 String msgBody) {
74 json = new JSONObject(msgBody);
197 * @param msgBody Message body containing the JSON-encoded token attributes.
207 String msgBody) {
209 JSONObject jObj = new JSONObject(msgBody);
67 createToken( @ontext HttpHeaders headers, @Context HttpServletRequest request, String msgBody) argument
202 updateToken( @ontext HttpHeaders headers, @Context HttpServletRequest request, @PathParam(�) String tokenId, @HeaderParam(�) String eTag, String msgBody) argument

Completed in 119 milliseconds