Searched refs:RESOURCE_BUNDLE (Results 1 - 21 of 21) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/plugin/configuration/
H A DConfigurationManager.java41 private final static String RESOURCE_BUNDLE = "libConfigurationManager"; field in class:ConfigurationManager
75 throw new ConfigurationException(RESOURCE_BUNDLE,
79 throw new ConfigurationException(RESOURCE_BUNDLE,
83 throw new ConfigurationException(RESOURCE_BUNDLE,
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/plugin/configuration/
H A DConfigurationManager.java41 private final static String RESOURCE_BUNDLE = "libConfigurationManager"; field in class:ConfigurationManager
75 throw new ConfigurationException(RESOURCE_BUNDLE,
79 throw new ConfigurationException(RESOURCE_BUNDLE,
83 throw new ConfigurationException(RESOURCE_BUNDLE,
/forgerock/openam-v13/openam-federation/OpenFM/src/main/java/com/sun/identity/plugin/configuration/impl/
H A DConfigurationInstanceImpl.java68 private static final String RESOURCE_BUNDLE = "fmConfigurationService"; field in class:ConfigurationInstanceImpl
111 throw new ConfigurationException(RESOURCE_BUNDLE,
191 throw new ConfigurationException(RESOURCE_BUNDLE,
209 throw new ConfigurationException(RESOURCE_BUNDLE,
221 throw new ConfigurationException(RESOURCE_BUNDLE,
238 throw new ConfigurationException(RESOURCE_BUNDLE,
243 throw new ConfigurationException(RESOURCE_BUNDLE,
277 throw new ConfigurationException(RESOURCE_BUNDLE,
291 throw new ConfigurationException(RESOURCE_BUNDLE,
297 throw new ConfigurationException(RESOURCE_BUNDLE,
[all...]
/forgerock/openam/openam-federation/OpenFM/src/main/java/com/sun/identity/plugin/configuration/impl/
H A DConfigurationInstanceImpl.java68 private static final String RESOURCE_BUNDLE = "fmConfigurationService"; field in class:ConfigurationInstanceImpl
111 throw new ConfigurationException(RESOURCE_BUNDLE,
191 throw new ConfigurationException(RESOURCE_BUNDLE,
209 throw new ConfigurationException(RESOURCE_BUNDLE,
221 throw new ConfigurationException(RESOURCE_BUNDLE,
238 throw new ConfigurationException(RESOURCE_BUNDLE,
243 throw new ConfigurationException(RESOURCE_BUNDLE,
277 throw new ConfigurationException(RESOURCE_BUNDLE,
291 throw new ConfigurationException(RESOURCE_BUNDLE,
297 throw new ConfigurationException(RESOURCE_BUNDLE,
[all...]
/forgerock/openam-v13/openam-rest/src/main/java/org/forgerock/openam/rest/query/
H A DQueryException.java48 private static final String RESOURCE_BUNDLE = "queryError"; field in class:QueryException
84 String result = AMResourceBundleCache.getInstance().getResBundle(RESOURCE_BUNDLE, locale).getString(errorCode);
94 return RESOURCE_BUNDLE;
/forgerock/openam/openam-rest/src/main/java/org/forgerock/openam/rest/query/
H A DQueryException.java48 private static final String RESOURCE_BUNDLE = "queryError"; field in class:QueryException
84 String result = AMResourceBundleCache.getInstance().getResBundle(RESOURCE_BUNDLE, locale).getString(errorCode);
94 return RESOURCE_BUNDLE;
/forgerock/openam-v13/openam-oauth2/src/main/java/org/forgerock/openam/oauth2/
H A DOpenAMAuthorizationCode.java39 private static final ResourceBundle RESOURCE_BUNDLE = ResourceBundle.getBundle("OAuth2CoreToken"); field in class:OpenAMAuthorizationCode
150 tokenInfo.put(RESOURCE_BUNDLE.getString(REALM), getRealm());
207 return RESOURCE_BUNDLE.getString(s);
H A DOpenAMRefreshToken.java37 private static final ResourceBundle RESOURCE_BUNDLE = ResourceBundle.getBundle("OAuth2CoreToken"); field in class:OpenAMRefreshToken
133 return RESOURCE_BUNDLE.getString(s);
H A DOpenAMAccessToken.java40 private static final ResourceBundle RESOURCE_BUNDLE = ResourceBundle.getBundle("OAuth2CoreToken"); field in class:OpenAMAccessToken
216 return RESOURCE_BUNDLE.getString(s);
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/openam/oauth2/
H A DStatelessAccessToken.java45 private static final ResourceBundle RESOURCE_BUNDLE = ResourceBundle.getBundle("OAuth2CoreToken"); field in class:StatelessAccessToken
78 return RESOURCE_BUNDLE.getString(s);
/forgerock/openam-v13/openam-scripting/src/main/java/org/forgerock/openam/scripting/
H A DScriptException.java39 super(RESOURCE_BUNDLE, errorCode.name(), arguments);
H A DScriptConstants.java34 public static final String RESOURCE_BUNDLE = "scripting"; field in class:ScriptConstants
/forgerock/openam/openam-scripting/src/main/java/org/forgerock/openam/scripting/
H A DScriptException.java39 super(RESOURCE_BUNDLE, errorCode.name(), arguments);
H A DScriptConstants.java34 public static final String RESOURCE_BUNDLE = "scripting"; field in class:ScriptConstants
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/oauth2/core/
H A DAuthorizationCode.java49 private static final ResourceBundle RESOURCE_BUNDLE = ResourceBundle.getBundle("OAuth2CoreToken"); field in class:AuthorizationCode
270 return RESOURCE_BUNDLE.getString(s);
293 tokenInfo.put(RESOURCE_BUNDLE.getString(REALM), getRealm());
H A DStatefulRefreshToken.java48 private static final ResourceBundle RESOURCE_BUNDLE = ResourceBundle.getBundle("OAuth2CoreToken"); field in class:StatefulRefreshToken
183 return RESOURCE_BUNDLE.getString(s);
H A DStatefulAccessToken.java65 private static final ResourceBundle RESOURCE_BUNDLE = ResourceBundle.getBundle("OAuth2CoreToken"); field in class:StatefulAccessToken
267 return RESOURCE_BUNDLE.getString(s);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/plugin/configuration/impl/
H A DFedletConfigurationImpl.java82 private static final String RESOURCE_BUNDLE = "fmConfigurationService"; field in class:FedletConfigurationImpl
473 throw new ConfigurationException(RESOURCE_BUNDLE,
500 throw new ConfigurationException(RESOURCE_BUNDLE,
528 throw new ConfigurationException(RESOURCE_BUNDLE,
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/plugin/configuration/impl/
H A DFedletConfigurationImpl.java82 private static final String RESOURCE_BUNDLE = "fmConfigurationService"; field in class:FedletConfigurationImpl
473 throw new ConfigurationException(RESOURCE_BUNDLE,
500 throw new ConfigurationException(RESOURCE_BUNDLE,
528 throw new ConfigurationException(RESOURCE_BUNDLE,
/forgerock/openam-v13/openam-federation/OpenFM/src/main/java/com/sun/identity/policy/plugins/
H A DWebServicesClients.java74 private static final String RESOURCE_BUNDLE = "fmWebServicesClients"; field in class:WebServicesClients
230 throw (new InvalidNameException(RESOURCE_BUNDLE,
/forgerock/openam/openam-federation/OpenFM/src/main/java/com/sun/identity/policy/plugins/
H A DWebServicesClients.java74 private static final String RESOURCE_BUNDLE = "fmWebServicesClients"; field in class:WebServicesClients
230 throw (new InvalidNameException(RESOURCE_BUNDLE,

Completed in 89 milliseconds