Searched refs:location (Results 1 - 25 of 355) sorted by relevance

1234567891011>>

/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/user/login/
H A DnavigateThenRefresh.js20 window.location.href = event.target.href;
21 window.location.reload();
/forgerock/openam/openam-push-notification/src/main/java/org/forgerock/openam/services/push/dispatch/
H A DPushMessageChallengeResponsePredicate.java37 private String location; field in class:PushMessageChallengeResponsePredicate
41 * location of the JsonPointer location is equal to a predicted challenge response value.
45 * @param location Json Pointer string of the location of the value expected to the the challenge response.
47 public PushMessageChallengeResponsePredicate(byte[] secret, String challenge, String location) { argument
48 Reject.ifNull(secret, challenge, location);
49 this.location = location;
59 Jwt signedJwt = new JwtReconstruction().reconstructJwt(content.get(new JsonPointer(location))
85 setLocation(String location) argument
[all...]
H A DSignedJwtVerificationPredicate.java34 private String location; field in class:SignedJwtVerificationPredicate
40 * @param location JsonPointer String, used to locate the jwt within the JsonValue passed to perform().
42 public SignedJwtVerificationPredicate(byte[] secret, String location) { argument
45 this.location = location;
52 SignedJwt signedJwt = new JwtReconstruction().reconstructJwt(content.get(new JsonPointer(location)).asString(),
73 * Sets the location for this predicate. Used when deserilialized from the CTS.
74 * @param location The location for this predicate.
76 public void setLocation(String location) { argument
[all...]
/forgerock/openidm-v4/openidm-security/src/main/java/org/forgerock/openidm/security/impl/
H A DJcaKeyStoreHandler.java44 private String location; field in class:JcaKeyStoreHandler
49 public JcaKeyStoreHandler(String type, String location, String password) throws Exception { argument
50 this.location = location;
58 InputStream in = new FileInputStream(location);
80 OutputStream out = new FileOutputStream(location);
95 return location;
/forgerock/openidm-v4/openidm-ui/openidm-ui-admin/src/main/js/org/forgerock/openidm/ui/admin/util/
H A DTreeGridUtils.js109 _.each(tempPath, function (location, index) {
119 obj[pathKey] = location;
137 if (!_.has(treeGrid, location)) {
138 treeGrid[location] = {};
140 tempRef = treeGrid[location];
142 if (!_.has(tempRef, location)) {
143 tempRef[location] = {};
145 tempRef = tempRef[location];
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/event/
H A DClickTooltipDisplayer.java128 Point location = new Point();
133 location.x = screenLocation.x + preferredLocation.x;
134 location.y = screenLocation.y + preferredLocation.y;
138 location.x = screenLocation.x + event.getX();
139 location.y = screenLocation.y + event.getY() + 20;
142 if (location.x < sBounds.x) {
143 location.x = sBounds.x;
145 else if (location.x - sBounds.x + size.width > sBounds.width) {
146 location.x = sBounds.x + Math.max(0, sBounds.width - size.width);
148 if (location
[all...]
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/event/
H A DClickTooltipDisplayer.java129 Point location = new Point();
134 location.x = screenLocation.x + preferredLocation.x;
135 location.y = screenLocation.y + preferredLocation.y;
139 location.x = screenLocation.x + event.getX();
140 location.y = screenLocation.y + event.getY() + 20;
143 if (location.x < sBounds.x) {
144 location.x = sBounds.x;
146 else if (location.x - sBounds.x + size.width > sBounds.width) {
147 location.x = sBounds.x + Math.max(0, sBounds.width - size.width);
149 if (location
[all...]
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/event/
H A DClickTooltipDisplayer.java129 Point location = new Point();
134 location.x = screenLocation.x + preferredLocation.x;
135 location.y = screenLocation.y + preferredLocation.y;
139 location.x = screenLocation.x + event.getX();
140 location.y = screenLocation.y + event.getY() + 20;
143 if (location.x < sBounds.x) {
144 location.x = sBounds.x;
146 else if (location.x - sBounds.x + size.width > sBounds.width) {
147 location.x = sBounds.x + Math.max(0, sBounds.width - size.width);
149 if (location
[all...]
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/event/
H A DClickTooltipDisplayer.java128 Point location = new Point();
133 location.x = screenLocation.x + preferredLocation.x;
134 location.y = screenLocation.y + preferredLocation.y;
138 location.x = screenLocation.x + event.getX();
139 location.y = screenLocation.y + event.getY() + 20;
142 if (location.x < sBounds.x) {
143 location.x = sBounds.x;
145 else if (location.x - sBounds.x + size.width > sBounds.width) {
146 location.x = sBounds.x + Math.max(0, sBounds.width - size.width);
148 if (location
[all...]
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/event/
H A DClickTooltipDisplayer.java129 Point location = new Point();
134 location.x = screenLocation.x + preferredLocation.x;
135 location.y = screenLocation.y + preferredLocation.y;
139 location.x = screenLocation.x + event.getX();
140 location.y = screenLocation.y + event.getY() + 20;
143 if (location.x < sBounds.x) {
144 location.x = sBounds.x;
146 else if (location.x - sBounds.x + size.width > sBounds.width) {
147 location.x = sBounds.x + Math.max(0, sBounds.width - size.width);
149 if (location
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/event/
H A DClickTooltipDisplayer.java125 Point location = new Point();
130 location.x = screenLocation.x + preferredLocation.x;
131 location.y = screenLocation.y + preferredLocation.y;
135 location.x = screenLocation.x + event.getX();
136 location.y = screenLocation.y + event.getY() + 20;
139 if (location.x < sBounds.x) {
140 location.x = sBounds.x;
142 else if (location.x - sBounds.x + size.width > sBounds.width) {
143 location.x = sBounds.x + Math.max(0, sBounds.width - size.width);
145 if (location
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/log/spi/
H A DArchiver.java88 * @param location location of the archive file.
90 public void archive(String fileName, String location) { argument
94 } else if ((location == null) || (location.length() == 0)) {
103 String timestampedFileName = location + PREFIX + fileName + "." +
105 String completePath = location + PREFIX + fileName;
134 * @param location The location of the keystores.
136 public void archiveKeyStore(String logName, String location) { argument
[all...]
/forgerock/openidm-v4/openidm-ui/openidm-ui-admin/src/main/js/org/forgerock/openidm/ui/admin/connector/oauth/
H A DAbstractOAuthView.js31 var urlBack = window.location.protocol+"//"+window.location.host + "/admin/oauth.html",
49 mergedResult.configurationProperties.domain = window.location.protocol+"//"+window.location.host;
57 window.location = url;
H A DGoogleTypeView.js41 "callbackURL": window.location.protocol + "//" + window.location.host + "/admin/oauth.html"
51 window.location.protocol+"//"+window.location.host + "/admin/oauth.html",
/forgerock/openam/openam-core/src/main/java/com/sun/identity/log/spi/
H A DArchiver.java91 * @param location location of the archive file.
93 public void archive(String fileName, String location) { argument
97 } else if ((location == null) || (location.length() == 0)) {
106 String timestampedFileName = location + PREFIX + fileName + "." +
108 String completePath = location + PREFIX + fileName;
137 * @param location The location of the keystores.
139 public void archiveKeyStore(String logName, String location) { argument
[all...]
/forgerock/openam-v13/openam-scripting/src/test/java/org/forgerock/openam/scripting/rest/batch/helpers/
H A DRequesterTest.java81 String location = "";
86 requester.create(location, resourceId, payload, mockServerContext);
94 String location = null;
99 requester.create(location, resourceId, payload, mockServerContext);
107 String location = "location";
112 requester.create(location, resourceId, payload, mockServerContext);
121 String location = "location";
138 JsonValue actualResult = requester.create(location, resourceI
[all...]
/forgerock/openam/openam-scripting/src/test/java/org/forgerock/openam/scripting/rest/batch/helpers/
H A DRequesterTest.java76 String location = "";
81 requester.create(location, resourceId, payload, mockServerContext);
89 String location = null;
94 requester.create(location, resourceId, payload, mockServerContext);
102 String location = "location";
107 requester.create(location, resourceId, payload, mockServerContext);
116 String location = "location";
133 JsonValue actualResult = requester.create(location, resourceI
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/common/
H A DIDPEntry.java56 private String location = null; field in class:IDPEntry
69 * @param location
71 public IDPEntry(String providerID,String providerName,String location) { argument
74 this.location = location;
119 * Returns the location URI of the Identity Provider.
121 * @return the location URI of the Identity Provider.
125 return location;
129 * Sets the location URI of the Identity Provider.
131 * @param location th
134 setLocation(String location) argument
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/common/
H A DIDPEntry.java56 private String location = null; field in class:IDPEntry
69 * @param location
71 public IDPEntry(String providerID,String providerName,String location) { argument
74 this.location = location;
119 * Returns the location URI of the Identity Provider.
121 * @return the location URI of the Identity Provider.
125 return location;
129 * Sets the location URI of the Identity Provider.
131 * @param location th
134 setLocation(String location) argument
[all...]
/forgerock/openam-v13/openam-scripting/src/main/java/org/forgerock/openam/scripting/rest/batch/helpers/
H A DRequester.java67 * @param location Endpoint destination of this request. May not be null.
74 public JsonValue create(String location, String resourceId, JsonValue payload, Context context) argument
77 Reject.ifTrue(StringUtils.isEmpty(location), "The endpoint destination may not be null or empty.");
81 final CreateRequest createRequest = Requests.newCreateRequest(location, payload);
93 * @param location Endpoint destination of this request. May not be null.
99 public JsonValue read(String location, String resourceId, Context context) argument
102 Reject.ifTrue(StringUtils.isEmpty(location), "The endpoint destination may not be null or empty.");
106 final ReadRequest readRequest = Requests.newReadRequest(location, resourceId);
113 * @param location Endpoint destination of this request. May not be null.
120 public JsonValue update(String location, Strin argument
141 delete(String location, String resourceId, Context context) argument
162 action(String location, String resourceId, String actionId, JsonValue payload, Context context) argument
192 query(String location, String queryId, Context context) argument
[all...]
/forgerock/openam-v13/openam-authentication/deviceprint/scripts/src/test/js/
H A DAdaptiveAuthInfoGatheringTest.js37 location: "js/org/codehaus/mojo/qunit-amd/1.2.0-SNAPSHOT"
/forgerock/openidm-v4/openidm-ui/openidm-ui-common/src/main/js/org/forgerock/openidm/ui/common/util/
H A DAMLoginUtils.js53 gotoURL = encodeURIComponent(location.origin + location.pathname + gotoRoute),
63 location.reload();
66 location.href = amURL;
/forgerock/openam/openam-scripting/src/main/java/org/forgerock/openam/scripting/rest/batch/helpers/
H A DRequester.java67 * @param location Endpoint destination of this request. May not be null.
74 public JsonValue create(String location, String resourceId, JsonValue payload, Context context) argument
77 Reject.ifTrue(StringUtils.isEmpty(location), "The endpoint destination may not be null or empty.");
81 final CreateRequest createRequest = Requests.newCreateRequest(location, payload);
93 * @param location Endpoint destination of this request. May not be null.
99 public JsonValue read(String location, String resourceId, Context context) argument
102 Reject.ifTrue(StringUtils.isEmpty(location), "The endpoint destination may not be null or empty.");
106 final ReadRequest readRequest = Requests.newReadRequest(location, resourceId);
113 * @param location Endpoint destination of this request. May not be null.
120 public JsonValue update(String location, Strin argument
141 delete(String location, String resourceId, Context context) argument
162 action(String location, String resourceId, String actionId, JsonValue payload, Context context) argument
192 query(String location, String queryId, Context context) argument
[all...]
/forgerock/openidm-v4/openidm-ui/openidm-ui-admin/src/main/js/org/forgerock/openidm/ui/admin/settings/audit/
H A DAuditFilterPoliciesView.js115 * {"type": "Field", "typeLiteral": "field", "includeExclude": "Include", "includeExcludeLiteral": "includeIf", "location": "/access/filter/field"},
116 * {"type": "Value", "typeLiteral": "value", "includeExclude": "Exclude", "includeExcludeLiteral": "excludeIf", "location": "/access/filter/value"}
124 _.each(this.model.filterPolicies[type][includeExclude], function(location) {
125 tempLocation = location.split("/");
133 "location": tempLocation.splice(2).join("/") || location
160 * On click the selected row is identified and the location corresponding to that row is spliced out.
176 filterLocation = this.model.filterPolicies[selectedFilter.typeLiteral][selectedFilter.includeExcludeLiteral].indexOf("/" + selectedFilter.topic + "/" + selectedFilter.location);
204 "saveCallback": _.bind(function(type, includeExclude, location) {
205 filterLocation = this.model.filterPolicies[selectedFilter.typeLiteral][selectedFilter.includeExcludeLiteral].indexOf("/" + selectedFilter.topic + "/" + selectedFilter.location);
[all...]
/forgerock/openam-v13/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/utils/
H A DRedirectToLegacyConsole.js38 window.location.href = "/" + Constants.context + "/task/Home?" +
42 window.location.href = "/" + Constants.context + "/UI/Login?service=adminconsoleservice";
50 window.location.href = "/" + Constants.context + "/" + link + query + "realm=" + encodeURIComponent(realm);
63 window.location.href = "/" + Constants.context + "/realm/RealmProperties?" +
68 window.location.href = "/" + Constants.context + "/UI/Login?service=adminconsoleservice";

Completed in 32 milliseconds

1234567891011>>