Searched refs:payload (Results 1 - 25 of 35) sorted by relevance

12

/forgerock/openidm-v4/openidm-smartevent/src/main/java/org/forgerock/openidm/smartevent/
H A DPublisher.java48 * @param payload
49 * Optional payload to send so target subscribers (and
55 public final static EventEntry start(Name eventName, Object payload, Object context) { argument
56 return eventName.publisherImpl.start(eventName, payload, context);
60 // public final static void send(Name eventName, Object payload, Object
/forgerock/opendj2/src/server/org/opends/server/replication/protocol/
H A DUpdateMsg.java58 /** The payload that must be encoded in this message. */
59 private final byte[] payload; field in class:UpdateMsg
66 payload = null;
80 // Read the payload : all the remaining bytes but the terminating 0
81 payload = scanner.remainingBytes();
90 * @param payload The payload that must be encoded in this message.
92 public UpdateMsg(CSN csn, byte[] payload) argument
94 this.payload = payload;
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/replication/protocol/
H A DUpdateMsg.java58 /** The payload that must be encoded in this message. */
59 private final byte[] payload; field in class:UpdateMsg
66 payload = null;
80 // Read the payload : all the remaining bytes but the terminating 0
81 payload = scanner.remainingBytes();
90 * @param payload The payload that must be encoded in this message.
92 public UpdateMsg(CSN csn, byte[] payload) argument
94 this.payload = payload;
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/protocol/
H A DUpdateMsg.java58 /** The payload that must be encoded in this message. */
59 private final byte[] payload; field in class:UpdateMsg
66 payload = null;
80 // Read the payload : all the remaining bytes but the terminating 0
81 payload = scanner.remainingBytes();
90 * @param payload The payload that must be encoded in this message.
92 public UpdateMsg(CSN csn, byte[] payload) argument
94 this.payload = payload;
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/protocol/
H A DUpdateMsg.java69 * The payload that must be encoded in this message.
71 private byte[] payload; field in class:UpdateMsg
92 /* Read the payload : all the remaining bytes but the terminating 0 */
94 payload = new byte[length];
97 System.arraycopy(bytes, pos, payload, 0, length);
117 * @param payload The payload that must be encoded in this message.
119 public UpdateMsg(ChangeNumber changeNumber, byte[] payload) argument
121 this.payload = payload;
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/protocol/
H A DUpdateMsg.java69 * The payload that must be encoded in this message.
71 private byte[] payload; field in class:UpdateMsg
92 /* Read the payload : all the remaining bytes but the terminating 0 */
94 payload = new byte[length];
97 System.arraycopy(bytes, pos, payload, 0, length);
117 * @param payload The payload that must be encoded in this message.
119 public UpdateMsg(ChangeNumber changeNumber, byte[] payload) argument
121 this.payload = payload;
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/protocol/
H A DUpdateMsg.java69 * The payload that must be encoded in this message.
71 private byte[] payload; field in class:UpdateMsg
92 /* Read the payload : all the remaining bytes but the terminating 0 */
94 payload = new byte[length];
97 System.arraycopy(bytes, pos, payload, 0, length);
117 * @param payload The payload that must be encoded in this message.
119 public UpdateMsg(ChangeNumber changeNumber, byte[] payload) argument
121 this.payload = payload;
[all...]
/forgerock/openidm-v4/openidm-smartevent/src/main/java/org/forgerock/openidm/smartevent/core/
H A DDisruptorShortEventEntry.java43 Object payload; field in class:DisruptorShortEventEntry
102 + " payload: " + payload + " context: " + context + " result: " + result;
H A DEventEntryImpl.java35 Object payload; field in class:EventEntryImpl
95 + " payload: " + payload + " context: " + context + " result was set: "
H A DPluggablePublisher.java33 EventEntry start(Name eventName, Object payload, Object context); argument
H A DBlockingPublisher.java80 public final EventEntry start(Name eventName, Object payload, Object context) { argument
84 eventEntry.payload = payload;
H A DDisruptorShortPublisher.java75 public final EventEntry start(Name eventName, Object payload, Object context) { argument
82 eventEntry.payload = payload;
H A DDisruptorReferringPublisher.java78 public final EventEntry start(Name eventName, Object payload, Object context) { argument
84 eventEntry.payload = payload;
H A DDisabledPublisher.java39 public final EventEntry start(Name eventName, Object payload, Object context) { argument
H A DDisruptorReferringEventEntry.java91 + " payload: "
92 + delegate.payload
/forgerock/openam-v13/openam-scripting/src/test/java/org/forgerock/openam/scripting/rest/batch/helpers/
H A DRequesterTest.java83 JsonValue payload = JsonValueBuilder.jsonValue().build();
86 requester.create(location, resourceId, payload, mockServerContext);
96 JsonValue payload = JsonValueBuilder.jsonValue().build();
99 requester.create(location, resourceId, payload, mockServerContext);
109 JsonValue payload = null;
112 requester.create(location, resourceId, payload, mockServerContext);
123 JsonValue payload = JsonValueBuilder.jsonValue().build();
138 JsonValue actualResult = requester.create(location, resourceId, payload, mockServerContext);
253 JsonValue payload = null;
256 requester.update(location, resourceId, payload, mockServerContex
[all...]
/forgerock/openam/openam-scripting/src/test/java/org/forgerock/openam/scripting/rest/batch/helpers/
H A DRequesterTest.java78 JsonValue payload = JsonValueBuilder.jsonValue().build();
81 requester.create(location, resourceId, payload, mockServerContext);
91 JsonValue payload = JsonValueBuilder.jsonValue().build();
94 requester.create(location, resourceId, payload, mockServerContext);
104 JsonValue payload = null;
107 requester.create(location, resourceId, payload, mockServerContext);
118 JsonValue payload = JsonValueBuilder.jsonValue().build();
133 JsonValue actualResult = requester.create(location, resourceId, payload, mockServerContext);
248 JsonValue payload = null;
251 requester.update(location, resourceId, payload, mockServerContex
[all...]
/forgerock/authenticator-ios-v2/ForgeRock-Authenticator/
H A DFRANotificationHandler.m88 NSDictionary *payload = [FRAMessageUtils extractJTWBodyFromString:dataJwt error:&error];
89 if (!payload) {
95 NSLog(@"message data: %@", payload);
99 FRAPushMechanism *mechanism = [self pushMechanismTargetForRemoteNotification:payload];
112 NSTimeInterval timeToLive = [[payload objectForKey:TTL_KEY] doubleValue];
114 NSString * loadBalancerCookieData = [[NSString alloc] initWithData:[FRAQRUtils decodeBase64:[payload objectForKey:LOAD_BALANCE_KEY]] encoding:NSUTF8StringEncoding];
118 challenge:[payload objectForKey:CHALLENGE_KEY]
H A DFRAMessageUtils.m53 NSDictionary *payload = [self createPayloadWithMessageId:messageId base64Secret:base64Secret data:data];
62 parameters:payload
97 + (NSString *)generateJwtWithPayload:(NSDictionary *)payload base64Secret:(NSString *)base64Secret {
101 return (secretBytes) ? [JWTBuilder encodePayload:payload].secretData(secretBytes).algorithm(algorithm).encode : @"";
/forgerock/openam-v13/openam-scripting/src/main/java/org/forgerock/openam/scripting/rest/batch/helpers/
H A DRequester.java69 * @param payload Payload of the resource to generate. May not be null.
74 public JsonValue create(String location, String resourceId, JsonValue payload, Context context) argument
78 Reject.ifNull(payload, "The payload object to create must not be null.");
81 final CreateRequest createRequest = Requests.newCreateRequest(location, payload);
115 * @param payload Payload of the updated resource. May not be null.
120 public JsonValue update(String location, String resourceId, JsonValue payload, Context context) argument
125 Reject.ifNull(payload, "The payload object to create must not be null.");
128 final UpdateRequest updateRequest = Requests.newUpdateRequest(location, resourceId, payload);
162 action(String location, String resourceId, String actionId, JsonValue payload, Context context) argument
[all...]
/forgerock/openam/openam-scripting/src/main/java/org/forgerock/openam/scripting/rest/batch/helpers/
H A DRequester.java69 * @param payload Payload of the resource to generate. May not be null.
74 public JsonValue create(String location, String resourceId, JsonValue payload, Context context) argument
78 Reject.ifNull(payload, "The payload object to create must not be null.");
81 final CreateRequest createRequest = Requests.newCreateRequest(location, payload);
115 * @param payload Payload of the updated resource. May not be null.
120 public JsonValue update(String location, String resourceId, JsonValue payload, Context context) argument
125 Reject.ifNull(payload, "The payload object to create must not be null.");
128 final UpdateRequest updateRequest = Requests.newUpdateRequest(location, resourceId, payload);
162 action(String location, String resourceId, String actionId, JsonValue payload, Context context) argument
[all...]
/forgerock/openam-v13/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/rest/
H A DPolicyResourceWithCopyMoveSupport.java95 JsonValue payload = request.getContent();
96 JsonValue from = payload.get("from");
97 JsonValue to = payload.get("to");
127 JsonValue resourceTypeMapping = payload
224 JsonValue payload = request.getContent().get("to");
226 if (payload.isNull()) {
230 String destinationRealm = payload
243 String destinationApplication = payload
248 String destinationResourceTypeId = payload
253 String copiedName = payload
[all...]
/forgerock/openam/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/rest/
H A DPolicyResourceWithCopyMoveSupport.java269 JsonValue payload = request.getContent();
270 JsonValue from = payload.get("from");
271 JsonValue to = payload.get("to");
301 JsonValue resourceTypeMapping = payload
427 JsonValue payload = request.getContent().get("to");
429 if (payload.isNull()) {
433 String destinationRealm = payload
446 String destinationApplication = payload
451 String destinationResourceTypeId = payload
456 String copiedName = payload
[all...]
/forgerock/opendj2/ext/svnkit/lib/
H A Dtrilead-ssh2-1.0.0-build217.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt com/ com/trilead/ com/ ...
/forgerock/opendj-b2.6/ext/svnkit/
H A Dtrilead.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt com/ com/trilead/ com/ ...

Completed in 78 milliseconds

12