Searched refs:ops (Results 1 - 25 of 84) sorted by relevance

1234

/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/
H A DSecurityOptions.java90 SecurityOptions ops = new SecurityOptions();
91 ops.setCertificateType(CertificateType.NO_CERTIFICATE);
92 ops.setEnableSSL(false);
93 ops.setEnableStartTLS(false);
94 return ops;
127 SecurityOptions ops = new SecurityOptions();
128 ops.setCertificateType(CertificateType.SELF_SIGNED_CERTIFICATE);
129 updateCertificateOptions(ops, enableSSL, enableStartTLS, sslPort,
131 return ops;
148 SecurityOptions ops
326 updateCertificateOptions(SecurityOptions ops, boolean enableSSL, boolean enableStartTLS, int sslPort, String aliasToUse) argument
[all...]
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/
H A DSecurityOptions.java91 SecurityOptions ops = new SecurityOptions();
92 ops.setCertificateType(CertificateType.NO_CERTIFICATE);
93 ops.setEnableSSL(false);
94 ops.setEnableStartTLS(false);
95 return ops;
128 SecurityOptions ops = new SecurityOptions();
129 ops.setCertificateType(CertificateType.SELF_SIGNED_CERTIFICATE);
130 updateCertificateOptions(ops, enableSSL, enableStartTLS, sslPort,
132 return ops;
149 SecurityOptions ops
327 updateCertificateOptions(SecurityOptions ops, boolean enableSSL, boolean enableStartTLS, int sslPort, String aliasToUse) argument
[all...]
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/
H A DSecurityOptions.java91 SecurityOptions ops = new SecurityOptions();
92 ops.setCertificateType(CertificateType.NO_CERTIFICATE);
93 ops.setEnableSSL(false);
94 ops.setEnableStartTLS(false);
95 return ops;
128 SecurityOptions ops = new SecurityOptions();
129 ops.setCertificateType(CertificateType.SELF_SIGNED_CERTIFICATE);
130 updateCertificateOptions(ops, enableSSL, enableStartTLS, sslPort,
132 return ops;
149 SecurityOptions ops
327 updateCertificateOptions(SecurityOptions ops, boolean enableSSL, boolean enableStartTLS, int sslPort, String aliasToUse) argument
[all...]
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/
H A DSecurityOptions.java90 SecurityOptions ops = new SecurityOptions();
91 ops.setCertificateType(CertificateType.NO_CERTIFICATE);
92 ops.setEnableSSL(false);
93 ops.setEnableStartTLS(false);
94 return ops;
127 SecurityOptions ops = new SecurityOptions();
128 ops.setCertificateType(CertificateType.SELF_SIGNED_CERTIFICATE);
129 updateCertificateOptions(ops, enableSSL, enableStartTLS, sslPort,
131 return ops;
148 SecurityOptions ops
326 updateCertificateOptions(SecurityOptions ops, boolean enableSSL, boolean enableStartTLS, int sslPort, String aliasToUse) argument
[all...]
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/
H A DSecurityOptions.java91 SecurityOptions ops = new SecurityOptions();
92 ops.setCertificateType(CertificateType.NO_CERTIFICATE);
93 ops.setEnableSSL(false);
94 ops.setEnableStartTLS(false);
95 return ops;
128 SecurityOptions ops = new SecurityOptions();
129 ops.setCertificateType(CertificateType.SELF_SIGNED_CERTIFICATE);
130 updateCertificateOptions(ops, enableSSL, enableStartTLS, sslPort,
132 return ops;
149 SecurityOptions ops
327 updateCertificateOptions(SecurityOptions ops, boolean enableSSL, boolean enableStartTLS, int sslPort, String aliasToUse) argument
[all...]
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/installer/
H A DNewSuffixOptions.java89 NewSuffixOptions ops = new NewSuffixOptions(baseDNs);
90 ops.type = Type.CREATE_BASE_ENTRY;
91 return ops;
101 NewSuffixOptions ops = new NewSuffixOptions(baseDNs);
102 ops.type = Type.LEAVE_DATABASE_EMPTY;
103 return ops;
117 NewSuffixOptions ops = new NewSuffixOptions(baseDNs);
118 ops.type = Type.IMPORT_FROM_LDIF_FILE;
119 ops.ldifPaths.addAll(ldifPaths);
120 ops
[all...]
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/installer/
H A DNewSuffixOptions.java96 NewSuffixOptions ops = new NewSuffixOptions(baseDNs);
97 ops.type = Type.CREATE_BASE_ENTRY;
98 return ops;
108 NewSuffixOptions ops = new NewSuffixOptions(baseDNs);
109 ops.type = Type.LEAVE_DATABASE_EMPTY;
110 return ops;
125 NewSuffixOptions ops = new NewSuffixOptions(baseDNs);
126 ops.type = Type.IMPORT_FROM_LDIF_FILE;
127 ops.ldifPaths.addAll(ldifPaths);
128 ops
[all...]
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/installer/
H A DNewSuffixOptions.java96 NewSuffixOptions ops = new NewSuffixOptions(baseDNs);
97 ops.type = Type.CREATE_BASE_ENTRY;
98 return ops;
108 NewSuffixOptions ops = new NewSuffixOptions(baseDNs);
109 ops.type = Type.LEAVE_DATABASE_EMPTY;
110 return ops;
125 NewSuffixOptions ops = new NewSuffixOptions(baseDNs);
126 ops.type = Type.IMPORT_FROM_LDIF_FILE;
127 ops.ldifPaths.addAll(ldifPaths);
128 ops
[all...]
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/installer/
H A DNewSuffixOptions.java89 NewSuffixOptions ops = new NewSuffixOptions(baseDNs);
90 ops.type = Type.CREATE_BASE_ENTRY;
91 return ops;
101 NewSuffixOptions ops = new NewSuffixOptions(baseDNs);
102 ops.type = Type.LEAVE_DATABASE_EMPTY;
103 return ops;
117 NewSuffixOptions ops = new NewSuffixOptions(baseDNs);
118 ops.type = Type.IMPORT_FROM_LDIF_FILE;
119 ops.ldifPaths.addAll(ldifPaths);
120 ops
[all...]
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/installer/
H A DNewSuffixOptions.java96 NewSuffixOptions ops = new NewSuffixOptions(baseDNs);
97 ops.type = Type.CREATE_BASE_ENTRY;
98 return ops;
108 NewSuffixOptions ops = new NewSuffixOptions(baseDNs);
109 ops.type = Type.LEAVE_DATABASE_EMPTY;
110 return ops;
125 NewSuffixOptions ops = new NewSuffixOptions(baseDNs);
126 ops.type = Type.IMPORT_FROM_LDIF_FILE;
127 ops.ldifPaths.addAll(ldifPaths);
128 ops
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/installer/
H A DNewSuffixOptions.java89 NewSuffixOptions ops = new NewSuffixOptions(baseDNs);
90 ops.type = Type.CREATE_BASE_ENTRY;
91 return ops;
101 NewSuffixOptions ops = new NewSuffixOptions(baseDNs);
102 ops.type = Type.LEAVE_DATABASE_EMPTY;
103 return ops;
117 NewSuffixOptions ops = new NewSuffixOptions(baseDNs);
118 ops.type = Type.IMPORT_FROM_LDIF_FILE;
119 ops.ldifPaths.addAll(ldifPaths);
120 ops
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/
H A DSecurityOptions.java99 SecurityOptions ops = new SecurityOptions();
100 ops.setCertificateType(CertificateType.NO_CERTIFICATE);
101 ops.setEnableSSL(false);
102 ops.setEnableStartTLS(false);
103 return ops;
275 SecurityOptions ops = new SecurityOptions();
278 ops.setKeyStorePath(keystorePath);
282 ops.setKeyStorePassword(keystorePwd);
284 ops.setCertificateType(certType);
285 updateCertificateOptions(ops, enableSS
389 updateCertificateOptions(SecurityOptions ops, boolean enableSSL, boolean enableStartTLS, int sslPort, Collection<String> aliasesToUse) argument
[all...]
/forgerock/openam-v13/openam-oauth2-common/openid-connect-core/src/main/java/org/forgerock/openidconnect/
H A DOpenIdConnectTokenStore.java42 * @param ops The ops.
51 String authorizationParty, String nonce, String ops, OAuth2Request request)
50 createOpenIDToken(ResourceOwner resourceOwner, String clientId, String authorizationParty, String nonce, String ops, OAuth2Request request) argument
H A DOpenIdConnectToken.java71 * @param ops The ops.
78 String sub, String aud, String azp, long exp, long iat, long authTime, String nonce, String ops,
93 setOps(ops);
189 * Sets the ops.
191 * @param ops The ops.
193 private void setOps(String ops) { argument
194 set(OAuth2Constants.JWTTokenParams.OPS, ops);
77 OpenIdConnectToken(String kid, byte[] clientSecret, KeyPair keyPair, String algorithm, String iss, String sub, String aud, String azp, long exp, long iat, long authTime, String nonce, String ops, String atHash, String cHash, String acr, List<String> amr) argument
/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/idrepo/
H A DGetAllowedIdOperations.java75 Set ops = amir.getAllowedIdOperations(idType);
76 String msg = getResourceString("allowed-ops-result");
79 if ((ops != null) && !ops.isEmpty()) {
80 for (Iterator i = ops.iterator(); i.hasNext(); ) {
87 getResourceString("get-allowed-ops-no-ops"),
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/openidconnect/
H A DOpenIdConnectTokenStore.java42 * @param ops The ops.
51 String authorizationParty, String nonce, String ops, OAuth2Request request)
50 createOpenIDToken(ResourceOwner resourceOwner, String clientId, String authorizationParty, String nonce, String ops, OAuth2Request request) argument
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/idrepo/
H A DGetAllowedIdOperations.java75 Set ops = amir.getAllowedIdOperations(idType);
76 String msg = getResourceString("allowed-ops-result");
79 if ((ops != null) && !ops.isEmpty()) {
80 for (Iterator i = ops.iterator(); i.hasNext(); ) {
87 getResourceString("get-allowed-ops-no-ops"),
/forgerock/openam-v13/openam-oauth2/src/main/java/org/forgerock/openam/openidconnect/
H A DOpenAMOpenIdConnectToken.java48 * @param ops The ops.
56 String sub, String aud, String azp, long exp, long iat, long authTime, String nonce, String ops,
59 nonce, ops, atHash, cHash, acr, amr);
55 OpenAMOpenIdConnectToken(String kid, byte[] clientSecret, KeyPair keyPair, String algorithm, String iss, String sub, String aud, String azp, long exp, long iat, long authTime, String nonce, String ops, String atHash, String cHash, String acr, List<String> amr, String realm) argument
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DHistoricalTest.java419 Iterable<FakeOperation> ops = EntryHistorical.generateFakeOperations(entry);
423 assertFakeOperations(dn1, entry, ops, 1);
438 ops = EntryHistorical.generateFakeOperations(entry);
442 assertFakeOperations(dn1, entry, ops, 2);
457 ops = EntryHistorical.generateFakeOperations(entry);
461 assertFakeOperations(dn2, entry, ops, 3);
467 for (FakeOperation fake : ops)
487 Iterable<FakeOperation> ops, int assertCount) throws Exception
490 for (FakeOperation op : ops)
486 assertFakeOperations(final DN dn1, Entry entry, Iterable<FakeOperation> ops, int assertCount) argument
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DHistoricalTest.java371 Iterable<FakeOperation> ops = EntryHistorical.generateFakeOperations(entry);
375 assertFakeOperations(dn1, entry, ops, 1);
390 ops = EntryHistorical.generateFakeOperations(entry);
394 assertFakeOperations(dn1, entry, ops, 2);
409 ops = EntryHistorical.generateFakeOperations(entry);
413 assertFakeOperations(dn2, entry, ops, 3);
419 for (FakeOperation fake : ops)
439 Iterable<FakeOperation> ops, int assertCount) throws Exception
442 for (FakeOperation op : ops)
438 assertFakeOperations(final DN dn1, Entry entry, Iterable<FakeOperation> ops, int assertCount) argument
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DHistoricalTest.java419 Iterable<FakeOperation> ops = EntryHistorical.generateFakeOperations(entry);
423 assertFakeOperations(dn1, entry, ops, 1);
438 ops = EntryHistorical.generateFakeOperations(entry);
442 assertFakeOperations(dn1, entry, ops, 2);
457 ops = EntryHistorical.generateFakeOperations(entry);
461 assertFakeOperations(dn2, entry, ops, 3);
467 for (FakeOperation fake : ops)
487 Iterable<FakeOperation> ops, int assertCount) throws Exception
490 for (FakeOperation op : ops)
486 assertFakeOperations(final DN dn1, Entry entry, Iterable<FakeOperation> ops, int assertCount) argument
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DHistoricalTest.java371 Iterable<FakeOperation> ops = EntryHistorical.generateFakeOperations(entry);
375 assertFakeOperations(dn1, entry, ops, 1);
390 ops = EntryHistorical.generateFakeOperations(entry);
394 assertFakeOperations(dn1, entry, ops, 2);
409 ops = EntryHistorical.generateFakeOperations(entry);
413 assertFakeOperations(dn2, entry, ops, 3);
419 for (FakeOperation fake : ops)
439 Iterable<FakeOperation> ops, int assertCount) throws Exception
442 for (FakeOperation op : ops)
438 assertFakeOperations(final DN dn1, Entry entry, Iterable<FakeOperation> ops, int assertCount) argument
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DHistoricalTest.java419 Iterable<FakeOperation> ops = EntryHistorical.generateFakeOperations(entry);
423 assertFakeOperations(dn1, entry, ops, 1);
438 ops = EntryHistorical.generateFakeOperations(entry);
442 assertFakeOperations(dn1, entry, ops, 2);
457 ops = EntryHistorical.generateFakeOperations(entry);
461 assertFakeOperations(dn2, entry, ops, 3);
467 for (FakeOperation fake : ops)
487 Iterable<FakeOperation> ops, int assertCount) throws Exception
490 for (FakeOperation op : ops)
486 assertFakeOperations(final DN dn1, Entry entry, Iterable<FakeOperation> ops, int assertCount) argument
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/replication/plugin/
H A DHistoricalTest.java379 Iterable<FakeOperation> ops = EntryHistorical.generateFakeOperations(entry);
383 assertFakeOperations(dn1, entry, ops, 1);
398 ops = EntryHistorical.generateFakeOperations(entry);
402 assertFakeOperations(dn1, entry, ops, 2);
417 ops = EntryHistorical.generateFakeOperations(entry);
421 assertFakeOperations(dn2, entry, ops, 3);
427 for (FakeOperation fake : ops)
447 Iterable<FakeOperation> ops, int assertCount) throws Exception
450 for (FakeOperation op : ops)
446 assertFakeOperations(final DN dn1, Entry entry, Iterable<FakeOperation> ops, int assertCount) argument
/forgerock/openam/openam-oauth2/src/test/java/org/forgerock/openidconnect/ssoprovider/
H A DOpenIdConnectSSOProviderTest.java237 String ops = "session identifier";
243 claimsSet.setClaim(OPS, ops);
246 given(mockTokenStore.read(ops)).willReturn(null);
259 String ops = "session identifier";
266 claimsSet.setClaim(OPS, ops);
269 given(mockTokenStore.read(ops)).willReturn(token);
282 String ops = "session identifier";
290 claimsSet.setClaim(OPS, ops);
293 given(mockTokenStore.read(ops)).willReturn(json(object(field(LEGACY_OPS, asList(sessionId)))));

Completed in 65 milliseconds

1234