Searched refs:body (Results 1 - 25 of 319) sorted by relevance

1234567891011>>

/forgerock/openam-v13/openam-console/src/main/webapp/console/css/
H A Dcommontask.css30 *html body span.TskPgeTskLftBtm {bottom: -5px;}
31 *html body span.TskPgeTskRghtBtm {bottom: -5px; right:-1px}
32 *html body span.TskPgeTskRghtTp {right:-1px;}
33 *html body span.TskPgeTskRghtBrdr {height:18px; top: 20%; right:-1px;}
/forgerock/openam/openam-push-notification/src/main/java/org/forgerock/openam/services/push/
H A DPushMessage.java31 private final String body; field in class:PushMessage
38 * @param body The message to contain within the message. May not be null.
43 public PushMessage(String recipient, String body, String subject, String messageId) { argument
45 Reject.ifNull(body);
49 this.body = body;
62 * @param body The data to contain within the message. May not be null.
65 public PushMessage(String recipient, String body, String subject) { argument
66 this(recipient, body, subject, null);
82 return body;
[all...]
/forgerock/openam/openam-console/src/main/webapp/console/css/
H A Dcommontask.css30 *html body span.TskPgeTskLftBtm {bottom: -5px;}
31 *html body span.TskPgeTskRghtBtm {bottom: -5px; right:-1px}
32 *html body span.TskPgeTskRghtTp {right:-1px;}
33 *html body span.TskPgeTskRghtBrdr {height:18px; top: 20%; right:-1px;}
/forgerock/openam-v13/openam-restlet/src/test/java/org/forgerock/openam/rest/representations/
H A DJacksonRepresentationFactoryTest.java36 HashMap<Object, Object> body = new HashMap<>();
39 JacksonRepresentation<HashMap<Object, Object>> representation = factory.create(body);
43 assertThat(representation.getObject()).isSameAs(body);
/forgerock/openam/openam-restlet/src/test/java/org/forgerock/openam/rest/representations/
H A DJacksonRepresentationFactoryTest.java36 HashMap<Object, Object> body = new HashMap<>();
39 JacksonRepresentation<HashMap<Object, Object>> representation = factory.create(body);
43 assertThat(representation.getObject()).isSameAs(body);
/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/filter/
H A DWebServiceRequestInputStream.java38 public WebServiceRequestInputStream(String body, String encoding) argument
40 setInputStream(new ByteArrayInputStream(body.getBytes(encoding)));
/forgerock/openam-v13/openam-oauth2-common/oauth2-restlet/src/main/java/org/forgerock/oauth2/restlet/
H A DRestletFormBodyAccessTokenVerifier.java32 * (i.e. tokeninfo, userinfo) contains a valid access token specified in the request body.
49 final Representation body = req.getEntity();
51 if (body == null || !MediaType.APPLICATION_WWW_FORM.equals(body.getMediaType())) {
56 Form formBody = new Form(body);
/forgerock/openidm-v4/openidm-zip/src/main/resources/bin/defaults/script/ui/
H A DoauthProxy.js16 request.content.body += "&client_secret=" + decryptedClientSecret;
18 request.content.body += "&client_secret=" + oAuthConfig.configurationProperties.clientSecret;
H A DopenamProxy.js37 POST /openidm/endpoint/openam/json/authenticate?&_action=start [empty post body] - starting a new AM auth process
39 POST /openidm/endpoint/openam/json/authenticate?_action=submitRequirements [post body with populated auth callbacks]
41 POST /openidm/endpoint/openam/json/sessions?_action=logout [empty post body, but active SSO token as cookie]
84 proxyRequest.body = request.content + ""; // implicit toString yields a stringified json value for request.content
86 proxyRequest.body = "{}";
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/oauth2/restlet/
H A DRestletFormBodyAccessTokenVerifier.java32 * (i.e. tokeninfo, userinfo) contains a valid access token specified in the request body.
49 final Representation body = req.getEntity();
51 if (body == null || !MediaType.APPLICATION_WWW_FORM.equals(body.getMediaType())) {
56 Form formBody = new Form(body);
/forgerock/openam-v13/openam-server-only/src/main/webapp/assets/lib/yui/fonts/
H A Dfonts-min.css7 body {font:13px/1.22 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:99%;}
H A Dfonts.css11 body {font:13px/1.22 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}
/forgerock/openam-v13/openam-server-only/src/main/webapp/com_sun_web_ui/js/
H A DscrollCookie.js75 this.left = window.document.body.scrollLeft;
76 this.top = window.document.body.scrollTop;
/forgerock/openidm-v4/openidm-ui/openidm-ui-admin/src/main/resources/css/config/
H A Dfilter.less51 .op-body {
101 .tag-body {
105 .value-body {
109 .op-body {
/forgerock/openam/openam-server-only/src/main/webapp/assets/lib/yui/fonts/
H A Dfonts-min.css7 body {font:13px/1.22 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:99%;}
H A Dfonts.css11 body {font:13px/1.22 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}
/forgerock/openam/openam-server-only/src/main/webapp/com_sun_web_ui/js/
H A DscrollCookie.js75 this.left = window.document.body.scrollLeft;
76 this.top = window.document.body.scrollTop;
/forgerock/opendj2/src/server/org/opends/server/authorization/dseecompat/
H A DAci.java47 * The body of the ACI is the version, name and permission-bind rule
50 private AciBody body; field in class:Aci
349 * @param body The body of the ACI.
352 private Aci(String input, DN dn, AciBody body, AciTargets targets) { argument
355 this.body=body;
375 //Decode the body first.
376 AciBody body=AciBody.decode(input);
378 //the body
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/authorization/dseecompat/
H A DAci.java48 * The body of the ACI is the version, name and permission-bind rule
51 private AciBody body; field in class:Aci
351 * @param body The body of the ACI.
354 private Aci(String input, DN dn, AciBody body, AciTargets targets) { argument
357 this.body=body;
377 //Decode the body first.
378 AciBody body=AciBody.decode(input);
380 //the body
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/authorization/dseecompat/
H A DAci.java48 * The body of the ACI is the version, name and permission-bind rule
51 private AciBody body; field in class:Aci
351 * @param body The body of the ACI.
354 private Aci(String input, DN dn, AciBody body, AciTargets targets) { argument
357 this.body=body;
377 //Decode the body first.
378 AciBody body=AciBody.decode(input);
380 //the body
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/authorization/dseecompat/
H A DAci.java47 * The body of the ACI is the version, name and permission-bind rule
50 private AciBody body; field in class:Aci
349 * @param body The body of the ACI.
352 private Aci(String input, DN dn, AciBody body, AciTargets targets) { argument
355 this.body=body;
375 //Decode the body first.
376 AciBody body=AciBody.decode(input);
378 //the body
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/authorization/dseecompat/
H A DAci.java48 * The body of the ACI is the version, name and permission-bind rule
51 private AciBody body; field in class:Aci
351 * @param body The body of the ACI.
354 private Aci(String input, DN dn, AciBody body, AciTargets targets) { argument
357 this.body=body;
377 //Decode the body first.
378 AciBody body=AciBody.decode(input);
380 //the body
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/authorization/dseecompat/
H A DAci.java47 * The body of the ACI is the version, name and permission-bind rule
50 private AciBody body; field in class:Aci
349 * @param body The body of the ACI.
352 private Aci(String input, DN dn, AciBody body, AciTargets targets) { argument
355 this.body=body;
375 //Decode the body first.
376 AciBody body=AciBody.decode(input);
378 //the body
[all...]
/forgerock/openam-v13/openam-console/src/main/webapp/console/js/
H A DtasksPage.js56 typeof document.body.leftMargin != "undefined") {
57 offsetLeft += document.body.leftMargin;
58 offsetTop += document.body.topMargin;
81 typeof document.body.leftMargin != "undefined") {
82 offsetLeft += document.body.leftMargin;
83 offsetTop += document.body.topMargin;
/forgerock/openam/openam-console/src/main/webapp/console/js/
H A DtasksPage.js56 typeof document.body.leftMargin != "undefined") {
57 offsetLeft += document.body.leftMargin;
58 offsetTop += document.body.topMargin;
81 typeof document.body.leftMargin != "undefined") {
82 offsetLeft += document.body.leftMargin;
83 offsetTop += document.body.topMargin;

Completed in 137 milliseconds

1234567891011>>