Searched defs:RESOURCE_BUNDLE_NAME (Results 1 - 21 of 21) sorted by relevance

/forgerock/openam-v13/openam-tools/openam-diagnostics/openam-diagnostics-base/src/main/java/com/sun/identity/diagnostic/base/core/common/
H A DToolConstants.java46 public String RESOURCE_BUNDLE_NAME = field in interface:ToolConstants
129 ResourceBundle.getBundle(RESOURCE_BUNDLE_NAME).getString("dd_sun_app_server"),
130 ResourceBundle.getBundle(RESOURCE_BUNDLE_NAME).getString("dd_sun_web_server"),
131 ResourceBundle.getBundle(RESOURCE_BUNDLE_NAME).getString("dd_bea_weblogic"),
132 ResourceBundle.getBundle(RESOURCE_BUNDLE_NAME).getString("dd_ibm_websphere")};
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/cot/
H A DCOTUtils.java45 public static final String RESOURCE_BUNDLE_NAME = "libCOT"; field in class:COTUtils
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/cot/
H A DCOTUtils.java45 public static final String RESOURCE_BUNDLE_NAME = "libCOT"; field in class:COTUtils
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/ldap/
H A DServerConfigMgr.java127 private static final String RESOURCE_BUNDLE_NAME = "amSDK"; field in class:ServerConfigMgr
137 RESOURCE_BUNDLE_NAME);
/forgerock/openam-v13/openam-authentication/openam-auth-oidc/src/main/java/org/forgerock/openam/authentication/modules/oidc/
H A DOpenIdConnectConfig.java33 static final String RESOURCE_BUNDLE_NAME = "amAuthOpenIdConnect"; field in class:OpenIdConnectConfig
/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/
H A DIArgument.java40 String RESOURCE_BUNDLE_NAME = "bundlename"; field in interface:IArgument
H A DCommandManager.java72 private final static String RESOURCE_BUNDLE_NAME = "cliBase"; field in class:CommandManager
90 resourceBundle = ResourceBundle.getBundle(RESOURCE_BUNDLE_NAME);
248 RESOURCE_BUNDLE_NAME, locale);
695 RESOURCE_BUNDLE_NAME, locale);
/forgerock/openam-v13/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/sms/
H A DCommonTasksResource.java96 private static final String RESOURCE_BUNDLE_NAME = "amConsole"; field in class:CommonTasksResource
167 return ResourceBundle.getBundle(RESOURCE_BUNDLE_NAME, locale);
/forgerock/openam/openam-authentication/openam-auth-oidc/src/main/java/org/forgerock/openam/authentication/modules/oidc/
H A DOpenIdConnectConfig.java33 static final String RESOURCE_BUNDLE_NAME = "amAuthOpenIdConnect"; field in class:OpenIdConnectConfig
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/
H A DIArgument.java40 String RESOURCE_BUNDLE_NAME = "bundlename"; field in interface:IArgument
H A DCommandManager.java72 private final static String RESOURCE_BUNDLE_NAME = "cliBase"; field in class:CommandManager
90 resourceBundle = ResourceBundle.getBundle(RESOURCE_BUNDLE_NAME);
253 RESOURCE_BUNDLE_NAME, locale);
700 RESOURCE_BUNDLE_NAME, locale);
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/ldap/
H A DServerConfigMgr.java127 private static final String RESOURCE_BUNDLE_NAME = "amSDK"; field in class:ServerConfigMgr
137 RESOURCE_BUNDLE_NAME);
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/sms/
H A DCommonTasksResource.java96 private static final String RESOURCE_BUNDLE_NAME = "amConsole"; field in class:CommonTasksResource
167 return ResourceBundle.getBundle(RESOURCE_BUNDLE_NAME, locale);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/meta/
H A DSAML2MetaUtils.java75 protected static final String RESOURCE_BUNDLE_NAME = "libSAML2Meta"; field in class:SAML2MetaUtils
77 Locale.getInstallResourceBundle(RESOURCE_BUNDLE_NAME);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/meta/
H A DSAML2MetaUtils.java75 protected static final String RESOURCE_BUNDLE_NAME = "libSAML2Meta"; field in class:SAML2MetaUtils
77 Locale.getInstallResourceBundle(RESOURCE_BUNDLE_NAME);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/jaxrpc/
H A DSOAPClient.java682 } else if (localName.equals(RESOURCE_BUNDLE_NAME)) {
917 static final String RESOURCE_BUNDLE_NAME = "resourceBundleName"; field in class:SOAPClient
/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/shared/jaxrpc/
H A DSOAPClient.java774 } else if (localName.equals(RESOURCE_BUNDLE_NAME)) {
1082 static final String RESOURCE_BUNDLE_NAME = "resourceBundleName"; field in class:SOAPClient
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/shared/jaxrpc/
H A DSOAPClient.java774 } else if (localName.equals(RESOURCE_BUNDLE_NAME)) {
1082 static final String RESOURCE_BUNDLE_NAME = "resourceBundleName"; field in class:SOAPClient
/forgerock/openam/openam-core/src/main/java/com/sun/identity/jaxrpc/
H A DSOAPClient.java682 } else if (localName.equals(RESOURCE_BUNDLE_NAME)) {
917 static final String RESOURCE_BUNDLE_NAME = "resourceBundleName"; field in class:SOAPClient
/forgerock/openam-v13/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/
H A DUpgradeUtils.java197 static String RESOURCE_BUNDLE_NAME = "ssoUpgrade"; field in class:UpgradeUtils
240 bundle = ResourceBundle.getBundle(RESOURCE_BUNDLE_NAME);
/forgerock/openam/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/
H A DUpgradeUtils.java197 static String RESOURCE_BUNDLE_NAME = "ssoUpgrade"; field in class:UpgradeUtils
240 bundle = ResourceBundle.getBundle(RESOURCE_BUNDLE_NAME);

Completed in 124 milliseconds