Searched defs:ops (Results 1 - 25 of 35) sorted by relevance

12

/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/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
H A DOpenIdConnectToken.java92 * @param ops The ops.
103 long authTime, String nonce, String ops, String atHash, String cHash, String acr, List<String> amr,
123 setOps(ops);
255 * Sets the ops.
257 * @param ops The ops.
259 private void setOps(String ops) { argument
260 set(OAuth2Constants.JWTTokenParams.OPS, ops);
100 OpenIdConnectToken(String signingKeyId, String encryptionKeyId, byte[] clientSecret, KeyPair signingKeyPair, Key encryptionKey, String signingAlgorithm, String encryptionAlgorithm, String encryptionMethod, boolean isIDTokenEncryptionEnabled, 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 auditTrackingId, 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.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-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/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/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-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/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/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/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/openam-oauth2/src/main/java/org/forgerock/openam/oauth2/
H A DOpenAMTokenStore.java79 String authorizationParty, String nonce, String ops, OAuth2Request request)
81 return statefulTokenStore.createOpenIDToken(resourceOwner, clientId, authorizationParty, nonce, ops, request);
78 createOpenIDToken(ResourceOwner resourceOwner, String clientId, String authorizationParty, String nonce, String ops, OAuth2Request request) argument
H A DStatefulTokenStore.java251 String authorizationParty, String nonce, String ops, OAuth2Request request)
303 field(OAuth2Constants.JWTTokenParams.LEGACY_OPS, array(ops)),
316 request.setSession(ops);
250 createOpenIDToken(ResourceOwner resourceOwner, String clientId, String authorizationParty, String nonce, String ops, OAuth2Request request) argument
/forgerock/openam-v13/openam-oauth2/src/main/java/org/forgerock/openam/oauth2/
H A DOpenAMTokenStore.java233 String authorizationParty, String nonce, String ops, OAuth2Request request)
271 field(OAuth2Constants.JWTTokenParams.LEGACY_OPS, set(ops)),
282 request.setSession(ops);
232 createOpenIDToken(ResourceOwner resourceOwner, String clientId, String authorizationParty, String nonce, String ops, OAuth2Request request) argument
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/util/
H A DUtils.java1841 * @param ops the SecurityOptions object from which we want to obtain the
1847 public static String getSecurityOptionsString(SecurityOptions ops, argument
1852 if (ops.getCertificateType() ==
1859 if (ops.getEnableStartTLS())
1863 if (ops.getEnableSSL())
1876 buf.append(INFO_ENABLE_SSL.get(String.valueOf(ops.getSslPort())));
1887 switch (ops.getCertificateType())
1911 ops.getCertificateType());
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/util/
H A DUtils.java1842 * @param ops the SecurityOptions object from which we want to obtain the
1848 public static String getSecurityOptionsString(SecurityOptions ops, argument
1853 if (ops.getCertificateType() ==
1860 if (ops.getEnableStartTLS())
1864 if (ops.getEnableSSL())
1877 buf.append(INFO_ENABLE_SSL.get(String.valueOf(ops.getSslPort())));
1888 switch (ops.getCertificateType())
1912 ops.getCertificateType());
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/util/
H A DUtils.java1842 * @param ops the SecurityOptions object from which we want to obtain the
1848 public static String getSecurityOptionsString(SecurityOptions ops, argument
1853 if (ops.getCertificateType() ==
1860 if (ops.getEnableStartTLS())
1864 if (ops.getEnableSSL())
1877 buf.append(INFO_ENABLE_SSL.get(String.valueOf(ops.getSslPort())));
1888 switch (ops.getCertificateType())
1912 ops.getCertificateType());
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/util/
H A DUtils.java1841 * @param ops the SecurityOptions object from which we want to obtain the
1847 public static String getSecurityOptionsString(SecurityOptions ops, argument
1852 if (ops.getCertificateType() ==
1859 if (ops.getEnableStartTLS())
1863 if (ops.getEnableSSL())
1876 buf.append(INFO_ENABLE_SSL.get(String.valueOf(ops.getSslPort())));
1887 switch (ops.getCertificateType())
1911 ops.getCertificateType());
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/util/
H A DUtils.java1747 * @param ops the SecurityOptions object from which we want to obtain the
1753 public static String getSecurityOptionsString(SecurityOptions ops, argument
1758 if (ops.getCertificateType() ==
1765 if (ops.getEnableStartTLS())
1769 if (ops.getEnableSSL())
1782 buf.append(INFO_ENABLE_SSL.get(String.valueOf(ops.getSslPort())));
1793 switch (ops.getCertificateType())
1817 ops.getCertificateType());

Completed in 93 milliseconds

12