Searched defs:from (Results 1 - 25 of 145) sorted by relevance

123456

/forgerock/openidm-v4/openidm-zip/src/main/resources/samples/sample5/script/
H A DreconStats.js26 from : "openidm@example.com",
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/setup/
H A DLDIFTemplates.java62 private static void copyRecursively(ServletContext servletCtx, String from, String to) { argument
63 Set<String> resourcePaths = servletCtx.getResourcePaths(from);
85 * Copies the schema files recursively from the WAR file to the OpenAM installation directory.
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/services/email/
H A DMailServer.java56 * @param from The address that sends the E-mail message.
63 void sendHtmlEmail(String from, String to, String subject, String message, Map<String, Set<String>> options) argument
70 * @param from The address that sends the E-mail message
77 void sendEmail(String from, String to, String subject, argument
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/plugins/whitelist/
H A DValidWReplyExtractor.java34 * Extracts the valid relaystate URL list from the hosted SAML entity's configuration.
98 public static WSFederationEntityInfo from(final String realm, final String entityID, final String role) { method in class:ValidWReplyExtractor.WSFederationEntityInfo
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/org/forgerock/openam/saml2/plugins/
H A DValidRelayStateExtractor.java30 * Extracts the valid relaystate URL list from the hosted SAML entity's configuration.
94 public static SAMLEntityInfo from(final String realm, final String entityID, final String role) { method in class:ValidRelayStateExtractor.SAMLEntityInfo
/forgerock/openam-v13/openam-http/src/main/java/org/forgerock/openam/http/annotations/
H A DEndpoints.java36 * Convenience class for creating {@code Handler}s from classes that contain annotated methods
45 * Produce a {@code Handler} from the annotated methods on the provided object.
53 public static Handler from(final Object obj) { method in class:Endpoints
74 * Convenience method that produces a {@code Handler} using the {@link #from(Object)} method
75 * and an object obtained from Guice.
79 public static Handler from(Class<?> cls) { method in class:Endpoints
80 return from(Key.get(cls));
84 * Convenience method that produces a {@code Handler} using the {@link #from(Object)} method
85 * and an object obtained from Guice.
89 public static Handler from(Ke method in class:Endpoints
[all...]
/forgerock/openam-v13/openam-authentication/openam-auth-hotp/src/main/java/com/sun/identity/authentication/modules/hotp/
H A DSMSGateway.java42 * @param from The address that sends the SMS message
51 void sendSMSMessage(String from, String to, String subject, argument
58 * @param from The address that sends the E-mail message
67 void sendEmail(String from, String to, String subject, argument
/forgerock/openam-v13/openam-authentication/openam-auth-oauth2/src/main/java/org/forgerock/openam/authentication/modules/oauth2/
H A DEmailGateway.java35 * @param from The address that sends the E-mail message
42 public void sendEmail(String from, String to, String subject, argument
/forgerock/openam/openam-authentication/openam-auth-hotp/src/main/java/com/sun/identity/authentication/modules/hotp/
H A DSMSGateway.java53 * @param from The address that sends the SMS message
62 void sendSMSMessage(String from, String to, String subject, argument
69 * @param from The address that sends the E-mail message
78 void sendEmail(String from, String to, String subject, argument
/forgerock/openam/openam-authentication/openam-auth-oauth2/src/main/java/org/forgerock/openam/authentication/modules/oauth2/
H A DEmailGateway.java35 * @param from The address that sends the E-mail message
42 public void sendEmail(String from, String to, String subject, argument
/forgerock/openam/openam-core/src/main/java/com/sun/identity/setup/
H A DLDIFTemplates.java62 private static void copyRecursively(ServletContext servletCtx, String from, String to) { argument
63 Set<String> resourcePaths = servletCtx.getResourcePaths(from);
85 * Copies the schema files recursively from the WAR file to the OpenAM installation directory.
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/services/email/
H A DMailServer.java56 * @param from The address that sends the E-mail message.
63 void sendHtmlEmail(String from, String to, String subject, String message, Map<String, Set<String>> options) argument
70 * @param from The address that sends the E-mail message
77 void sendEmail(String from, String to, String subject, argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/plugins/whitelist/
H A DValidWReplyExtractor.java34 * Extracts the valid relaystate URL list from the hosted SAML entity's configuration.
98 public static WSFederationEntityInfo from(final String realm, final String entityID, final String role) { method in class:ValidWReplyExtractor.WSFederationEntityInfo
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/org/forgerock/openam/saml2/plugins/
H A DValidRelayStateExtractor.java30 * Extracts the valid relaystate URL list from the hosted SAML entity's configuration.
94 public static SAMLEntityInfo from(final String realm, final String entityID, final String role) { method in class:ValidRelayStateExtractor.SAMLEntityInfo
/forgerock/openam/openam-http/src/main/java/org/forgerock/openam/http/annotations/
H A DEndpoints.java37 * Convenience class for creating {@code Handler}s from classes that contain annotated methods
47 * Produce a {@code Handler} from the annotated methods on the provided object.
55 public static Handler from(final Object obj) { method in class:Endpoints
84 * Convenience method that produces a {@code Handler} using the {@link #from(Object)} method
85 * and an object obtained from Guice.
89 public static Handler from(Class<?> cls) { method in class:Endpoints
90 return from(Key.get(cls));
94 * Convenience method that produces a {@code Handler} using the {@link #from(Object)} method
95 * and an object obtained from Guice.
99 public static Handler from(Ke method in class:Endpoints
[all...]
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/protocols/ldap/
H A DTestSearchResultEntryProtocolOp.java116 * Test that going from SearchResultEntry to SearchResultEntryProtocolOp
119 * @param from The entry to undergo the transformation.
123 public void testEntryTransformation(Entry from) throws Exception argument
126 new SearchResultEntryProtocolOp(new SearchResultEntry(from));
130 // assertEquals(to, from);
136 * Test that going from Entry to SearchResultEntryProtocolOp to LDIF and
139 * @param from The entry to undergo the transformation.
143 public void testToLdif(Entry from) throws Exception argument
147 new SearchResultEntryProtocolOp(new SearchResultEntry(from));
153 // assertEquals(to, from);
157 testToLdifWrapping(Entry from) argument
[all...]
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/protocols/ldap/
H A DTestSearchResultEntryProtocolOp.java115 * Test that going from SearchResultEntry to SearchResultEntryProtocolOp
118 * @param from The entry to undergo the transformation.
122 public void testEntryTransformation(Entry from) throws Exception argument
125 new SearchResultEntryProtocolOp(new SearchResultEntry(from));
129 // assertEquals(to, from);
135 * Test that going from Entry to SearchResultEntryProtocolOp to LDIF and
138 * @param from The entry to undergo the transformation.
142 public void testToLdif(Entry from) throws Exception argument
146 new SearchResultEntryProtocolOp(new SearchResultEntry(from));
152 // assertEquals(to, from);
156 testToLdifWrapping(Entry from) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/replication/server/changelog/file/
H A DRecord.java42 * Creates a record from provided key and value.
56 * Create a record from provided key and value.
68 static <K, V> Record<K, V> from(final K key, final V value) { method in class:Record
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/protocols/ldap/
H A DTestSearchResultEntryProtocolOp.java116 * Test that going from SearchResultEntry to SearchResultEntryProtocolOp
119 * @param from The entry to undergo the transformation.
123 public void testEntryTransformation(Entry from) throws Exception argument
126 new SearchResultEntryProtocolOp(new SearchResultEntry(from));
130 // assertEquals(to, from);
136 * Test that going from Entry to SearchResultEntryProtocolOp to LDIF and
139 * @param from The entry to undergo the transformation.
143 public void testToLdif(Entry from) throws Exception argument
147 new SearchResultEntryProtocolOp(new SearchResultEntry(from));
153 // assertEquals(to, from);
157 testToLdifWrapping(Entry from) argument
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/protocols/ldap/
H A DTestSearchResultEntryProtocolOp.java115 * Test that going from SearchResultEntry to SearchResultEntryProtocolOp
118 * @param from The entry to undergo the transformation.
122 public void testEntryTransformation(Entry from) throws Exception argument
125 new SearchResultEntryProtocolOp(new SearchResultEntry(from));
129 // assertEquals(to, from);
135 * Test that going from Entry to SearchResultEntryProtocolOp to LDIF and
138 * @param from The entry to undergo the transformation.
142 public void testToLdif(Entry from) throws Exception argument
146 new SearchResultEntryProtocolOp(new SearchResultEntry(from));
152 // assertEquals(to, from);
156 testToLdifWrapping(Entry from) argument
[all...]
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/protocols/ldap/
H A DTestSearchResultEntryProtocolOp.java116 * Test that going from SearchResultEntry to SearchResultEntryProtocolOp
119 * @param from The entry to undergo the transformation.
123 public void testEntryTransformation(Entry from) throws Exception argument
126 new SearchResultEntryProtocolOp(new SearchResultEntry(from));
130 // assertEquals(to, from);
136 * Test that going from Entry to SearchResultEntryProtocolOp to LDIF and
139 * @param from The entry to undergo the transformation.
143 public void testToLdif(Entry from) throws Exception argument
147 new SearchResultEntryProtocolOp(new SearchResultEntry(from));
153 // assertEquals(to, from);
157 testToLdifWrapping(Entry from) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/replication/server/changelog/file/
H A DRecord.java42 * Creates a record from provided key and value.
56 * Create a record from provided key and value.
68 static <K, V> Record<K, V> from(final K key, final V value) { method in class:Record
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/util/
H A DAMSendMail.java51 * Constructor that grabs its SMTP values from SystemProperties.
66 * @param from The sending e-mail address
71 String from, String charset) throws MessagingException {
72 postMail(recipients, subject, message, from, "text/plain", charset);
83 * @param from The sending e-mail address
87 String from) throws MessagingException {
88 postMail(recipients, subject, message, from, "text/plain", "UTF-8");
99 * @param from The sending e-mail address
106 String from, String mimeType, String charset) throws MessagingException {
116 // set the from an
70 postMail(String recipients[], String subject, String message, String from, String charset) argument
86 postMail(String recipients[], String subject, String message, String from) argument
105 postMail(String recipients[], String subject, String message, String from, String mimeType, String charset) argument
159 postMail(String recipients[], String subject, String message, String from, String charset, String host, String port, String user, String password, boolean ssl) argument
184 postMail(String recipients[], String subject, String message, String from, String mimeType, String charset, String host, String port, String user, String password, boolean ssl) argument
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/util/
H A DDerValue.java119 public static String printByteArray(byte[] token, int from, int len) { argument
125 buf.append(printByte(token[(line - 1) * bytePerLine + j + from])).append(" ");
132 buf.append(printByte(token[j + from])).append(" ");
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/log/util/
H A DLogRecordSorter.java215 * method that pushes the records from the specified position towards end
217 void push( int from) { argument
223 while (from < len) {

Completed in 278 milliseconds

123456