Searched refs:AMResourceBundleCache (Results 1 - 25 of 85) sorted by relevance

1234

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/password/ui/model/
H A DPWResetResBundleCacher.java31 import com.sun.identity.shared.locale.AMResourceBundleCache;
35 * <code>com.iplanet.am.util.AMResourceBundleCache</code>
46 AMResourceBundleCache cache = AMResourceBundleCache.getInstance();
/forgerock/openam/openam-core/src/main/java/com/sun/identity/password/ui/model/
H A DPWResetResBundleCacher.java31 import com.sun.identity.shared.locale.AMResourceBundleCache;
35 * <code>com.iplanet.am.util.AMResourceBundleCache</code>
46 AMResourceBundleCache cache = AMResourceBundleCache.getInstance();
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/base/model/
H A DAMResBundleCacher.java38 * <code>com.iplanet.am.util.AMResourceBundleCache</code>
49 AMResourceBundleCache cache = AMResourceBundleCache.getInstance();
H A DAMResourceBundleCache.java25 * $Id: AMResourceBundleCache.java,v 1.2 2008/06/25 05:42:50 qcheng Exp $
48 public class AMResourceBundleCache { class
49 private static AMResourceBundleCache instance = new AMResourceBundleCache();
53 private AMResourceBundleCache() { method in class:AMResourceBundleCache
58 * Gets instance of <code>AMResourceBundleCache</code>
60 * @return instance of <code>AMResourceBundleCache</code>
62 public static AMResourceBundleCache getInstance() {
111 "AMResourceBundleCache.getResBundle", e);
122 debug.error("AMResourceBundleCache
[all...]
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/base/model/
H A DAMResBundleCacher.java38 * <code>com.iplanet.am.util.AMResourceBundleCache</code>
49 AMResourceBundleCache cache = AMResourceBundleCache.getInstance();
H A DAMResourceBundleCache.java25 * $Id: AMResourceBundleCache.java,v 1.2 2008/06/25 05:42:50 qcheng Exp $
48 public class AMResourceBundleCache { class
49 private static AMResourceBundleCache instance = new AMResourceBundleCache();
53 private AMResourceBundleCache() { method in class:AMResourceBundleCache
58 * Gets instance of <code>AMResourceBundleCache</code>
60 * @return instance of <code>AMResourceBundleCache</code>
62 public static AMResourceBundleCache getInstance() {
111 "AMResourceBundleCache.getResBundle", e);
122 debug.error("AMResourceBundleCache
[all...]
/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/shared/locale/
H A DAMResourceBundleCache.java25 * $Id: AMResourceBundleCache.java,v 1.3 2008/06/25 05:53:04 qcheng Exp $
41 public class AMResourceBundleCache { class
42 private static AMResourceBundleCache instance;
48 private AMResourceBundleCache() { method in class:AMResourceBundleCache
53 * Returns instance of <code>AMResourceBundleCache</code>.
55 * @return instance of <code>AMResourceBundleCache</code>.
57 public static AMResourceBundleCache getInstance() {
59 instance = new AMResourceBundleCache();
82 debug.error("AMResourceBundleCache.getResBundle", mre);
H A DL10NMessageImpl.java43 private AMResourceBundleCache amCache = AMResourceBundleCache.getInstance();
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/shared/locale/
H A DAMResourceBundleCache.java25 * $Id: AMResourceBundleCache.java,v 1.3 2008/06/25 05:53:04 qcheng Exp $
41 public class AMResourceBundleCache { class
42 private static AMResourceBundleCache instance;
48 private AMResourceBundleCache() { method in class:AMResourceBundleCache
53 * Returns instance of <code>AMResourceBundleCache</code>.
55 * @return instance of <code>AMResourceBundleCache</code>.
57 public static AMResourceBundleCache getInstance() {
59 instance = new AMResourceBundleCache();
82 debug.error("AMResourceBundleCache.getResBundle", mre);
H A DL10NMessageImpl.java43 private AMResourceBundleCache amCache = AMResourceBundleCache.getInstance();
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/cdm/clientschema/
H A DAMClientCapException.java31 import com.sun.identity.shared.locale.AMResourceBundleCache;
45 private static AMResourceBundleCache amCache = AMResourceBundleCache
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/common/
H A DL10NMessageImpl.java33 import com.sun.identity.shared.locale.AMResourceBundleCache;
163 AMResourceBundleCache amCache = AMResourceBundleCache.getInstance();
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/cdm/clientschema/
H A DAMClientCapException.java31 import com.sun.identity.shared.locale.AMResourceBundleCache;
45 private static AMResourceBundleCache amCache = AMResourceBundleCache
/forgerock/openam/openam-core/src/main/java/com/sun/identity/common/
H A DL10NMessageImpl.java33 import com.sun.identity.shared.locale.AMResourceBundleCache;
163 AMResourceBundleCache amCache = AMResourceBundleCache.getInstance();
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/spi/
H A DAuthLoginException.java34 import com.sun.identity.shared.locale.AMResourceBundleCache;
48 private static AMResourceBundleCache amCache = AMResourceBundleCache.getInstance();
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/ldap/
H A DLDAPUtilException.java36 import com.sun.identity.shared.locale.AMResourceBundleCache;
52 AMResourceBundleCache amCache = AMResourceBundleCache.getInstance();
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/spi/
H A DAuthLoginException.java34 import com.sun.identity.shared.locale.AMResourceBundleCache;
48 private static AMResourceBundleCache amCache = AMResourceBundleCache.getInstance();
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/ldap/
H A DLDAPUtilException.java36 import com.sun.identity.shared.locale.AMResourceBundleCache;
52 AMResourceBundleCache amCache = AMResourceBundleCache.getInstance();
/forgerock/openam-v13/openam-rest/src/main/java/org/forgerock/openam/rest/query/
H A DQueryException.java18 import com.sun.identity.shared.locale.AMResourceBundleCache;
84 String result = AMResourceBundleCache.getInstance().getResBundle(RESOURCE_BUNDLE, locale).getString(errorCode);
/forgerock/openam-v13/openam-common-auth-ui/src/main/java/com/sun/identity/authentication/UI/taglib/
H A DDSAMEResBundleTag.java39 import com.sun.identity.shared.locale.AMResourceBundleCache;
98 ResourceBundle rb = AMResourceBundleCache.getInstance().getResBundle(
/forgerock/openam/openam-rest/src/main/java/org/forgerock/openam/rest/query/
H A DQueryException.java18 import com.sun.identity.shared.locale.AMResourceBundleCache;
84 String result = AMResourceBundleCache.getInstance().getResBundle(RESOURCE_BUNDLE, locale).getString(errorCode);
/forgerock/openam/openam-common-auth-ui/src/main/java/com/sun/identity/authentication/UI/taglib/
H A DDSAMEResBundleTag.java39 import com.sun.identity.shared.locale.AMResourceBundleCache;
98 ResourceBundle rb = AMResourceBundleCache.getInstance().getResBundle(
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAuthLevel.java43 import com.sun.identity.shared.locale.AMResourceBundleCache;
73 private static AMResourceBundleCache amCache =
74 AMResourceBundleCache.getInstance();
H A DCompositeAdvices.java42 import com.sun.identity.shared.locale.AMResourceBundleCache;
70 private static AMResourceBundleCache amCache =
71 AMResourceBundleCache.getInstance();
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/
H A DIdRepoException.java32 import com.sun.identity.shared.locale.AMResourceBundleCache;
56 private transient AMResourceBundleCache amCache = AMResourceBundleCache

Completed in 74 milliseconds

1234