Searched refs:pair (Results 26 - 50 of 89) sorted by relevance

1234

/forgerock/openam/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/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/plugins/
H A DDefaultIDPAccountMapper.java83 for (NameIDandSPpair pair : list) {
84 if (pair.getSPEntityID().equals(remoteEntityID)) {
85 nameIDValue = pair.getNameID().getValue();
/forgerock/openidm-v4/openidm-security/src/main/java/org/forgerock/openidm/security/impl/
H A DKeystoreResourceProvider.java107 Pair<X509Certificate, PrivateKey> pair = generateCertificate(domainName, algorithm,
109 Certificate cert = pair.getKey();
110 PrivateKey key = pair.getValue();
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/plugins/
H A DDefaultIDPAccountMapper.java87 for (NameIDandSPpair pair : list) {
88 if (pair.getSPEntityID().equals(remoteEntityID)) {
89 nameIDValue = pair.getNameID().getValue();
/forgerock/openidm-v4/openidm-zip/src/main/resources/samples/scriptedcrest2dj/tools/
H A DSchemaSlurper.groovy183 for (Pair<String, String> pair : cache.keySet()) {
184 if (objectClass.is(pair.second)) {
185 return pair.first
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/server/changelog/je/
H A DCompositeDBCursorTest.java228 for (Pair<? extends DBCursor<UpdateMsg>, String> pair : pairs)
230 cursor.addCursor(pair.getFirst(), pair.getSecond());
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/server/changelog/je/
H A DCompositeDBCursorTest.java228 for (Pair<? extends DBCursor<UpdateMsg>, String> pair : pairs)
230 cursor.addCursor(pair.getFirst(), pair.getSecond());
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/replication/server/changelog/file/
H A DCompositeDBCursorTest.java227 for (Pair<? extends DBCursor<UpdateMsg>, String> pair : pairs)
229 cursor.addCursor(pair.getFirst(), pair.getSecond());
/forgerock/opendj2/src/server/org/opends/server/tools/dsconfig/
H A DSetPropSubCommandHandler.java800 Pair<String, String> pair = parseValue(m);
801 String propertyName = pair.getFirst();
802 String value = pair.getSecond();
817 Pair<String, String> pair = parseValue(m);
818 String propertyName = pair.getFirst();
819 String value = pair.getSecond();
835 Pair<String, String> pair = parseValue(m);
836 String propertyName = pair.getFirst();
837 String value = pair.getSecond();
/forgerock/opendj2-hg/src/server/org/opends/server/tools/dsconfig/
H A DSetPropSubCommandHandler.java800 Pair<String, String> pair = parseValue(m);
801 String propertyName = pair.getFirst();
802 String value = pair.getSecond();
817 Pair<String, String> pair = parseValue(m);
818 String propertyName = pair.getFirst();
819 String value = pair.getSecond();
835 Pair<String, String> pair = parseValue(m);
836 String propertyName = pair.getFirst();
837 String value = pair.getSecond();
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DIDPSingleLogout.java281 NameIDandSPpair pair = list.remove(0);
282 removeTransientNameIDFromCache(pair.getNameID());
284 String spEntityID = pair.getSPEntityID();
307 idpSessionIndex, pair.getNameID(), request, response, paramsMap, spConfig);
892 NameIDandSPpair pair = it.next();
894 spEntityID = pair.getSPEntityID();
895 removeTransientNameIDFromCache(pair.getNameID());
911 relayState, idpSessionIndex, pair.getNameID(), request, response, paramsMap, spConfig);
1124 NameIDandSPpair pair = null;
1128 pair
[all...]
/forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/dsconfig/
H A DSetPropSubCommandHandler.java711 Pair<String, String> pair = parseValue(m);
712 String propertyName = pair.getFirst();
713 String value = pair.getSecond();
728 Pair<String, String> pair = parseValue(m);
729 String propertyName = pair.getFirst();
730 String value = pair.getSecond();
745 Pair<String, String> pair = parseValue(m);
746 String propertyName = pair.getFirst();
747 String value = pair.getSecond();
/forgerock/web-agents-v4/source/apache/
H A Dagent.c382 char *pair, *a, *eq, *inputs, *last = NULL; local
389 for (pair = apr_strtok(a, "&", &last); pair;
390 pair = apr_strtok(NULL, "&", &last)) {
391 for (eq = pair; *eq; ++eq) {
394 ap_unescape_url(pair);
395 eq = strchr(pair, '=');
399 "<input type=\"hidden\" name=\"", pair, "\" value=\"", eq, "\"/>", NULL);
402 "<input type=\"hidden\" name=\"", pair, "\" value=\"\"/>", NULL);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DIDPSingleLogout.java282 NameIDandSPpair pair = list.remove(0);
283 removeTransientNameIDFromCache(pair.getNameID());
285 String spEntityID = pair.getSPEntityID();
308 idpSessionIndex, pair.getNameID(), request, response, paramsMap, spConfig);
887 NameIDandSPpair pair = it.next();
889 spEntityID = pair.getSPEntityID();
890 removeTransientNameIDFromCache(pair.getNameID());
906 relayState, idpSessionIndex, pair.getNameID(), request, response, paramsMap, spConfig);
1114 NameIDandSPpair pair = null;
1118 pair
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/authorization/dseecompat/
H A DAciBody.java209 PermBindRulePair pair = PermBindRulePair.decode(perm, rights, bRule);
210 permBindRulePairs.add(pair);
225 * Need to walk down each permission-bind rule pair and call it's
230 * 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
/forgerock/opendj2.6.2/src/server/org/opends/server/authorization/dseecompat/
H A DAciBody.java209 PermBindRulePair pair = PermBindRulePair.decode(perm, rights, bRule);
210 permBindRulePairs.add(pair);
225 * Need to walk down each permission-bind rule pair and call it's
230 * 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
/forgerock/opendj2-jel-hg/src/server/org/opends/server/authorization/dseecompat/
H A DAciBody.java209 PermBindRulePair pair = PermBindRulePair.decode(perm, rights, bRule);
210 permBindRulePairs.add(pair);
225 * Need to walk down each permission-bind rule pair and call it's
230 * 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
/forgerock/openam-v13/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/sms/
H A DAuthenticationChainsFilter.java55 * <p>If the options String is parsable as a key value pair separated by commas
200 for (String pair : options.split(",")) {
201 String[] keyValue = pair.trim().split("=");
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/sms/
H A DAuthenticationChainsFilter.java54 * <p>If the options String is parsable as a key value pair separated by commas
197 for (String pair : options.split(" ")) {
198 String[] keyValue = pair.trim().split("=");
/forgerock/openidm-v4/openidm-provisioner-openicf/src/test/java/org/forgerock/openidm/provisioner/openicf/impl/
H A DOpenICFProvisionerServiceTest.java222 for (Pair<OpenICFProvisionerService, ComponentContext> pair : systems) {
223 tests.add(new Object[] { pair.getLeft().getSystemIdentifierName() });
342 for (Pair<OpenICFProvisionerService, ComponentContext> pair : systems) {
343 bindProvisionerService(pair.getLeft(),(Map) null);
354 for (Pair<OpenICFProvisionerService, ComponentContext> pair : systems) {
355 pair.getLeft().deactivate(pair.getRight());
/forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/server/
H A DServerManagedObject.java1088 * @return a pair of (intermediate adaptor, intermediate listener) or
1095 Pair<ConfigAddListenerAdaptor<T>, ServerManagedObjectAddListener<T>> pair =
1097 if (!pair.equals(Pair.EMPTY) && pair.getSecond() instanceof ServerManagedObjectAddListenerAdaptor) {
1099 pair.getSecond();
1100 return Pair.of(pair.getFirst(), adaptor2.getConfigurationAddListener());
1113 * @return a pair of (intermediate adaptor, initial listener) or
/forgerock/web-agents-v4/source/varnish/
H A Dagent.c386 char *pair, *a, *eq, *last = NULL; local
406 for (pair = strtok_r(a, "&", &last); pair;
407 pair = strtok_r(NULL, "&", &last)) {
408 char *values = url_decode(pair);
/forgerock/web-agents-v4/source/varnish3/
H A Dagent.c436 char *pair, *a, *eq, *last = NULL; local
456 for (pair = strtok_r(a, "&", &last); pair;
457 pair = strtok_r(NULL, "&", &last)) {
458 char *values = url_decode(pair);
/forgerock/web-agents-v4/source/iis/
H A Dagent.c1143 char *pair, *a, *eq, *last = NULL; local
1163 for (pair = strtok_s(a, "&", &last); pair;
1164 pair = strtok_s(NULL, "&", &last)) {
1165 UrlUnescapeA(pair, NULL, NULL, URL_UNESCAPE_INPLACE);
1166 eq = strchr(pair, '=');
1171 form, pair, eq);
1175 form, pair);
/forgerock/opendj2/src/server/org/opends/server/replication/server/changelog/file/
H A DFileChangelogDB.java800 final Pair<FileReplicaDB, Boolean> pair = getOrCreateReplicaDB(baseDN,
802 final FileReplicaDB replicaDB = pair.getFirst();
813 return pair.getSecond(); // replica DB was created

Completed in 73 milliseconds

1234