Searched defs:amCache (Results 26 - 43 of 43) sorted by relevance

12

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/common/
H A DChainedException.java51 private static AMResourceBundleCache amCache = AMResourceBundleCache field in class:ChainedException
149 _bundle = amCache.getResBundle(_bundleName, locale);
171 _bundle = amCache.getResBundle(_bundleName, locale);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/
H A DChainedException.java52 private static AMResourceBundleCache amCache = field in class:ChainedException
134 _bundle = amCache.getResBundle (_bundleName, locale);
155 _bundle = amCache.getResBundle (_bundleName, locale);
H A DSubjectTypeManager.java63 private static AMResourceBundleCache amCache = field in class:SubjectTypeManager
77 rb = amCache.getResBundle(ResBundleUtils.rbName, loc);
104 rb = amCache.getResBundle(ResBundleUtils.rbName, loc);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/plugins/
H A DSessionCondition.java120 private static AMResourceBundleCache amCache = field in class:SessionCondition
174 ResourceBundle rb = amCache.getResBundle(ResBundleUtils.rbName, locale);
/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/security/keystore/
H A DAMX509KeyManagerImpl.java62 static AMResourceBundleCache amCache = AMResourceBundleCache.getInstance(); field in class:AMX509KeyManagerImpl
138 bundle = amCache.getResBundle(bundleName, Locale.getDefault());
/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/security/keystore/v_14/
H A DAMX509KeyManagerImpl.java60 static AMResourceBundleCache amCache = AMResourceBundleCache.getInstance(); field in class:AMX509KeyManagerImpl
99 bundle = amCache.getResBundle(bundleName, Locale.getDefault());
/forgerock/openam-v13/openam-authentication/openam-auth-msisdn/src/main/java/com/sun/identity/authentication/modules/msisdn/
H A DMSISDNValidation.java63 protected static AMResourceBundleCache amCache = field in class:MSISDNValidation
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/security/keystore/
H A DAMX509KeyManagerImpl.java62 static AMResourceBundleCache amCache = AMResourceBundleCache.getInstance(); field in class:AMX509KeyManagerImpl
138 bundle = amCache.getResBundle(bundleName, Locale.getDefault());
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/security/keystore/v_14/
H A DAMX509KeyManagerImpl.java60 static AMResourceBundleCache amCache = AMResourceBundleCache.getInstance(); field in class:AMX509KeyManagerImpl
99 bundle = amCache.getResBundle(bundleName, Locale.getDefault());
/forgerock/openam/openam-authentication/openam-auth-msisdn/src/main/java/com/sun/identity/authentication/modules/msisdn/
H A DMSISDNValidation.java63 protected static AMResourceBundleCache amCache = field in class:MSISDNValidation
/forgerock/openam/openam-core/src/main/java/com/sun/identity/common/
H A DChainedException.java51 private static AMResourceBundleCache amCache = AMResourceBundleCache field in class:ChainedException
149 _bundle = amCache.getResBundle(_bundleName, locale);
171 _bundle = amCache.getResBundle(_bundleName, locale);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/
H A DChainedException.java52 private static AMResourceBundleCache amCache = field in class:ChainedException
134 _bundle = amCache.getResBundle (_bundleName, locale);
155 _bundle = amCache.getResBundle (_bundleName, locale);
H A DSubjectTypeManager.java63 private static AMResourceBundleCache amCache = field in class:SubjectTypeManager
77 rb = amCache.getResBundle(ResBundleUtils.rbName, loc);
104 rb = amCache.getResBundle(ResBundleUtils.rbName, loc);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/plugins/
H A DSessionCondition.java118 private static AMResourceBundleCache amCache = field in class:SessionCondition
172 ResourceBundle rb = amCache.getResBundle(ResBundleUtils.rbName, locale);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DSMSException.java63 transient AMResourceBundleCache amCache = AMResourceBundleCache.getInstance(); field in class:SMSException
241 ResourceBundle bundle = amCache.getResBundle(bundleName, locale);
346 bundle = amCache.getResBundle(bundleName, java.util.Locale.ENGLISH);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DSMSException.java63 transient AMResourceBundleCache amCache = AMResourceBundleCache.getInstance(); field in class:SMSException
241 ResourceBundle bundle = amCache.getResBundle(bundleName, locale);
346 bundle = amCache.getResBundle(bundleName, java.util.Locale.ENGLISH);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/spi/
H A DAMLoginModule.java268 protected static AMResourceBundleCache amCache = field in class:AMLoginModule
918 bundle = amCache.getResBundle(bundleName, getLoginLocale());
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/spi/
H A DAMLoginModule.java274 protected static AMResourceBundleCache amCache = field in class:AMLoginModule
930 bundle = amCache.getResBundle(bundleName, getLoginLocale());

Completed in 66 milliseconds

12