/forgerock/openidm-v4/openidm-zip/src/main/resources/samples/sample5/script/ |
H A D | reconStats.js | 26 from : "openidm@example.com",
|
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/setup/ |
H A D | LDIFTemplates.java | 62 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 D | MailServer.java | 56 * @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 D | ValidWReplyExtractor.java | 34 * 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 D | ValidRelayStateExtractor.java | 30 * 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 D | Endpoints.java | 36 * 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 D | SMSGateway.java | 42 * @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 D | EmailGateway.java | 35 * @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 D | SMSGateway.java | 53 * @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 D | EmailGateway.java | 35 * @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 D | LDIFTemplates.java | 62 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 D | MailServer.java | 56 * @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 D | ValidWReplyExtractor.java | 34 * 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 D | ValidRelayStateExtractor.java | 30 * 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 D | Endpoints.java | 37 * 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 D | TestSearchResultEntryProtocolOp.java | 116 * 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 D | TestSearchResultEntryProtocolOp.java | 115 * 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 D | Record.java | 42 * 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 D | TestSearchResultEntryProtocolOp.java | 116 * 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 D | TestSearchResultEntryProtocolOp.java | 115 * 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 D | TestSearchResultEntryProtocolOp.java | 116 * 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 D | Record.java | 42 * 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 D | AMSendMail.java | 51 * 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 D | DerValue.java | 119 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 D | LogRecordSorter.java | 215 * method that pushes the records from the specified position towards end 217 void push( int from) { argument 223 while (from < len) {
|