Searched refs:bundleName (Results 26 - 50 of 89) sorted by relevance

1234

/forgerock/openam/openam-core/src/main/java/com/sun/identity/setup/
H A DConfiguratorException.java42 private String bundleName = "amConfigurator"; field in class:ConfiguratorException
88 return bundleName;
130 if (bundleName != null) {
135 bundle = ResourceBundle.getBundle(bundleName, locale);
/forgerock/openam/openam-federation/OpenFM/src/main/java/com/sun/identity/workflow/
H A DWorkflowException.java45 private String bundleName = "workflowMessages"; field in class:WorkflowException
86 return bundleName;
128 if (bundleName != null) {
133 bundle = ResourceBundle.getBundle(bundleName, locale);
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/cdm/clientschema/
H A DAMClientCapException.java50 private String bundleName = null; field in class:AMClientCapException
80 bundleName = rbName;
101 return (bundleName);
122 if (bundleName != null && locale != null) {
123 ResourceBundle bundle = amCache.getResBundle(bundleName, locale);
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/cdm/clientschema/
H A DAMClientCapException.java50 private String bundleName = null; field in class:AMClientCapException
80 bundleName = rbName;
101 return (bundleName);
122 if (bundleName != null && locale != null) {
123 ResourceBundle bundle = amCache.getResBundle(bundleName, locale);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/password/ui/model/
H A DPWResetException.java59 * @param bundleName <code>ResourceBundle</code> name to be used
64 public PWResetException(String bundleName,String errCode, Object []args) { argument
65 super(bundleName, errCode,args);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/password/ui/model/
H A DPWResetException.java59 * @param bundleName <code>ResourceBundle</code> name to be used
64 public PWResetException(String bundleName,String errCode, Object []args) { argument
65 super(bundleName, errCode,args);
/forgerock/openam-v13/openam-authentication/openam-auth-common/src/main/java/org/forgerock/openam/authentication/modules/common/mapping/
H A DAttributeMapper.java43 * @param bundleName The name of the bundle for exceptions thrown by the getAttributes method.
45 void init(String bundleName); argument
H A DJsonAttributeMapper.java50 private String bundleName; field in class:JsonAttributeMapper
70 public void init(String bundleName) { argument
71 this.bundleName = bundleName;
88 throw new AuthLoginException(bundleName, ex.getMessage(), null);
/forgerock/openam/openam-authentication/openam-auth-common/src/main/java/org/forgerock/openam/authentication/modules/common/mapping/
H A DAttributeMapper.java43 * @param bundleName The name of the bundle for exceptions thrown by the getAttributes method.
45 void init(String bundleName); argument
H A DJsonAttributeMapper.java50 private String bundleName; field in class:JsonAttributeMapper
70 public void init(String bundleName) { argument
71 this.bundleName = bundleName;
88 throw new AuthLoginException(bundleName, ex.getMessage(), null);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/config/
H A DAuthConfigurationEntry.java79 AMAuthConfigUtils.bundleName, "invalidConfig");
87 AMAuthConfigUtils.bundleName, "invalidConfig");
176 AMAuthConfigUtils.bundleName, "invalidConfig");
183 AMAuthConfigUtils.bundleName, "invalidConfig");
191 AMAuthConfigUtils.bundleName, "invalidConfig");
H A DAMAuthConfigUtils.java92 protected static String bundleName = "amAuthConfig"; field in class:AMAuthConfigUtils
240 throw new AMConfigurationException(bundleName, "invalidIndexType");
326 throw new AMConfigurationException(bundleName, "null-name");
383 throw new AMConfigurationException(bundleName, "null-name");
392 bundleName, "service-not-registered");
398 bundleName, "named-config-not-defined");
403 throw new AMConfigurationException(bundleName, "config-not-exists");
445 throw new AMConfigurationException(bundleName, "null-name");
455 bundleName, "service-not-registered");
461 bundleName, "name
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/config/
H A DAuthConfigurationEntry.java79 AMAuthConfigUtils.bundleName, "invalidConfig");
87 AMAuthConfigUtils.bundleName, "invalidConfig");
176 AMAuthConfigUtils.bundleName, "invalidConfig");
183 AMAuthConfigUtils.bundleName, "invalidConfig");
191 AMAuthConfigUtils.bundleName, "invalidConfig");
H A DAMAuthConfigUtils.java94 protected static String bundleName = "amAuthConfig"; field in class:AMAuthConfigUtils
242 throw new AMConfigurationException(bundleName, "invalidIndexType");
328 throw new AMConfigurationException(bundleName, "null-name");
385 throw new AMConfigurationException(bundleName, "null-name");
394 bundleName, "service-not-registered");
400 bundleName, "named-config-not-defined");
405 throw new AMConfigurationException(bundleName, "config-not-exists");
447 throw new AMConfigurationException(bundleName, "null-name");
457 bundleName, "service-not-registered");
463 bundleName, "name
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/
H A DIdRepoException.java66 private String bundleName; field in class:IdRepoException
118 this.bundleName = rbName;
147 this.bundleName = rbName;
173 this.bundleName = rbName;
190 if (bundleName != null && locale != null) {
191 ResourceBundle bundle = amCache.getResBundle(bundleName, locale);
211 return bundleName;
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/
H A DIdRepoException.java66 private String bundleName; field in class:IdRepoException
118 this.bundleName = rbName;
147 this.bundleName = rbName;
173 this.bundleName = rbName;
190 if (bundleName != null && locale != null) {
191 ResourceBundle bundle = amCache.getResBundle(bundleName, locale);
211 return bundleName;
/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/
H A DAddResourceBundle.java70 String bundleName = getStringOptionValue(
78 String[] params = {bundleName, fileName, localeName};
94 bundleName, localeName, mapStrings);
102 String[] args = {bundleName, fileName, localeName, e.getMessage()};
107 String[] args = {bundleName, fileName, localeName, e.getMessage()};
112 String[] args = {bundleName, fileName, localeName, e.getMessage()};
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/
H A DAddResourceBundle.java70 String bundleName = getStringOptionValue(
78 String[] params = {bundleName, fileName, localeName};
94 bundleName, localeName, mapStrings);
102 String[] args = {bundleName, fileName, localeName, e.getMessage()};
107 String[] args = {bundleName, fileName, localeName, e.getMessage()};
112 String[] args = {bundleName, fileName, localeName, e.getMessage()};
/forgerock/openam-v13/openam-authentication/openam-auth-securid/src/main/java/com/sun/identity/authentication/modules/securid/
H A DSecurID.java75 private static String bundleName = "amAuthSecurID"; field in class:SecurID
184 throw new AuthLoginException(bundleName,
241 throw new AuthLoginException (bundleName, "SecurIDInitLex",
273 throw new AuthLoginException (bundleName,
283 throw new AuthLoginException (bundleName,
300 throw new AuthLoginException (bundleName,
379 bundleName, "SecurIDLoginFailed",
402 bundleName, "SecurIDLoginFailed",
449 throw new AuthLoginException(bundleName,
481 throw new AuthLoginException(bundleName,
[all...]
/forgerock/openam/openam-authentication/openam-auth-securid/src/main/java/com/sun/identity/authentication/modules/securid/
H A DSecurID.java75 private static String bundleName = "amAuthSecurID"; field in class:SecurID
184 throw new AuthLoginException(bundleName,
241 throw new AuthLoginException (bundleName, "SecurIDInitLex",
273 throw new AuthLoginException (bundleName,
283 throw new AuthLoginException (bundleName,
300 throw new AuthLoginException (bundleName,
379 bundleName, "SecurIDLoginFailed",
402 bundleName, "SecurIDLoginFailed",
449 throw new AuthLoginException(bundleName,
481 throw new AuthLoginException(bundleName,
[all...]
/forgerock/openam-v13/openam-tools/openam-diagnostics/openam-diagnostics-base/src/main/java/com/sun/identity/diagnostic/base/core/
H A DToolLogWriter.java77 * @param bundleName Name of the resource bundle.
84 String bundleName,
92 String msg = formatMsg(msgId, msgdata, bundleName);
157 * @param bundleName Name of the resource bundle.
163 String bundleName
167 bundleName, Locale.getDefault());
83 log( String bundleName, Level level, String msgId, String[] msgdata ) argument
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/common/
H A DRequestUtils.java51 private static final String bundleName = "amCommonUtils"; field in class:RequestUtils
127 bundleName, "contentLengthTooLarge", args);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DSMSException.java73 private String bundleName = IUMSConstants.UMS_BUNDLE_NAME; field in class:SMSException
195 this.bundleName = rbName;
223 this.bundleName = rbName;
240 if (bundleName != null && locale != null) {
241 ResourceBundle bundle = amCache.getResBundle(bundleName, locale);
261 return bundleName;
345 if (bundleName != null) {
346 bundle = amCache.getResBundle(bundleName, java.util.Locale.ENGLISH);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/common/
H A DRequestUtils.java51 private static final String bundleName = "amCommonUtils"; field in class:RequestUtils
127 bundleName, "contentLengthTooLarge", args);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DSMSException.java73 private String bundleName = IUMSConstants.UMS_BUNDLE_NAME; field in class:SMSException
195 this.bundleName = rbName;
223 this.bundleName = rbName;
240 if (bundleName != null && locale != null) {
241 ResourceBundle bundle = amCache.getResBundle(bundleName, locale);
261 return bundleName;
345 if (bundleName != null) {
346 bundle = amCache.getResBundle(bundleName, java.util.Locale.ENGLISH);

Completed in 111 milliseconds

1234