Searched defs:bundle (Results 1 - 25 of 187) sorted by relevance

12345678

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/delegation/
H A DResBundleUtils.java41 * 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 DResBundleUtils.java37 * 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 DPAOSUtils.java43 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 DEncryptionUtils.java39 public static ResourceBundle bundle = field in class:EncryptionUtils
/forgerock/openam/openam-shared/src/main/java/org/forgerock/openam/utils/
H A DBundleUtils.java28 * 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 DResBundleUtils.java41 * 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 DResBundleUtils.java37 * 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 DPAOSUtils.java43 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 DEncryptionUtils.java39 public static ResourceBundle bundle = field in class:EncryptionUtils
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/setup/
H A DConfiguratorException.java45 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 DSessionManager.java48 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 DDefaultAttributeMapper.java54 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 DDefaultAttributeMapper.java59 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 DWorkflowException.java48 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 DDSTUtils.java50 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 DConfiguratorException.java45 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 DWorkflowException.java48 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 DDSTUtils.java50 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 DSessionManager.java48 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 DDefaultAttributeMapper.java54 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 DDefaultAttributeMapper.java59 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 DConfigurationException.java47 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 DUnknownPropertyNameException.java50 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 DVersionCheck.java43 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 DDataStoreProviderManager.java67 private ResourceBundle bundle = Locale.getInstallResourceBundle( field in class:DataStoreProviderManager
152 bundle.getString("defaultProviderNotDefined"));

Completed in 387 milliseconds

12345678