Searched refs:fromCode (Results 1 - 5 of 5) sorted by relevance

/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/session/
H A DSessionEventType.java94 public static SessionEventType fromCode(int code) { method in class:SessionEventType
/forgerock/openam/openam-core/src/main/java/com/iplanet/dpro/session/
H A DSessionNotificationHandler.java104 SessionEventType sessionEventType = SessionEventType.fromCode(notification.getNotificationType());
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/ldap/
H A DEmailNotificationHelper.java99 private void sendEmail(Set notifyList, Map attributes, String fromCode, argument
151 String from = AMSDKBundle.getString(fromCode, locale);
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/ldap/
H A DEmailNotificationHelper.java99 private void sendEmail(Set notifyList, Map attributes, String fromCode, argument
151 String from = AMSDKBundle.getString(fromCode, locale);
/forgerock/openam-v13/openam-authentication/deviceprint/scripts/src/main/requirejs/
H A Dr.js7756 JSSourceFilefromCode = java.lang.Class.forName('com.google.javascript.jscomp.JSSourceFile').getMethod('fromCode', [java.lang.String, java.lang.String]);

Completed in 74 milliseconds