Searched defs:to (Results 26 - 50 of 119) sorted by relevance

12345

/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/server/
H A DDbHandler.java4 * The contents of this file are subject to the terms of the
60 * This class is also able to generate a ReplicationIterator that can be
61 * used to read all changes from a given ChangeNUmber.
68 // The msgQueue holds all the updates not yet saved to stable storage.
71 // Adding an update synchronously add the update to this list.
74 // and write them to the db.
79 // for pushing the changes to other replication server or to LDAP server
92 // The queue himark and lowmark in bytes, this is set to 100 times the
124 * Creates a new dbHandler associated to
651 getCount(ChangeNumber from, ChangeNumber to) argument
[all...]
H A DReplicationServerDomain.java4 * The contents of this file are subject to the terms of the
60 * This class define an in-memory cache that will be used to store
62 * from another replication server and that should be forwarded to
72 * received to the disk and for trimming them
73 * Decision to trim can be based on disk space or age of the message
82 // The monitoring publisher that periodically sends monitoring messages to the
88 * to which we are currently publishing
90 * must push to this particular server
93 * to this replication server.
103 * must push to thi
1410 getCount(int serverId, ChangeNumber from, ChangeNumber to) argument
[all...]
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/services/email/
H A DMailServerImpl.java4 * The contents of this file are subject to the terms
101 * @param debug Debug instance to provide useful debugging information
119 // Tries to set Options passed in, otherwise uses default options from service
169 public void sendHtmlEmail(String to, String subject, String message) throws MessagingException { argument
170 sendHtmlEmail(null, to, subject, message, null);
174 public void sendHtmlEmail(String from, String to, String subject, String message, Map<String, Set<String>> options) argument
176 sendEmail(from, to, subject, message, HTML_MIME_TYPE, options);
180 public void sendEmail(String to, String subject, String message, String mimeType) throws MessagingException { argument
181 sendEmail(null, to, subject, message, mimeType, null);
185 public void sendEmail(String to, Strin argument
190 sendEmail(String from, String to, String subject, String message, Map<String, Set<String>> options) argument
195 sendEmail(String from, String to, String subject, String message, String mimeType, Map options) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/forgerock/opendj/adapter/server3x/
H A DConverters.java4 * The contents of this file are subject to the terms of the
87 * Converts from OpenDJ LDAP SDK {@link org.forgerock.opendj.ldap.Entry} to OpenDJ
91 * SDK entry to convert
94 public static org.opends.server.types.Entry to( method in class:Converters
98 new org.opends.server.types.Entry(to(sdkEntry.getName()), null, null, null);
109 * Converts from OpenDJ LDAP SDK {@link org.forgerock.opendj.ldap.responses.SearchResultEntry} to OpenDJ
113 * value to convert
116 public static org.opends.server.types.SearchResultEntry to( method in class:Converters
120 new org.opends.server.types.Entry(to(value.getName()), null, null, null);
122 new org.opends.server.types.SearchResultEntry(entry, to(valu
140 public static org.opends.server.types.DN to(final DN dn) { method in class:Converters
156 public static SortedSet<org.opends.server.types.DN> to(final SortedSet<DN> dnSet) { method in class:Converters
176 public static org.opends.server.types.DN[] to(final DN[] dns) { method in class:Converters
196 public static org.opends.server.types.RDN to(final RDN rdn) { method in class:Converters
212 public static org.opends.server.types.RawFilter to(final org.forgerock.opendj.ldap.Filter filter) { method in class:Converters
249 public static org.opends.server.types.SearchResultReference to( method in class:Converters
263 public static org.opends.server.protocols.ldap.LDAPControl to(final Control control) { method in class:Converters
276 public static List<org.opends.server.types.Control> to( method in class:Converters
293 public static org.opends.server.types.RawAttribute to( method in class:Converters
308 public static List<org.opends.server.types.RawAttribute> to( method in class:Converters
327 public static org.opends.server.types.RawModification to( method in class:Converters
[all...]
/forgerock/openidm-v4/openidm-scheduler/src/main/java/org/forgerock/openidm/scheduler/impl/
H A DTaskScannerJob.java2 * The contents of this file are subject to the terms of the Common Development and
100 // Shouldn't need to keep ahold of this, I don't think? Can just start it and let it go
109 * @param executor ExecutorService in which to invoke this task.
135 // Split and prune the result set according to our max and if we're synchronous or not
233 * Flatten a list of parameters and perform a query to fetch all objects from storage.
246 * @param resourceID the identifier of the resource to query
247 * @param params parameters to supply to the query
267 * @param resourceID the identifier of the resource to read
279 * Adds an object to
480 addAllToJson(JsonValue to, JsonValue from) argument
[all...]
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/services/email/
H A DMailServerImpl.java4 * The contents of this file are subject to the terms
101 * @param debug Debug instance to provide useful debugging information
119 // Tries to set Options passed in, otherwise uses default options from service
169 public void sendHtmlEmail(String to, String subject, String message) throws MessagingException { argument
170 sendHtmlEmail(null, to, subject, message, null);
174 public void sendHtmlEmail(String from, String to, String subject, String message, Map<String, Set<String>> options) argument
176 sendEmail(from, to, subject, message, HTML_MIME_TYPE, options);
180 public void sendEmail(String to, String subject, String message, String mimeType) throws MessagingException { argument
181 sendEmail(null, to, subject, message, mimeType, null);
185 public void sendEmail(String to, Strin argument
190 sendEmail(String from, String to, String subject, String message, Map<String, Set<String>> options) argument
195 sendEmail(String from, String to, String subject, String message, String mimeType, Map options) argument
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/setup/
H A DEmbeddedOpenDS.java6 * The contents of this file are subject to the terms
105 // OpenDS, now OpenDJ, does not have APIs to install and setup replication yet
136 * <li>invokes <code>EmbeddedUtils</code> to start the embedded server.
140 * @param servletCtx Servlet Context to read deployed war contents.
145 // Determine Cipher to be used
250 "EmbeddedOpenDS.setup(): Unable to delete zip file:" +toDelete.getAbsolutePath());
265 // Check: If adding a new server to a existing cluster
286 * Helper Method to Copy from one Byte Channel to another.
288 * @param to
291 channelCopy(ReadableByteChannel from, WritableByteChannel to) argument
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/setup/
H A DEmbeddedOpenDS.java6 * The contents of this file are subject to the terms
106 // OpenDS, now OpenDJ, does not have APIs to install and setup replication yet
137 * <li>invokes <code>EmbeddedUtils</code> to start the embedded server.
141 * @param servletCtx Servlet Context to read deployed war contents.
146 // Determine Cipher to be used
251 "EmbeddedOpenDS.setup(): Unable to delete zip file:" +toDelete.getAbsolutePath());
266 // Check: If adding a new server to a existing cluster
287 * Helper Method to Copy from one Byte Channel to another.
289 * @param to
292 channelCopy(ReadableByteChannel from, WritableByteChannel to) argument
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/password/ui/model/
H A DPWResetModelImpl.java6 * The contents of this file are subject to the terms
247 * Prints a message to the console debug file. The message will only be
248 * written if the the debug level is set to Error.
250 * @param message to be sent to the debug file.
257 * Prints a message to the console debug file. The message will only be
258 * written if the the debug level is set to Error.
260 * @param message to be printed. If message is null it is ignored.
261 * @param e <code>printStackTrace</code> will be invoked to print
278 * Prints a message to th
751 sendEmailToUser( String from, String to[], String subject, String msg, String charset) argument
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DOrganizationConfigManager.java6 * The contents of this file are subject to the terms
57 * The class <code>OrganizationConfigManager</code> provides interfaces to
58 * manage an organization's configuration data. It provides interfaces to create
63 * forward slash "/" will be used to separate the name hierarchy. Hence the root
124 * Constructor to obtain an instance of
128 * seperated to represent organization hierarchy.
163 + "constructor. Unable to "
198 * if there is an error accessing the data store to read the
210 * Returns a set of service schemas to be used for
215 * @return Set of <code>ServiceSchema</code> to b
1685 copySubConfig(ServiceConfig from, ServiceConfig to, ServiceSchema serviceSchema) argument
[all...]
/forgerock/openam-v13/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/
H A DIdentityResourceV1.java2 * The contents of this file are subject to the terms of the Common Development and
177 * Enum to lazy init the CTSPersistentStore variable in a thread safe manner.
212 * @param request Request from client to retrieve id
246 * Generates a secure hash to use as token ID
247 * @param resource string that will be used to create random hash
262 * @param tokenLifeTimeSeconds Length of time from now in second for the token to remain valid
283 * @param request Request from client to retrieve id
304 debug.warning("IdentityResource.createRegistrationEmail(): Self-Registration set to : {}",
356 debug.message("IdentityResource.createRegistrationEmail() :: Sent notification to={} with subject={}. "
362 debug.warning("IdentityResource.createRegistrationEmail: Cannot send email to {}", emailAddres
381 sendNotification(String to, String subject, String message, String realm, String confirmationLink) argument
[all...]
H A DIdentityResourceV2.java2 * The contents of this file are subject to the terms of the Common Development and
177 * Enum to lazy init the CTSPersistentStore variable in a thread safe manner.
274 * Generates a secure hash to use as token ID
275 * @param resource string that will be used to create random hash
290 * @param tokenLifeTimeSeconds Length of time from now in second for the token to remain valid
312 * @param request Request from client to retrieve id
334 debug.warning("IdentityResource.createRegistrationEmail(): Self-Registration set to : {}",
341 debug.warning("IdentityResource.createRegistrationEmail(): Self-Registration set to : {}",
395 debug.message("IdentityResource.createRegistrationEmail() :: Sent notification to={} with subject={}. "
401 debug.warning("IdentityResource.createRegistrationEmail: Cannot send email to {}", emailAddres
426 sendNotification(String to, String subject, String message, String realm, String confirmationLink) argument
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/password/ui/model/
H A DPWResetModelImpl.java6 * The contents of this file are subject to the terms
247 * Prints a message to the console debug file. The message will only be
248 * written if the the debug level is set to Error.
250 * @param message to be sent to the debug file.
257 * Prints a message to the console debug file. The message will only be
258 * written if the the debug level is set to Error.
260 * @param message to be printed. If message is null it is ignored.
261 * @param e <code>printStackTrace</code> will be invoked to print
278 * Prints a message to th
751 sendEmailToUser( String from, String to[], String subject, String msg, String charset) argument
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DOrganizationConfigManager.java6 * The contents of this file are subject to the terms
63 * The class <code>OrganizationConfigManager</code> provides interfaces to
64 * manage an organization's configuration data. It provides interfaces to create
69 * forward slash "/" will be used to separate the name hierarchy. Hence the root
130 * Constructor to obtain an instance of
134 * seperated to represent organization hierarchy.
170 + "constructor. Unable to "
205 * if there is an error accessing the data store to read the
217 * Returns a set of service schemas to be used for
222 * @return Set of <code>ServiceSchema</code> to b
1748 copySubConfig(ServiceConfig from, ServiceConfig to, ServiceSchema serviceSchema) argument
[all...]
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/
H A DIdentityResourceV1.java2 * The contents of this file are subject to the terms of the Common Development and
174 * Enum to lazy init the CTSPersistentStore variable in a thread safe manner.
209 * @param request Request from client to retrieve id
243 * Generates a secure hash to use as token ID
244 * @param resource string that will be used to create random hash
259 * @param tokenLifeTimeSeconds Length of time from now in second for the token to remain valid
280 * @param request Request from client to retrieve id
301 debug.warning("IdentityResource.createRegistrationEmail(): Self-Registration set to : {}",
353 debug.message("IdentityResource.createRegistrationEmail() :: Sent notification to={} with subject={}. "
359 debug.warning("IdentityResource.createRegistrationEmail: Cannot send email to {}", emailAddres
378 sendNotification(String to, String subject, String message, String realm, String confirmationLink) argument
[all...]
H A DIdentityResourceV2.java2 * The contents of this file are subject to the terms of the Common Development and
183 * Enum to lazy init the CTSPersistentStore variable in a thread safe manner.
288 * Generates a secure hash to use as token ID
289 * @param resource string that will be used to create random hash
304 * @param tokenLifeTimeSeconds Length of time from now in second for the token to remain valid
326 * @param request Request from client to retrieve id
348 debug.warning("IdentityResource.createRegistrationEmail(): Self-Registration set to : {}",
355 debug.warning("IdentityResource.createRegistrationEmail(): Self-Registration set to : {}",
409 debug.message("IdentityResource.createRegistrationEmail() :: Sent notification to={} with subject={}. "
415 debug.warning("IdentityResource.createRegistrationEmail: Cannot send email to {}", emailAddres
440 sendNotification(String to, String subject, String message, String realm, String confirmationLink) argument
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/server/
H A DReplicationServerDomain.java4 * The contents of this file are subject to the terms of the
60 * This class define an in-memory cache that will be used to store
62 * from another replication server and that should be forwarded to
72 * received to the disk and for trimming them
73 * Decision to trim can be based on disk space or age of the message
82 // The monitoring publisher that periodically sends monitoring messages to the
88 * to which we are currently publishing
90 * must push to this particular server
93 * to this replication server.
103 * must push to thi
1410 getCount(int serverId, ChangeNumber from, ChangeNumber to) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/backends/
H A DSchemaBackend.java4 * The contents of this file are subject to the terms of the
100 * This class defines a backend to hold the Directory Server schema information.
132 * The attribute type that will be used to include the defined attribute
138 * The attribute type that will be used to hold the schema creation timestamp.
142 /** The attribute type that will be used to hold the schema creator's name. */
146 * The attribute type that will be used to include the defined DIT content
152 * The attribute type that will be used to include the defined DIT structure
158 * The attribute type that will be used to include the defined attribute
164 * The attribute type that will be used to include the defined matching rules.
169 * The attribute type that will be used to includ
3948 copyFile(File from, File to) argument
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/
H A DSchemaBackend.java4 * The contents of this file are subject to the terms of the
104 * This class defines a backend to hold the Directory Server schema information.
134 // The attribute type that will be used to include the defined attribute
138 // The attribute type that will be used to hold the schema creation timestamp.
141 // The attribute type that will be used to hold the schema creator's name.
144 // The attribute type that will be used to include the defined DIT content
148 // The attribute type that will be used to include the defined DIT structure
152 // The attribute type that will be used to include the defined attribute
156 // The attribute type that will be used to include the defined matching rules.
159 // The attribute type that will be used to includ
4089 copyFile(File from, File to) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/
H A DSchemaBackend.java4 * The contents of this file are subject to the terms of the
104 * This class defines a backend to hold the Directory Server schema information.
134 // The attribute type that will be used to include the defined attribute
138 // The attribute type that will be used to hold the schema creation timestamp.
141 // The attribute type that will be used to hold the schema creator's name.
144 // The attribute type that will be used to include the defined DIT content
148 // The attribute type that will be used to include the defined DIT structure
152 // The attribute type that will be used to include the defined attribute
156 // The attribute type that will be used to include the defined matching rules.
159 // The attribute type that will be used to includ
4089 copyFile(File from, File to) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/backends/
H A DSchemaBackend.java4 * The contents of this file are subject to the terms of the
100 * This class defines a backend to hold the Directory Server schema information.
132 * The attribute type that will be used to include the defined attribute
138 * The attribute type that will be used to hold the schema creation timestamp.
142 /** The attribute type that will be used to hold the schema creator's name. */
146 * The attribute type that will be used to include the defined DIT content
152 * The attribute type that will be used to include the defined DIT structure
158 * The attribute type that will be used to include the defined attribute
164 * The attribute type that will be used to include the defined matching rules.
169 * The attribute type that will be used to includ
3948 copyFile(File from, File to) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/
H A DSchemaBackend.java6 * The contents of this file are subject to the terms of the
108 * This class defines a backend to hold the Directory Server schema information.
138 // The attribute type that will be used to include the defined attribute
142 // The attribute type that will be used to hold the schema creation timestamp.
145 // The attribute type that will be used to hold the schema creator's name.
148 // The attribute type that will be used to include the defined DIT content
152 // The attribute type that will be used to include the defined DIT structure
156 // The attribute type that will be used to include the defined attribute
160 // The attribute type that will be used to include the defined matching rules.
163 // The attribute type that will be used to includ
4056 copyFile(File from, File to) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/
H A DSchemaBackend.java4 * The contents of this file are subject to the terms of the
109 * This class defines a backend to hold the Directory Server schema information.
128 /** The attribute type that will be used to include the defined attribute types. */
130 /** The attribute type that will be used to hold the schema creation timestamp. */
132 /** The attribute type that will be used to hold the schema creator's name. */
134 /** The attribute type that will be used to include the defined DIT content rules. */
136 /** The attribute type that will be used to include the defined DIT structure rules. */
138 /** The attribute type that will be used to include the defined attribute syntaxes. */
140 /** The attribute type that will be used to include the defined matching rules. */
142 /** The attribute type that will be used to includ
3371 copyFile(File from, File to) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/server/
H A DReplicationServerDomain.java4 * The contents of this file are subject to the terms of the
67 * This class define an in-memory cache that will be used to store
69 * from another replication server and that should be forwarded to
79 * received to the disk and for trimming them
80 * Decision to trim can be based on disk space or age of the message
90 // The monitoring publisher that periodically sends monitoring messages to the
96 * to which we are currently publishing
98 * must push to this particular server
101 * to this replication server.
111 * must push to thi
1494 getCount(int serverId, ChangeNumber from, ChangeNumber to) argument
[all...]
/forgerock/web-agents-v4/expat/
H A Dxmltok.c52 the bottom 5 and 6 bits of the bytes. We need 8 bits to index into
53 pages, 3 bits to add to that index and 5 bits to generate the mask.
62 the bottom 4, 6 and 6 bits of the bytes. We need 8 bits to index
63 into pages, 3 bits to add to that index and 5 bits to generate the
326 char *to; local
334 for (to
345 unsigned short *to = *toP; local
[all...]

Completed in 217 milliseconds

12345