/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/delegation/ |
H A D | ResBundleUtils.java | 41 * resource bundle name 46 * Resource bundle to be used to get messages from, using the default 51 public static ResourceBundle bundle = Locale field in class:ResBundleUtils 63 String localizedStr = Locale.getString(bundle, key); 81 String localizedStr = Locale.getString(bundle, key, params);
|
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/ |
H A D | ResBundleUtils.java | 37 * Class to model resource bundle to be used to get messages from, 42 /** resource bundle name */ 46 public static ResourceBundle bundle = Locale.getInstallResourceBundle( field in class:ResBundleUtils 57 String localizedStr = Locale.getString(bundle, key); 74 String localizedStr = Locale.getString(bundle, key, params);
|
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/paos/ |
H A D | PAOSUtils.java | 43 public static ResourceBundle bundle = Locale. field in class:PAOSUtils
|
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xmlenc/ |
H A D | EncryptionUtils.java | 39 public static ResourceBundle bundle = field in class:EncryptionUtils
|
/forgerock/openam/openam-shared/src/main/java/org/forgerock/openam/utils/ |
H A D | BundleUtils.java | 28 * Try to get a value from the bundle, and if it doesn't exist, return a default. 29 * @param bundle The bundle. 32 * @return The bundle's value for the given key, or {@code defaultValue} if there is no value. 34 public static String getStringWithDefault(ResourceBundle bundle, String key, String defaultValue) { argument 36 return bundle.getString(key);
|
/forgerock/openam/openam-core/src/main/java/com/sun/identity/delegation/ |
H A D | ResBundleUtils.java | 41 * resource bundle name 46 * Resource bundle to be used to get messages from, using the default 51 public static ResourceBundle bundle = Locale field in class:ResBundleUtils 63 String localizedStr = Locale.getString(bundle, key); 81 String localizedStr = Locale.getString(bundle, key, params);
|
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/ |
H A D | ResBundleUtils.java | 37 * Class to model resource bundle to be used to get messages from, 42 /** resource bundle name */ 46 public static ResourceBundle bundle = Locale.getInstallResourceBundle( field in class:ResBundleUtils 57 String localizedStr = Locale.getString(bundle, key); 74 String localizedStr = Locale.getString(bundle, key, params);
|
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/paos/ |
H A D | PAOSUtils.java | 43 public static ResourceBundle bundle = Locale. field in class:PAOSUtils
|
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xmlenc/ |
H A D | EncryptionUtils.java | 39 public static ResourceBundle bundle = field in class:EncryptionUtils
|
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/setup/ |
H A D | ConfiguratorException.java | 45 private ResourceBundle bundle; field in class:ConfiguratorException 55 * @param errorCode Key to resource bundle. You can use 83 * Returns resource bundle name associated with this error message. 85 * @return resource bundle name associated with this error message. 113 // messgae is set only if l10n resource bundle is specified 135 bundle = ResourceBundle.getBundle(bundleName, locale); 136 String mid = bundle.getString (errorCode);
|
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/plugin/session/ |
H A D | SessionManager.java | 48 private static ResourceBundle bundle = field in class:SessionManager 87 bundle.getString("nullSessionProvider"));
|
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/plugins/ |
H A D | DefaultAttributeMapper.java | 54 protected static ResourceBundle bundle = SAML2Utils.bundle; field in class:DefaultAttributeMapper
|
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/plugins/ |
H A D | DefaultAttributeMapper.java | 59 protected static ResourceBundle bundle = WSFederationUtils.bundle; field in class:DefaultAttributeMapper 85 throw new WSFederationException(bundle.getString( 90 throw new WSFederationException(bundle.getString(
|
/forgerock/openam-v13/openam-federation/OpenFM/src/main/java/com/sun/identity/workflow/ |
H A D | WorkflowException.java | 48 private ResourceBundle bundle; field in class:WorkflowException 58 * @param errorCode Key to resource bundle. You can use 81 * Returns resource bundle name associated with this error message. 83 * @return resource bundle name associated with this error message. 111 // messgae is set only if l10n resource bundle is specified 133 bundle = ResourceBundle.getBundle(bundleName, locale); 134 String mid = bundle.getString (errorCode);
|
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/dst/ |
H A D | DSTUtils.java | 50 public static ResourceBundle bundle = field in class:DSTUtils 72 throw new DSTException(bundle.getString("nullInputParams")); 86 throw new DSTException(bundle.getString("invalidStatus")); 98 throw new DSTException(bundle.getString("invalidStatus"));
|
/forgerock/openam/openam-core/src/main/java/com/sun/identity/setup/ |
H A D | ConfiguratorException.java | 45 private ResourceBundle bundle; field in class:ConfiguratorException 55 * @param errorCode Key to resource bundle. You can use 83 * Returns resource bundle name associated with this error message. 85 * @return resource bundle name associated with this error message. 113 // messgae is set only if l10n resource bundle is specified 135 bundle = ResourceBundle.getBundle(bundleName, locale); 136 String mid = bundle.getString (errorCode);
|
/forgerock/openam/openam-federation/OpenFM/src/main/java/com/sun/identity/workflow/ |
H A D | WorkflowException.java | 48 private ResourceBundle bundle; field in class:WorkflowException 58 * @param errorCode Key to resource bundle. You can use 81 * Returns resource bundle name associated with this error message. 83 * @return resource bundle name associated with this error message. 111 // messgae is set only if l10n resource bundle is specified 133 bundle = ResourceBundle.getBundle(bundleName, locale); 134 String mid = bundle.getString (errorCode);
|
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/dst/ |
H A D | DSTUtils.java | 50 public static ResourceBundle bundle = field in class:DSTUtils 72 throw new DSTException(bundle.getString("nullInputParams")); 86 throw new DSTException(bundle.getString("invalidStatus")); 98 throw new DSTException(bundle.getString("invalidStatus"));
|
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/plugin/session/ |
H A D | SessionManager.java | 48 private static ResourceBundle bundle = field in class:SessionManager 87 bundle.getString("nullSessionProvider"));
|
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/plugins/ |
H A D | DefaultAttributeMapper.java | 54 protected static ResourceBundle bundle = SAML2Utils.bundle; field in class:DefaultAttributeMapper
|
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/plugins/ |
H A D | DefaultAttributeMapper.java | 59 protected static ResourceBundle bundle = WSFederationUtils.bundle; field in class:DefaultAttributeMapper 85 throw new WSFederationException(bundle.getString( 90 throw new WSFederationException(bundle.getString(
|
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/common/configuration/ |
H A D | ConfigurationException.java | 47 private ResourceBundle bundle; field in class:ConfigurationException 57 * @param errorCode Key to resource bundle. You can use 80 * Returns resource bundle name associated with this error message. 82 * @return resource bundle name associated with this error message. 111 // messgae is set only if l10n resource bundle is specified 133 bundle = ResourceBundle.getBundle(bundleName, locale); 134 String mid = bundle.getString (errorCode);
|
H A D | UnknownPropertyNameException.java | 50 private ResourceBundle bundle; field in class:UnknownPropertyNameException 60 * @param errorCode Key to resource bundle. You can use 84 * Returns resource bundle name associated with this error message. 86 * @return resource bundle name associated with this error message. 114 // messgae is set only if l10n resource bundle is specified 136 bundle = ResourceBundle.getBundle(bundleName, locale); 137 String mid = bundle.getString (errorCode);
|
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/tools/bundles/ |
H A D | VersionCheck.java | 43 private static ResourceBundle bundle = ResourceBundle.getBundle( field in class:VersionCheck 63 System.out.println(bundle.getString("message.error.amconfig") + " " 78 System.out.println(bundle.getString("message.error.version.jvm") + 101 + bundle.getString("message.error.version.am") 104 System.out.println(bundle.getString("message.error.version.am") 113 + bundle.getString("message.error.version.am") 116 System.out.println(bundle.getString("message.error.version.am")
|
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/plugin/datastore/ |
H A D | DataStoreProviderManager.java | 67 private ResourceBundle bundle = Locale.getInstallResourceBundle( field in class:DataStoreProviderManager 152 bundle.getString("defaultProviderNotDefined"));
|