Searched defs:factory (Results 226 - 250 of 330) sorted by relevance

1234567891011>>

/forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/dsconfig/
H A DCreateSubCommandHandler.java968 public MenuResult<Integer> run(ConsoleApplication app, LDAPManagementContextFactory factory) argument
983 ManagementContext context = factory.getManagementContext(app);
H A DHelpSubCommandHandler.java198 TextTablePrinter factory = new TextTablePrinter(p);
199 factory.setDisplayHeadings(false);
200 factory.setColumnWidth(0, HEADING_WIDTH);
201 factory.setColumnWidth(1, HEADING_SEPARATOR.length());
202 factory.setColumnWidth(4, 0);
203 factory.setPadding(0);
205 builder.print(factory);
229 TextTablePrinter factory = new TextTablePrinter(p);
230 factory.setDisplayHeadings(false);
231 factory
699 run(ConsoleApplication app, LDAPManagementContextFactory factory) argument
[all...]
H A DSubCommandHandler.java695 * @param factory
696 * The LDAP management context factory context factory.
705 public abstract MenuResult<Integer> run(ConsoleApplication app, LDAPManagementContextFactory factory) argument
750 * Creates a script-friendly table printer. This factory method should be used by sub-command handler
/forgerock/opendj-v3/opendj-dsml-servlet/src/main/java/org/opends/dsml/protocol/
H A DDSMLServlet.java629 * @param objFactory the object factory
670 * @param objFactory the object factory
718 * @param objFactory the object factory
815 * @param messageFactory The SOAP message factory.
861 * @param factory The DocumentBuilderFactory to configure.
865 private void safeSetFeature(DocumentBuilderFactory factory, String feature, boolean flag) argument
869 factory.setFeature(feature, flag);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idsvcs/rest/
H A DIdentityServicesHandler.java82 private IdentityServicesFactory factory; field in class:IdentityServicesHandler
101 this.factory = IdentityServicesFactory.getInstance(provider);
129 IdentityServicesImpl security = this.factory.newInstance();
/forgerock/openam/openam-core/src/main/java/com/sun/identity/setup/
H A DEmbeddedOpenDS.java121 private static ConnectionFactory factory; field in class:EmbeddedOpenDS
1185 if (factory == null) {
1192 factory = new LDAPConnectionFactory(dsHostName, Integer.parseInt(dsPort), options);
1196 if (factory != null) {
1197 factory.close();
1202 return factory;
/forgerock/opendj-b2.6/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyFactory.java85 * A simplistic load-balancer connection factory implementation using
97 private MonitoredConnectionFactory factory; field in class:LDAPPassThroughAuthenticationPolicyFactory.AbstractLoadBalancer.FailoverConnection
111 factory = factories[nextIndex];
112 if (factory.isAvailable)
116 connection = factory.getConnection();
122 // Ignore this error and try the next factory.
132 lastException = factory.lastException;
219 // try the next connection factory.
221 factory.lastException = e;
222 factory
272 private final ConnectionFactory factory; field in class:LDAPPassThroughAuthenticationPolicyFactory.AbstractLoadBalancer.MonitoredConnectionFactory
280 MonitoredConnectionFactory(final ConnectionFactory factory) argument
431 private final ConnectionFactory factory; field in class:LDAPPassThroughAuthenticationPolicyFactory.AuthenticatedConnectionFactory
449 AuthenticatedConnectionFactory(final ConnectionFactory factory, final DN username, final String password) argument
752 private final ConnectionFactory factory; field in class:LDAPPassThroughAuthenticationPolicyFactory.ConnectionPool
767 ConnectionPool(final ConnectionFactory factory) argument
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/schema/
H A DCollationMatchingRuleFactory.java75 * This class is a factory class for Collation matching rules. It
329 // Deregister all the Matching Rule corresponding to this factory.
384 // If the new configuration disables this factory, don't do
931 IndexQueryFactory<T> factory) throws DirectoryException
934 return factory.createExactMatchQuery(indexer
1562 IndexQueryFactory<T> factory)
1583 return factory.createRangeMatchQuery(indexer
1595 * @param factory
1602 IndexQueryFactory<T> factory)
1628 factory
930 createIndexQuery(ByteSequence assertionValue, IndexQueryFactory<T> factory) argument
1561 matchInitialSubstring(String value, IndexQueryFactory<T> factory) argument
1601 matchSubstring(String value, IndexQueryFactory<T> factory) argument
1664 createIndexQuery(ByteSequence assertionValue, IndexQueryFactory<T> factory) argument
1834 createIndexQuery(ByteSequence assertionValue, IndexQueryFactory<T> factory) argument
1902 createIndexQuery(ByteSequence assertionValue, IndexQueryFactory<T> factory) argument
1971 createIndexQuery(ByteSequence assertionValue, IndexQueryFactory<T> factory) argument
2039 createIndexQuery(ByteSequence assertionValue, IndexQueryFactory<T> factory) argument
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/tools/dsconfig/
H A DSubCommandHandler.java838 * @param factory
839 * The management context factory.
854 ManagementContextFactory factory) throws ArgumentException,
922 * Creates a script-friendly table printer. This factory method
853 run(ConsoleApplication app, ManagementContextFactory factory) argument
/forgerock/opendj2/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyFactory.java79 * A simplistic load-balancer connection factory implementation using
91 private MonitoredConnectionFactory factory; field in class:LDAPPassThroughAuthenticationPolicyFactory.AbstractLoadBalancer.FailoverConnection
105 factory = factories[nextIndex];
106 if (factory.isAvailable)
110 connection = factory.getConnection();
116 // Ignore this error and try the next factory.
126 lastException = factory.lastException;
213 // try the next connection factory.
215 factory.lastException = e;
216 factory
266 private final ConnectionFactory factory; field in class:LDAPPassThroughAuthenticationPolicyFactory.AbstractLoadBalancer.MonitoredConnectionFactory
274 MonitoredConnectionFactory(final ConnectionFactory factory) argument
425 private final ConnectionFactory factory; field in class:LDAPPassThroughAuthenticationPolicyFactory.AuthenticatedConnectionFactory
443 AuthenticatedConnectionFactory(final ConnectionFactory factory, final DN username, final String password) argument
746 private final ConnectionFactory factory; field in class:LDAPPassThroughAuthenticationPolicyFactory.ConnectionPool
761 ConnectionPool(final ConnectionFactory factory) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/schema/
H A DCollationMatchingRuleFactory.java74 * This class is a factory class for Collation matching rules. It
328 // Deregister all the Matching Rule corresponding to this factory.
383 // If the new configuration disables this factory, don't do
930 IndexQueryFactory<T> factory) throws DirectoryException
933 return factory.createExactMatchQuery(indexer
1561 IndexQueryFactory<T> factory)
1582 return factory.createRangeMatchQuery(indexer
1594 * @param factory
1601 IndexQueryFactory<T> factory)
1627 factory
929 createIndexQuery(ByteSequence assertionValue, IndexQueryFactory<T> factory) argument
1560 matchInitialSubstring(String value, IndexQueryFactory<T> factory) argument
1600 matchSubstring(String value, IndexQueryFactory<T> factory) argument
1663 createIndexQuery(ByteSequence assertionValue, IndexQueryFactory<T> factory) argument
1833 createIndexQuery(ByteSequence assertionValue, IndexQueryFactory<T> factory) argument
1901 createIndexQuery(ByteSequence assertionValue, IndexQueryFactory<T> factory) argument
1970 createIndexQuery(ByteSequence assertionValue, IndexQueryFactory<T> factory) argument
2038 createIndexQuery(ByteSequence assertionValue, IndexQueryFactory<T> factory) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/tools/dsconfig/
H A DSubCommandHandler.java837 * @param factory
838 * The management context factory.
853 ManagementContextFactory factory) throws ArgumentException,
921 * Creates a script-friendly table printer. This factory method
852 run(ConsoleApplication app, ManagementContextFactory factory) argument
/forgerock/opendj2.6.2/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyFactory.java85 * A simplistic load-balancer connection factory implementation using
97 private MonitoredConnectionFactory factory; field in class:LDAPPassThroughAuthenticationPolicyFactory.AbstractLoadBalancer.FailoverConnection
111 factory = factories[nextIndex];
112 if (factory.isAvailable)
116 connection = factory.getConnection();
122 // Ignore this error and try the next factory.
132 lastException = factory.lastException;
219 // try the next connection factory.
221 factory.lastException = e;
222 factory
272 private final ConnectionFactory factory; field in class:LDAPPassThroughAuthenticationPolicyFactory.AbstractLoadBalancer.MonitoredConnectionFactory
280 MonitoredConnectionFactory(final ConnectionFactory factory) argument
431 private final ConnectionFactory factory; field in class:LDAPPassThroughAuthenticationPolicyFactory.AuthenticatedConnectionFactory
449 AuthenticatedConnectionFactory(final ConnectionFactory factory, final DN username, final String password) argument
752 private final ConnectionFactory factory; field in class:LDAPPassThroughAuthenticationPolicyFactory.ConnectionPool
767 ConnectionPool(final ConnectionFactory factory) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/schema/
H A DCollationMatchingRuleFactory.java75 * This class is a factory class for Collation matching rules. It
329 // Deregister all the Matching Rule corresponding to this factory.
384 // If the new configuration disables this factory, don't do
931 IndexQueryFactory<T> factory) throws DirectoryException
934 return factory.createExactMatchQuery(indexer
1562 IndexQueryFactory<T> factory)
1583 return factory.createRangeMatchQuery(indexer
1595 * @param factory
1602 IndexQueryFactory<T> factory)
1628 factory
930 createIndexQuery(ByteSequence assertionValue, IndexQueryFactory<T> factory) argument
1561 matchInitialSubstring(String value, IndexQueryFactory<T> factory) argument
1601 matchSubstring(String value, IndexQueryFactory<T> factory) argument
1664 createIndexQuery(ByteSequence assertionValue, IndexQueryFactory<T> factory) argument
1834 createIndexQuery(ByteSequence assertionValue, IndexQueryFactory<T> factory) argument
1902 createIndexQuery(ByteSequence assertionValue, IndexQueryFactory<T> factory) argument
1971 createIndexQuery(ByteSequence assertionValue, IndexQueryFactory<T> factory) argument
2039 createIndexQuery(ByteSequence assertionValue, IndexQueryFactory<T> factory) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/dsconfig/
H A DSubCommandHandler.java838 * @param factory
839 * The management context factory.
854 ManagementContextFactory factory) throws ArgumentException,
922 * Creates a script-friendly table printer. This factory method
853 run(ConsoleApplication app, ManagementContextFactory factory) argument
/forgerock/opendj2-jel-hg/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyFactory.java85 * A simplistic load-balancer connection factory implementation using
97 private MonitoredConnectionFactory factory; field in class:LDAPPassThroughAuthenticationPolicyFactory.AbstractLoadBalancer.FailoverConnection
111 factory = factories[nextIndex];
112 if (factory.isAvailable)
116 connection = factory.getConnection();
122 // Ignore this error and try the next factory.
132 lastException = factory.lastException;
219 // try the next connection factory.
221 factory.lastException = e;
222 factory
272 private final ConnectionFactory factory; field in class:LDAPPassThroughAuthenticationPolicyFactory.AbstractLoadBalancer.MonitoredConnectionFactory
280 MonitoredConnectionFactory(final ConnectionFactory factory) argument
431 private final ConnectionFactory factory; field in class:LDAPPassThroughAuthenticationPolicyFactory.AuthenticatedConnectionFactory
449 AuthenticatedConnectionFactory(final ConnectionFactory factory, final DN username, final String password) argument
752 private final ConnectionFactory factory; field in class:LDAPPassThroughAuthenticationPolicyFactory.ConnectionPool
767 ConnectionPool(final ConnectionFactory factory) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/schema/
H A DCollationMatchingRuleFactory.java75 * This class is a factory class for Collation matching rules. It
329 // Deregister all the Matching Rule corresponding to this factory.
384 // If the new configuration disables this factory, don't do
931 IndexQueryFactory<T> factory) throws DirectoryException
934 return factory.createExactMatchQuery(indexer
1562 IndexQueryFactory<T> factory)
1583 return factory.createRangeMatchQuery(indexer
1595 * @param factory
1602 IndexQueryFactory<T> factory)
1628 factory
930 createIndexQuery(ByteSequence assertionValue, IndexQueryFactory<T> factory) argument
1561 matchInitialSubstring(String value, IndexQueryFactory<T> factory) argument
1601 matchSubstring(String value, IndexQueryFactory<T> factory) argument
1664 createIndexQuery(ByteSequence assertionValue, IndexQueryFactory<T> factory) argument
1834 createIndexQuery(ByteSequence assertionValue, IndexQueryFactory<T> factory) argument
1902 createIndexQuery(ByteSequence assertionValue, IndexQueryFactory<T> factory) argument
1971 createIndexQuery(ByteSequence assertionValue, IndexQueryFactory<T> factory) argument
2039 createIndexQuery(ByteSequence assertionValue, IndexQueryFactory<T> factory) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/dsconfig/
H A DSubCommandHandler.java838 * @param factory
839 * The management context factory.
854 ManagementContextFactory factory) throws ArgumentException,
922 * Creates a script-friendly table printer. This factory method
853 run(ConsoleApplication app, ManagementContextFactory factory) argument
/forgerock/opendj2-hg/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyFactory.java79 * A simplistic load-balancer connection factory implementation using
91 private MonitoredConnectionFactory factory; field in class:LDAPPassThroughAuthenticationPolicyFactory.AbstractLoadBalancer.FailoverConnection
105 factory = factories[nextIndex];
106 if (factory.isAvailable)
110 connection = factory.getConnection();
116 // Ignore this error and try the next factory.
126 lastException = factory.lastException;
213 // try the next connection factory.
215 factory.lastException = e;
216 factory
266 private final ConnectionFactory factory; field in class:LDAPPassThroughAuthenticationPolicyFactory.AbstractLoadBalancer.MonitoredConnectionFactory
274 MonitoredConnectionFactory(final ConnectionFactory factory) argument
425 private final ConnectionFactory factory; field in class:LDAPPassThroughAuthenticationPolicyFactory.AuthenticatedConnectionFactory
443 AuthenticatedConnectionFactory(final ConnectionFactory factory, final DN username, final String password) argument
746 private final ConnectionFactory factory; field in class:LDAPPassThroughAuthenticationPolicyFactory.ConnectionPool
761 ConnectionPool(final ConnectionFactory factory) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/schema/
H A DCollationMatchingRuleFactory.java74 * This class is a factory class for Collation matching rules. It
328 // Deregister all the Matching Rule corresponding to this factory.
383 // If the new configuration disables this factory, don't do
930 IndexQueryFactory<T> factory) throws DirectoryException
933 return factory.createExactMatchQuery(indexer
1561 IndexQueryFactory<T> factory)
1582 return factory.createRangeMatchQuery(indexer
1594 * @param factory
1601 IndexQueryFactory<T> factory)
1627 factory
929 createIndexQuery(ByteSequence assertionValue, IndexQueryFactory<T> factory) argument
1560 matchInitialSubstring(String value, IndexQueryFactory<T> factory) argument
1600 matchSubstring(String value, IndexQueryFactory<T> factory) argument
1663 createIndexQuery(ByteSequence assertionValue, IndexQueryFactory<T> factory) argument
1833 createIndexQuery(ByteSequence assertionValue, IndexQueryFactory<T> factory) argument
1901 createIndexQuery(ByteSequence assertionValue, IndexQueryFactory<T> factory) argument
1970 createIndexQuery(ByteSequence assertionValue, IndexQueryFactory<T> factory) argument
2038 createIndexQuery(ByteSequence assertionValue, IndexQueryFactory<T> factory) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/tools/dsconfig/
H A DSubCommandHandler.java837 * @param factory
838 * The management context factory.
853 ManagementContextFactory factory) throws ArgumentException,
921 * Creates a script-friendly table printer. This factory method
852 run(ConsoleApplication app, ManagementContextFactory factory) argument
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyFactory.java100 * A simplistic load-balancer connection factory implementation using
112 private MonitoredConnectionFactory factory; field in class:LDAPPassThroughAuthenticationPolicyFactory.AbstractLoadBalancer.FailoverConnection
126 factory = factories[nextIndex];
127 if (factory.isAvailable)
131 connection = factory.getConnection();
137 // Ignore this error and try the next factory.
144 lastException = factory.lastException;
219 // try the next connection factory.
221 factory.lastException = e;
222 factory
269 private final ConnectionFactory factory; field in class:LDAPPassThroughAuthenticationPolicyFactory.AbstractLoadBalancer.MonitoredConnectionFactory
277 MonitoredConnectionFactory(final ConnectionFactory factory) argument
416 private final ConnectionFactory factory; field in class:LDAPPassThroughAuthenticationPolicyFactory.AuthenticatedConnectionFactory
434 AuthenticatedConnectionFactory(final ConnectionFactory factory, final DN username, final String password) argument
727 private final ConnectionFactory factory; field in class:LDAPPassThroughAuthenticationPolicyFactory.ConnectionPool
741 ConnectionPool(final ConnectionFactory factory) argument
[all...]
/forgerock/jee-agents-v3.5/jee-agents-jsr196/src/main/java/com/sun/opensso/agents/jsr115/
H A DOpenSSOJACCPolicyConfiguration.java136 private static SecurityRoleMapperFactory factory = field in class:OpenSSOJACCPolicyConfiguration
705 if ( factory == null ) {
706 factory = SecurityRoleMapperFactoryMgr.getFactory();
708 if (factory != null) {
709 SecurityRoleMapper srm = factory.getRoleMapper(CONTEXT_ID);
721 SecurityRoleMapper otherSrm = factory.getRoleMapper(contextId);
/forgerock/openidm-v4/openidm-workflow-activiti/src/main/java/org/forgerock/openidm/workflow/activiti/impl/
H A DActivitiServiceImpl.java345 props.put("config.factory-pid", "activiti");
504 protected void bindConnectionFactory(IDMConnectionFactory factory) { argument
505 connectionFactory = factory;
506 this.identityService.setConnectionFactory(factory);
509 protected void unbindConnectionFactory(IDMConnectionFactory factory) { argument
/forgerock/openam/openam-ldap-utils/src/main/java/org/forgerock/openam/ldap/
H A DLDAPUtils.java131 * @param servers The set of LDAP URLs that will be used to set up the connection factory.
159 * Based on the incoming parameters prioritizes the LDAP server list, then creates a connection factory that is
170 * @param options Additional LDAP settings used to create the connection factory.
171 * @return A failover loadbalanced authenticated/anonymous connection factory, which may also send heartbeat
187 * Creates a new connection factory that is capable to failover to the servers defined in case there is an error.
189 * @param servers The set of LDAP URLs that will be used to set up the connection factory.
194 * @param ldapOptions Additional LDAP settings used to create the connection factory.
195 * @return A failover loadbalanced authenticated/anonymous connection factory, which may also send heartbeat
213 * Creates a new connection factory based on the provided parameters.
220 * @param ldapOptions Additional LDAP settings used to create the connection factory
657 handleConnectionFactoryOffline(ConnectionFactory factory, LdapException error) argument
661 handleConnectionFactoryOnline(ConnectionFactory factory) argument
[all...]

Completed in 5633 milliseconds

1234567891011>>