| /forgerock/openidm-v4/openidm-zip/src/main/resources/bin/defaults/script/ui/ |
| H A D | openamProxy.js | 75 .pairs()
|
| /forgerock/opendj2/src/server/org/opends/server/authorization/dseecompat/ |
| H A D | AciBody.java | 41 * version, name, and permission-bind rule pairs. 86 * This structure represents a permission-bind rule pairs. There can be 154 * permission-bind rule pairs. 160 * pairs pertaining to this ACI. 200 * The may be many permission-bind rule pairs. 231 List<PermBindRulePair>pairs=getPermBindRulePairs(); 232 for(PermBindRulePair p : pairs) { 248 List<PermBindRulePair>pairs=getPermBindRulePairs(); 249 for(PermBindRulePair p : pairs) { 257 * Retrieve the permission-bind rule pairs o [all...] |
| /forgerock/opendj-b2.6/src/server/org/opends/server/authorization/dseecompat/ |
| H A D | AciBody.java | 41 * version, name, and permission-bind rule pairs. 87 This structure represents a permission-bind rule pairs. There can be 156 * permission-bind rule pairs. 162 * pairs pertaining to this ACI. 202 * The may be many permission-bind rule pairs. 233 List<PermBindRulePair>pairs=getPermBindRulePairs(); 234 for(PermBindRulePair p : pairs) { 250 List<PermBindRulePair>pairs=getPermBindRulePairs(); 251 for(PermBindRulePair p : pairs) { 259 * Retrieve the permission-bind rule pairs o [all...] |
| /forgerock/opendj2.6.2/src/server/org/opends/server/authorization/dseecompat/ |
| H A D | AciBody.java | 41 * version, name, and permission-bind rule pairs. 87 This structure represents a permission-bind rule pairs. There can be 156 * permission-bind rule pairs. 162 * pairs pertaining to this ACI. 202 * The may be many permission-bind rule pairs. 233 List<PermBindRulePair>pairs=getPermBindRulePairs(); 234 for(PermBindRulePair p : pairs) { 250 List<PermBindRulePair>pairs=getPermBindRulePairs(); 251 for(PermBindRulePair p : pairs) { 259 * Retrieve the permission-bind rule pairs o [all...] |
| /forgerock/opendj2-hg/src/server/org/opends/server/authorization/dseecompat/ |
| H A D | AciBody.java | 41 * version, name, and permission-bind rule pairs. 86 * This structure represents a permission-bind rule pairs. There can be 154 * permission-bind rule pairs. 160 * pairs pertaining to this ACI. 200 * The may be many permission-bind rule pairs. 231 List<PermBindRulePair>pairs=getPermBindRulePairs(); 232 for(PermBindRulePair p : pairs) { 248 List<PermBindRulePair>pairs=getPermBindRulePairs(); 249 for(PermBindRulePair p : pairs) { 257 * Retrieve the permission-bind rule pairs o [all...] |
| /forgerock/opendj2-jel-hg/src/server/org/opends/server/authorization/dseecompat/ |
| H A D | AciBody.java | 41 * version, name, and permission-bind rule pairs. 87 This structure represents a permission-bind rule pairs. There can be 156 * permission-bind rule pairs. 162 * pairs pertaining to this ACI. 202 * The may be many permission-bind rule pairs. 233 List<PermBindRulePair>pairs=getPermBindRulePairs(); 234 for(PermBindRulePair p : pairs) { 250 List<PermBindRulePair>pairs=getPermBindRulePairs(); 251 for(PermBindRulePair p : pairs) { 259 * Retrieve the permission-bind rule pairs o [all...] |
| /forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/authorization/dseecompat/ |
| H A D | AciBody.java | 42 * version, name, and permission-bind rule pairs. 87 * This structure represents a permission-bind rule pairs. There can be 155 * permission-bind rule pairs. 161 * pairs pertaining to this ACI. 200 * The may be many permission-bind rule pairs. 231 List<PermBindRulePair>pairs=getPermBindRulePairs(); 232 for(PermBindRulePair p : pairs) { 249 List<PermBindRulePair>pairs=getPermBindRulePairs(); 250 for(PermBindRulePair p : pairs) { 259 * Retrieve the permission-bind rule pairs o [all...] |
| /forgerock/openidm-v4/openidm-ui/openidm-ui-common/src/main/js/config/process/ |
| H A D | CommonIDMConfig.js | 69 .pairs()
|
| /forgerock/openam-v13/openam-federation/openam-federation-library/src/main/csharpsource/Fedlet/Fedlet/source/Saml2/ |
| H A D | Saml2Utils.cs | 339 foreach (string pairs in queryString.Split(queryStringSep))
341 string key = pairs.Substring(0, pairs.IndexOf("=", StringComparison.Ordinal));
342 string value = pairs.Substring(pairs.IndexOf("=", StringComparison.Ordinal) + 1);
706 foreach (string pairs in queryString.Split(queryStringSep))
708 string key = pairs.Substring(0, pairs.IndexOf("=", StringComparison.Ordinal));
709 string value = pairs.Substring(pairs [all...] |
| /forgerock/openam/openam-federation/openam-federation-library/src/main/csharpsource/Fedlet/Fedlet/source/Saml2/ |
| H A D | Saml2Utils.cs | 396 foreach (string pairs in queryString.Split(queryStringSep))
398 string key = pairs.Substring(0, pairs.IndexOf("=", StringComparison.Ordinal));
399 string value = pairs.Substring(pairs.IndexOf("=", StringComparison.Ordinal) + 1);
805 foreach (string pairs in queryString.Split(queryStringSep))
807 string key = pairs.Substring(0, pairs.IndexOf("=", StringComparison.Ordinal));
808 string value = pairs.Substring(pairs [all...] |
| /forgerock/openidm-v4/openidm-ui/openidm-ui-admin/src/main/js/org/forgerock/openidm/ui/admin/connector/ |
| H A D | AddConnectorView.js | 78 .pairs()
|
| H A D | EditConnectorView.js | 143 .pairs()
|
| /forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/backends/pluggable/ |
| H A D | OnDiskMergeImporterTest.java | 367 private final static <K, V> MeteredCursor<K, V> cursorOf(@SuppressWarnings("unchecked") Pair<K, V>... pairs) argument 369 return cursorOf(Arrays.asList(pairs)); 372 private static final <K, V> MeteredCursor<K, V> cursorOf(Iterable<Pair<K, V>> pairs) argument 374 return new IteratorCursorAdapter<>(pairs.iterator());
|
| /forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/server/changelog/je/ |
| H A D | CompositeDBCursorTest.java | 225 Pair<? extends DBCursor<UpdateMsg>, String>... pairs) throws Exception 228 for (Pair<? extends DBCursor<UpdateMsg>, String> pair : pairs) 224 newCompositeDBCursor( Pair<? extends DBCursor<UpdateMsg>, String>.... pairs) argument
|
| /forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/server/changelog/je/ |
| H A D | CompositeDBCursorTest.java | 225 Pair<? extends DBCursor<UpdateMsg>, String>... pairs) throws Exception 228 for (Pair<? extends DBCursor<UpdateMsg>, String> pair : pairs) 224 newCompositeDBCursor( Pair<? extends DBCursor<UpdateMsg>, String>.... pairs) argument
|
| /forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/replication/server/changelog/file/ |
| H A D | CompositeDBCursorTest.java | 224 Pair<? extends DBCursor<UpdateMsg>, String>... pairs) throws Exception 227 for (Pair<? extends DBCursor<UpdateMsg>, String> pair : pairs) 223 newCompositeDBCursor( Pair<? extends DBCursor<UpdateMsg>, String>.... pairs) argument
|
| /forgerock/openidm-v4/openidm-zip/src/main/resources/bin/defaults/script/ |
| H A D | router-authz.js | 301 .pairs()
|
| /forgerock/openidm-v4/openidm-ui/openidm-ui-admin/src/main/js/org/forgerock/openidm/ui/admin/mapping/association/ |
| H A D | DataAssociationManagementView.js | 183 this.data.situationList = _.map(_.pairs(this.data.recon.situationSummary), function(item) { return { key: item[0], value: item[1] }; });
|
| /forgerock/authenticator-android-v2/app/libs/ |
| H A D | core-2.3.0.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ... |
| /forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/federation/model/ |
| H A D | SAMLv2ModelImpl.java | 1582 * @param values the Map which contains the new attribute/value pairs. 1697 * @param values the Map which contains the new attribute/value pairs. 1716 * @param map the Map which contains the attribute/value pairs. 3374 Map.Entry pairs = (Map.Entry)it.next();
|
| /forgerock/openam/openam-console/src/main/java/com/sun/identity/console/federation/model/ |
| H A D | SAMLv2ModelImpl.java | 1582 * @param values the Map which contains the new attribute/value pairs. 1697 * @param values the Map which contains the new attribute/value pairs. 1716 * @param map the Map which contains the attribute/value pairs. 3374 Map.Entry pairs = (Map.Entry)it.next();
|
| /forgerock/opendj-b2.6/tests/staf-tests/shared/resource/ |
| H A D | svnkit.jar | META-INF/ META-INF/MANIFEST.MF org/ org/tigris/ org/tigris/subversion/ org/tigris/subversion/javahl/ ... |
| /forgerock/opendj2/tests/staf-tests/shared/resource/ |
| H A D | svnkit.jar | META-INF/ META-INF/MANIFEST.MF org/ org/tigris/ org/tigris/subversion/ org/tigris/subversion/javahl/ ... |
| /forgerock/opendj2.6.2/tests/staf-tests/shared/resource/ |
| H A D | svnkit.jar | META-INF/ META-INF/MANIFEST.MF org/ org/tigris/ org/tigris/subversion/ org/tigris/subversion/javahl/ ... |
| /forgerock/opendj2-jel-hg/tests/staf-tests/shared/resource/ |
| H A D | svnkit.jar | META-INF/ META-INF/MANIFEST.MF org/ org/tigris/ org/tigris/subversion/ org/tigris/subversion/javahl/ ... |