Searched defs:factory (Results 176 - 200 of 330) sorted by relevance

1234567891011>>

/forgerock/opendj2/src/server/org/opends/server/extensions/
H A DPKCS5S2PasswordStorageScheme.java83 /** The factory used to generate the PKCS5S2 hashes. */
84 private SecretKeyFactory factory; field in class:PKCS5S2PasswordStorageScheme
111 factory = SecretKeyFactory.getInstance(MESSAGE_DIGEST_ALGORITHM_PBKDF2);
307 final SecretKeyFactory factory = SecretKeyFactory.getInstance(MESSAGE_DIGEST_ALGORITHM_PBKDF2);
308 return encodeWithRandomSalt(plaintext, saltBytes, random, factory);
321 int iterations, final SecretKeyFactory factory) throws DirectoryException
328 return factory.generateSecret(spec).getEncoded();
351 encodeWithSalt(plaintext, saltBytes, iterations, factory);
366 return encodeWithRandomSalt(plaintext, saltBytes, random, factory);
371 SecureRandom random, final SecretKeyFactory factory) throw
320 encodeWithSalt(ByteSequence plaintext, byte[] saltBytes, int iterations, final SecretKeyFactory factory) argument
370 encodeWithRandomSalt(ByteSequence plaintext, byte[] saltBytes, SecureRandom random, final SecretKeyFactory factory) argument
[all...]
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DSASLOverTLSTestCase.java75 * Client SSL socket factory which blindly trusts server certificates.
85 private final SSLSocketFactory factory; field in class:SASLOverTLSTestCase.TestSSLSocketFactory
93 factory = ctx.getSocketFactory();
103 return factory.createSocket();
109 return factory.createSocket(host, port);
114 return factory.getDefaultCipherSuites();
119 return factory.getSupportedCipherSuites();
125 return factory.createSocket(s, host, port, autoClose);
131 return factory.createSocket(host, port, localHost, localPort);
136 return factory
148 private static final String factory = "com.sun.jndi.ldap.LdapCtxFactory"; field in class:SASLOverTLSTestCase
[all...]
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DSASLOverTLSTestCase.java74 * Client SSL socket factory which blindly trusts server certificates.
84 private final SSLSocketFactory factory; field in class:SASLOverTLSTestCase.TestSSLSocketFactory
92 factory = ctx.getSocketFactory();
102 return factory.createSocket();
108 return factory.createSocket(host, port);
113 return factory.getDefaultCipherSuites();
118 return factory.getSupportedCipherSuites();
124 return factory.createSocket(s, host, port, autoClose);
130 return factory.createSocket(host, port, localHost, localPort);
135 return factory
147 private static final String factory = "com.sun.jndi.ldap.LdapCtxFactory"; field in class:SASLOverTLSTestCase
[all...]
/forgerock/opendj2/src/server/org/opends/server/schema/
H A DTimeBasedMatchingRuleFactory.java75 * This class acts as a factory for time-based matching rules.
92 //A Collection of matching rules managed by this factory.
518 IndexQueryFactory<T> factory) throws DirectoryException
520 return factory.createRangeMatchQuery(indexer
616 IndexQueryFactory<T> factory) throws DirectoryException
618 return factory.createRangeMatchQuery(indexer
1187 IndexQueryFactory<T> factory) throws DirectoryException
1203 queries.add(factory.createExactMatchQuery(
1210 queries.add(factory.createExactMatchQuery(
1217 queries.add(factory
517 createIndexQuery(ByteSequence assertionValue, IndexQueryFactory<T> factory) argument
615 createIndexQuery(ByteSequence assertionValue, IndexQueryFactory<T> factory) argument
1186 createIndexQuery(ByteSequence assertionValue, IndexQueryFactory<T> factory) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/tools/dsconfig/
H A DCreateSubCommandHandler.java1157 ManagementContextFactory factory) throws ArgumentException,
1172 ManagementContext context = factory.getManagementContext(app);
1156 run(ConsoleApplication app, ManagementContextFactory factory) argument
H A DHelpSubCommandHandler.java255 TextTablePrinter factory = new TextTablePrinter(p);
256 factory.setDisplayHeadings(false);
257 factory.setColumnWidth(0, HEADING_WIDTH);
258 factory.setColumnWidth(1, HEADING_SEPARATOR.length());
259 factory.setColumnWidth(4, 0);
260 factory.setPadding(0);
262 builder.print(factory);
291 TextTablePrinter factory = new TextTablePrinter(p);
292 factory.setDisplayHeadings(false);
293 factory
826 run(ConsoleApplication app, ManagementContextFactory factory) argument
[all...]
H A DSetPropSubCommandHandler.java696 ManagementContextFactory factory) throws ArgumentException,
711 ManagementContext context = factory.getManagementContext(app);
695 run(ConsoleApplication app, ManagementContextFactory factory) argument
/forgerock/opendj2.6.2/src/server/org/opends/server/schema/
H A DTimeBasedMatchingRuleFactory.java76 * This class acts as a factory for time-based matching rules.
93 //A Collection of matching rules managed by this factory.
519 IndexQueryFactory<T> factory) throws DirectoryException
521 return factory.createRangeMatchQuery(indexer
617 IndexQueryFactory<T> factory) throws DirectoryException
619 return factory.createRangeMatchQuery(indexer
1188 IndexQueryFactory<T> factory) throws DirectoryException
1204 queries.add(factory.createExactMatchQuery(
1211 queries.add(factory.createExactMatchQuery(
1218 queries.add(factory
518 createIndexQuery(ByteSequence assertionValue, IndexQueryFactory<T> factory) argument
616 createIndexQuery(ByteSequence assertionValue, IndexQueryFactory<T> factory) argument
1187 createIndexQuery(ByteSequence assertionValue, IndexQueryFactory<T> factory) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/dsconfig/
H A DCreateSubCommandHandler.java1158 ManagementContextFactory factory) throws ArgumentException,
1173 ManagementContext context = factory.getManagementContext(app);
1157 run(ConsoleApplication app, ManagementContextFactory factory) argument
H A DHelpSubCommandHandler.java255 TextTablePrinter factory = new TextTablePrinter(p);
256 factory.setDisplayHeadings(false);
257 factory.setColumnWidth(0, HEADING_WIDTH);
258 factory.setColumnWidth(1, HEADING_SEPARATOR.length());
259 factory.setColumnWidth(4, 0);
260 factory.setPadding(0);
262 builder.print(factory);
291 TextTablePrinter factory = new TextTablePrinter(p);
292 factory.setDisplayHeadings(false);
293 factory
819 run(ConsoleApplication app, ManagementContextFactory factory) argument
[all...]
H A DSetPropSubCommandHandler.java694 ManagementContextFactory factory) throws ArgumentException,
709 ManagementContext context = factory.getManagementContext(app);
693 run(ConsoleApplication app, ManagementContextFactory factory) argument
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DSASLOverTLSTestCase.java75 * Client SSL socket factory which blindly trusts server certificates.
85 private final SSLSocketFactory factory; field in class:SASLOverTLSTestCase.TestSSLSocketFactory
93 factory = ctx.getSocketFactory();
103 return factory.createSocket();
109 return factory.createSocket(host, port);
114 return factory.getDefaultCipherSuites();
119 return factory.getSupportedCipherSuites();
125 return factory.createSocket(s, host, port, autoClose);
131 return factory.createSocket(host, port, localHost, localPort);
136 return factory
148 private static final String factory = "com.sun.jndi.ldap.LdapCtxFactory"; field in class:SASLOverTLSTestCase
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DSASLOverTLSTestCase.java74 * Client SSL socket factory which blindly trusts server certificates.
84 private final SSLSocketFactory factory; field in class:SASLOverTLSTestCase.TestSSLSocketFactory
92 factory = ctx.getSocketFactory();
102 return factory.createSocket();
108 return factory.createSocket(host, port);
113 return factory.getDefaultCipherSuites();
118 return factory.getSupportedCipherSuites();
124 return factory.createSocket(s, host, port, autoClose);
130 return factory.createSocket(host, port, localHost, localPort);
135 return factory
147 private static final String factory = "com.sun.jndi.ldap.LdapCtxFactory"; field in class:SASLOverTLSTestCase
[all...]
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DSASLOverTLSTestCase.java75 * Client SSL socket factory which blindly trusts server certificates.
85 private final SSLSocketFactory factory; field in class:SASLOverTLSTestCase.TestSSLSocketFactory
93 factory = ctx.getSocketFactory();
103 return factory.createSocket();
109 return factory.createSocket(host, port);
114 return factory.getDefaultCipherSuites();
119 return factory.getSupportedCipherSuites();
125 return factory.createSocket(s, host, port, autoClose);
131 return factory.createSocket(host, port, localHost, localPort);
136 return factory
148 private static final String factory = "com.sun.jndi.ldap.LdapCtxFactory"; field in class:SASLOverTLSTestCase
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/schema/
H A DTimeBasedMatchingRuleFactory.java76 * This class acts as a factory for time-based matching rules.
93 //A Collection of matching rules managed by this factory.
519 IndexQueryFactory<T> factory) throws DirectoryException
521 return factory.createRangeMatchQuery(indexer
617 IndexQueryFactory<T> factory) throws DirectoryException
619 return factory.createRangeMatchQuery(indexer
1188 IndexQueryFactory<T> factory) throws DirectoryException
1204 queries.add(factory.createExactMatchQuery(
1211 queries.add(factory.createExactMatchQuery(
1218 queries.add(factory
518 createIndexQuery(ByteSequence assertionValue, IndexQueryFactory<T> factory) argument
616 createIndexQuery(ByteSequence assertionValue, IndexQueryFactory<T> factory) argument
1187 createIndexQuery(ByteSequence assertionValue, IndexQueryFactory<T> factory) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/dsconfig/
H A DCreateSubCommandHandler.java1158 ManagementContextFactory factory) throws ArgumentException,
1173 ManagementContext context = factory.getManagementContext(app);
1157 run(ConsoleApplication app, ManagementContextFactory factory) argument
H A DHelpSubCommandHandler.java255 TextTablePrinter factory = new TextTablePrinter(p);
256 factory.setDisplayHeadings(false);
257 factory.setColumnWidth(0, HEADING_WIDTH);
258 factory.setColumnWidth(1, HEADING_SEPARATOR.length());
259 factory.setColumnWidth(4, 0);
260 factory.setPadding(0);
262 builder.print(factory);
291 TextTablePrinter factory = new TextTablePrinter(p);
292 factory.setDisplayHeadings(false);
293 factory
819 run(ConsoleApplication app, ManagementContextFactory factory) argument
[all...]
H A DSetPropSubCommandHandler.java694 ManagementContextFactory factory) throws ArgumentException,
709 ManagementContext context = factory.getManagementContext(app);
693 run(ConsoleApplication app, ManagementContextFactory factory) argument
/forgerock/opendj2-hg/src/server/org/opends/server/extensions/
H A DPBKDF2PasswordStorageScheme.java82 /** The factory used to generate the PBKDF2 hashes. */
83 private SecretKeyFactory factory; field in class:PBKDF2PasswordStorageScheme
113 factory = SecretKeyFactory.getInstance(MESSAGE_DIGEST_ALGORITHM_PBKDF2);
345 final SecretKeyFactory factory = SecretKeyFactory.getInstance(MESSAGE_DIGEST_ALGORITHM_PBKDF2);
346 return encodeWithRandomSalt(plaintext, saltBytes, iterations, random, factory);
359 int iterations, final SecretKeyFactory factory) throws DirectoryException
366 return factory.generateSecret(spec).getEncoded();
389 encodeWithSalt(plaintext, saltBytes, iterations, factory);
404 return encodeWithRandomSalt(plaintext, saltBytes, iterations, random, factory);
409 int iterations, SecureRandom random, final SecretKeyFactory factory) throw
358 encodeWithSalt(ByteSequence plaintext, byte[] saltBytes, int iterations, final SecretKeyFactory factory) argument
408 encodeWithRandomSalt(ByteSequence plaintext, byte[] saltBytes, int iterations, SecureRandom random, final SecretKeyFactory factory) argument
[all...]
H A DPKCS5S2PasswordStorageScheme.java83 /** The factory used to generate the PKCS5S2 hashes. */
84 private SecretKeyFactory factory; field in class:PKCS5S2PasswordStorageScheme
111 factory = SecretKeyFactory.getInstance(MESSAGE_DIGEST_ALGORITHM_PBKDF2);
307 final SecretKeyFactory factory = SecretKeyFactory.getInstance(MESSAGE_DIGEST_ALGORITHM_PBKDF2);
308 return encodeWithRandomSalt(plaintext, saltBytes, random, factory);
321 int iterations, final SecretKeyFactory factory) throws DirectoryException
328 return factory.generateSecret(spec).getEncoded();
351 encodeWithSalt(plaintext, saltBytes, iterations, factory);
366 return encodeWithRandomSalt(plaintext, saltBytes, random, factory);
371 SecureRandom random, final SecretKeyFactory factory) throw
320 encodeWithSalt(ByteSequence plaintext, byte[] saltBytes, int iterations, final SecretKeyFactory factory) argument
370 encodeWithRandomSalt(ByteSequence plaintext, byte[] saltBytes, SecureRandom random, final SecretKeyFactory factory) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/schema/
H A DTimeBasedMatchingRuleFactory.java75 * This class acts as a factory for time-based matching rules.
92 //A Collection of matching rules managed by this factory.
518 IndexQueryFactory<T> factory) throws DirectoryException
520 return factory.createRangeMatchQuery(indexer
616 IndexQueryFactory<T> factory) throws DirectoryException
618 return factory.createRangeMatchQuery(indexer
1187 IndexQueryFactory<T> factory) throws DirectoryException
1203 queries.add(factory.createExactMatchQuery(
1210 queries.add(factory.createExactMatchQuery(
1217 queries.add(factory
517 createIndexQuery(ByteSequence assertionValue, IndexQueryFactory<T> factory) argument
615 createIndexQuery(ByteSequence assertionValue, IndexQueryFactory<T> factory) argument
1186 createIndexQuery(ByteSequence assertionValue, IndexQueryFactory<T> factory) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/tools/dsconfig/
H A DCreateSubCommandHandler.java1157 ManagementContextFactory factory) throws ArgumentException,
1172 ManagementContext context = factory.getManagementContext(app);
1156 run(ConsoleApplication app, ManagementContextFactory factory) argument
H A DHelpSubCommandHandler.java255 TextTablePrinter factory = new TextTablePrinter(p);
256 factory.setDisplayHeadings(false);
257 factory.setColumnWidth(0, HEADING_WIDTH);
258 factory.setColumnWidth(1, HEADING_SEPARATOR.length());
259 factory.setColumnWidth(4, 0);
260 factory.setPadding(0);
262 builder.print(factory);
291 TextTablePrinter factory = new TextTablePrinter(p);
292 factory.setDisplayHeadings(false);
293 factory
826 run(ConsoleApplication app, ManagementContextFactory factory) argument
[all...]
H A DSetPropSubCommandHandler.java696 ManagementContextFactory factory) throws ArgumentException,
711 ManagementContext context = factory.getManagementContext(app);
695 run(ConsoleApplication app, ManagementContextFactory factory) argument
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/ldap/event/
H A DEventService.java368 SearchScope pSearchScope, ConnectionFactory factory, String... attributeNames) {
369 super(retryInterval, pSearchBaseDN, pSearchFilter, pSearchScope, factory, attributeNames);
367 EventServicePersistentSearch(int retryInterval, DN pSearchBaseDN, Filter pSearchFilter, SearchScope pSearchScope, ConnectionFactory factory, String... attributeNames) argument

Completed in 191 milliseconds

1234567891011>>