Searched refs:pair (Results 1 - 25 of 89) sorted by relevance

1234

/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/common/util/uri/
H A Dquery.jsm29 const object = _.isEmpty(paramString) ? {} : _.object(_.map(paramString.split("&"), (pair) => {
30 const key = pair.substring(0, pair.indexOf("="));
31 const value = pair.substring(pair.indexOf("=") + 1);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/common/configuration/
H A DMapValueParser.java68 Pair<String, String> pair = parse(entry);
69 if (pair != null) {
70 result.put(pair.getFirst(), pair.getSecond());
81 * @param entry a single [name]=value pair
117 Pair<String, String> pair = parse(entry);
118 if (pair != null && pair.getFirst().equals(name)) {
119 return pair.getSecond();
/forgerock/openam/openam-core/src/main/java/com/sun/identity/common/configuration/
H A DMapValueParser.java68 Pair<String, String> pair = parse(entry);
69 if (pair != null) {
70 result.put(pair.getFirst(), pair.getSecond());
81 * @param entry a single [name]=value pair
117 Pair<String, String> pair = parse(entry);
118 if (pair != null && pair.getFirst().equals(name)) {
119 return pair.getSecond();
/forgerock/opendj2/src/server/org/opends/server/replication/server/changelog/je/
H A DECLMultiDomainDBCursor.java130 for (Pair<DN, UpdateMsg> pair : snapshot)
132 DN baseDN = pair.getFirst();
135 eclSnapshot.add(pair);
151 for (Pair<DN, UpdateMsg> pair : snapshot)
154 if (pair.getSecond() != null)
156 cookie.update(pair.getFirst(), pair.getSecond().getCSN());
H A DDomainDBCursor.java112 final Entry<Integer, CSN> pair = iter.next();
113 final int serverId = pair.getKey();
114 final CSN csn = pair.getValue();
/forgerock/opendj2-hg/src/server/org/opends/server/replication/server/changelog/je/
H A DECLMultiDomainDBCursor.java130 for (Pair<DN, UpdateMsg> pair : snapshot)
132 DN baseDN = pair.getFirst();
135 eclSnapshot.add(pair);
151 for (Pair<DN, UpdateMsg> pair : snapshot)
154 if (pair.getSecond() != null)
156 cookie.update(pair.getFirst(), pair.getSecond().getCSN());
H A DDomainDBCursor.java112 final Entry<Integer, CSN> pair = iter.next();
113 final int serverId = pair.getKey();
114 final CSN csn = pair.getValue();
/forgerock/openidm-v4/openidm-util/src/main/java/org/forgerock/openidm/osgi/
H A DServiceUtil.java54 Pair<ServiceReference, Object> pair = null;
57 pair = findService(ctx, interfaceName, filter);
60 if (pair == null) {
68 pair = findService(ctx, null, filter);
72 if (pair != null) {
74 result = pair.getRight();
76 result = pair.getLeft();
/forgerock/opendj2/src/ads/org/opends/admin/ads/util/
H A DConnectionUtils.java135 final Object[] pair = new Object[]
145 pair[0] = new InitialLdapContext(fEnv, null);
149 pair[1] = ne;
154 pair[1] = t;
159 return getInitialLdapContext(t, pair, timeout);
220 final Object[] pair = new Object[] {null, null};
230 pair[0] = new InitialLdapContext(fEnv, null);
233 pair[1] = ne;
236 pair[1] = re;
241 return getInitialLdapContext(t, pair, timeou
683 getInitialLdapContext(Thread t, Object[] pair, int timeout) argument
[all...]
/forgerock/opendj-b2.6/src/ads/org/opends/admin/ads/util/
H A DConnectionUtils.java133 final Object[] pair = new Object[]
143 pair[0] = new InitialLdapContext(fEnv, null);
147 pair[1] = ne;
152 pair[1] = t;
157 return getInitialLdapContext(t, pair, timeout);
216 final Object[] pair = new Object[] {null, null};
226 pair[0] = new InitialLdapContext(fEnv, null);
229 pair[1] = ne;
232 pair[1] = re;
237 return getInitialLdapContext(t, pair, timeou
677 getInitialLdapContext(Thread t, Object[] pair, int timeout) argument
[all...]
/forgerock/opendj2.6.2/src/ads/org/opends/admin/ads/util/
H A DConnectionUtils.java136 final Object[] pair = new Object[]
146 pair[0] = new InitialLdapContext(fEnv, null);
150 pair[1] = ne;
155 pair[1] = t;
160 return getInitialLdapContext(t, pair, timeout);
221 final Object[] pair = new Object[] {null, null};
231 pair[0] = new InitialLdapContext(fEnv, null);
234 pair[1] = ne;
237 pair[1] = re;
242 return getInitialLdapContext(t, pair, timeou
684 getInitialLdapContext(Thread t, Object[] pair, int timeout) argument
[all...]
/forgerock/opendj2-hg/src/ads/org/opends/admin/ads/util/
H A DConnectionUtils.java135 final Object[] pair = new Object[]
145 pair[0] = new InitialLdapContext(fEnv, null);
149 pair[1] = ne;
154 pair[1] = t;
159 return getInitialLdapContext(t, pair, timeout);
220 final Object[] pair = new Object[] {null, null};
230 pair[0] = new InitialLdapContext(fEnv, null);
233 pair[1] = ne;
236 pair[1] = re;
241 return getInitialLdapContext(t, pair, timeou
683 getInitialLdapContext(Thread t, Object[] pair, int timeout) argument
[all...]
/forgerock/opendj2-jel-hg/src/ads/org/opends/admin/ads/util/
H A DConnectionUtils.java133 final Object[] pair = new Object[]
143 pair[0] = new InitialLdapContext(fEnv, null);
147 pair[1] = ne;
152 pair[1] = t;
157 return getInitialLdapContext(t, pair, timeout);
216 final Object[] pair = new Object[] {null, null};
226 pair[0] = new InitialLdapContext(fEnv, null);
229 pair[1] = ne;
232 pair[1] = re;
237 return getInitialLdapContext(t, pair, timeou
677 getInitialLdapContext(Thread t, Object[] pair, int timeout) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/admin/ads/util/
H A DConnectionUtils.java126 final Object[] pair = new Object[]
136 pair[0] = new InitialLdapContext(fEnv, null);
140 pair[1] = ne;
145 pair[1] = t;
150 return getInitialLdapContext(t, pair, timeout);
205 final Object[] pair = new Object[] {null, null};
216 pair[0] = new InitialLdapContext(fEnv, null);
218 pair[1] = ne;
223 return getInitialLdapContext(t, pair, timeout);
250 final Object[] pair
652 getInitialLdapContext(Thread t, Object[] pair, int timeout) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/server/changelog/file/
H A DDomainDBCursor.java100 final Entry<Integer, CSN> pair = iter.next();
101 final int serverId = pair.getKey();
102 final CSN csn = pair.getValue();
/forgerock/openidm-v4/openidm-util/src/main/java/org/forgerock/openidm/util/
H A DConfigMacroUtil.java111 for (Integer[] pair : confirmedLocations) {
112 int start = pair[0];
113 int length = pair[1];
117 lastEnd = pair[0] + pair[1];
184 Integer[] pair = { start, length };
185 confirmedLocations.add(pair);
/forgerock/openidm-v4/openidm-security/src/main/java/org/forgerock/openidm/security/impl/
H A DPrivateKeyResourceProvider.java89 Pair<X509Certificate, PrivateKey> pair = generateCertificate("localhost",
92 Certificate cert = pair.getKey();
93 PrivateKey key = pair.getValue();
H A DCertificateResourceProvider.java64 Pair<X509Certificate, PrivateKey> pair = generateCertificate("local.openidm.forgerock.org",
67 Certificate cert = pair.getKey();
/forgerock/opendj2/src/server/org/opends/server/authorization/dseecompat/
H A DAciBody.java207 PermBindRulePair pair = PermBindRulePair.decode(perm, rights, bRule);
208 permBindRulePairs.add(pair);
223 * Need to walk down each permission-bind rule pair and call it's
228 * a permission bind rule pair.
279 * 1. Skips a pair if the evaluation context rights don't
281 * an ACI pair that allows writes.
283 * 2. The pair's bind rule is evaluated using the evaluation context.
306 //If the access type is DENY and the pair evaluated to TRUE,
307 //then stop processing and return TRUE. A deny pair
399 for (PermBindRulePair pair
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/authorization/dseecompat/
H A DAciBody.java207 PermBindRulePair pair = PermBindRulePair.decode(perm, rights, bRule);
208 permBindRulePairs.add(pair);
223 * Need to walk down each permission-bind rule pair and call it's
228 * a permission bind rule pair.
279 * 1. Skips a pair if the evaluation context rights don't
281 * an ACI pair that allows writes.
283 * 2. The pair's bind rule is evaluated using the evaluation context.
306 //If the access type is DENY and the pair evaluated to TRUE,
307 //then stop processing and return TRUE. A deny pair
399 for (PermBindRulePair pair
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/authorization/dseecompat/
H A DAciBody.java207 PermBindRulePair pair = PermBindRulePair.decode(perm, rights, bRule);
208 permBindRulePairs.add(pair);
223 * Need to walk down each permission-bind rule pair and call it's
228 * a permission bind rule pair.
281 * 1. Skips a pair if the evaluation context rights don't
283 * an ACI pair that allows writes.
285 * 2. The pair's bind rule is evaluated using the evaluation context.
308 //If the access type is DENY and the pair evaluated to TRUE,
309 //then stop processing and return TRUE. A deny pair succeeded.
397 for (PermBindRulePair pair
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DIDPSessionListener.java152 NameIDandSPpair pair = (NameIDandSPpair)iter.next();
153 String spEntityID = pair.getSPEntityID();
154 NameID nameID = pair.getNameID();
214 NameIDandSPpair pair = (NameIDandSPpair)iter.next();
215 NameID nameID = pair.getNameID();
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DIDPSessionListener.java152 NameIDandSPpair pair = (NameIDandSPpair)iter.next();
153 String spEntityID = pair.getSPEntityID();
154 NameID nameID = pair.getNameID();
214 NameIDandSPpair pair = (NameIDandSPpair)iter.next();
215 NameID nameID = pair.getNameID();
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/multiprotocol/
H A DSAML2SingleLogoutHandler.java330 NameIDandSPpair pair = null;
334 pair = (NameIDandSPpair) list.get(i);
336 String spEntityID = pair.getSPEntityID();
354 relayState, sessIndex[0], pair.getNameID(), request,
/forgerock/openidm-v4/openidm-zip/src/main/resources/bin/defaults/script/
H A Drouter-authz.js302 .filter(function (pair) {
303 // pair[1] is the property content
304 return pair[1].userEditable === true;
306 .map(function (pair) {
307 // pair[0] is the property name
308 return pair[0];

Completed in 102 milliseconds

1234