Searched defs:BUNDLE_NAME (Results 1 - 25 of 40) sorted by relevance

12

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/paos/
H A DPAOSUtils.java41 public static final String BUNDLE_NAME = "libPAOS"; field in class:PAOSUtils
44 getInstallResourceBundle(BUNDLE_NAME);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xmlenc/
H A DEncryptionUtils.java38 public static final String BUNDLE_NAME = "libEncryption"; field in class:EncryptionUtils
40 Locale.getInstallResourceBundle(BUNDLE_NAME);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/paos/
H A DPAOSUtils.java41 public static final String BUNDLE_NAME = "libPAOS"; field in class:PAOSUtils
44 getInstallResourceBundle(BUNDLE_NAME);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xmlenc/
H A DEncryptionUtils.java38 public static final String BUNDLE_NAME = "libEncryption"; field in class:EncryptionUtils
40 Locale.getInstallResourceBundle(BUNDLE_NAME);
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMSDKBundle.java38 public static final String BUNDLE_NAME = "amProfile"; field in class:AMSDKBundle
45 .getInstallResourceBundle(BUNDLE_NAME);
75 BUNDLE_NAME, locale);
90 rb = ResourceBundle.getBundle(BUNDLE_NAME, locale);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/
H A DIdRepoBundle.java44 public final static String BUNDLE_NAME = "amIdRepo"; field in class:IdRepoBundle
48 .getInstallResourceBundle(BUNDLE_NAME);
76 BUNDLE_NAME, locale);
/forgerock/openam-v13/openam-authentication/openam-auth-device-id/src/main/java/org/forgerock/openam/authentication/modules/deviceprint/
H A DPersistModuleProcessor.java37 private static final String BUNDLE_NAME = "amAuthDeviceIdSave"; field in class:PersistModuleProcessor
102 throw new AuthLoginException(BUNDLE_NAME, "invalidauthstate", null);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/common/
H A DSystemConfigurationException.java39 private final static String BUNDLE_NAME = "libSystemConfiguration"; field in class:SystemConfigurationException
54 super(BUNDLE_NAME, errorCode, args);
/forgerock/openam/openam-authentication/openam-auth-device-id/src/main/java/org/forgerock/openam/authentication/modules/deviceprint/
H A DPersistModuleProcessor.java37 private static final String BUNDLE_NAME = "amAuthDeviceIdSave"; field in class:PersistModuleProcessor
102 throw new AuthLoginException(BUNDLE_NAME, "invalidauthstate", null);
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMSDKBundle.java38 public static final String BUNDLE_NAME = "amProfile"; field in class:AMSDKBundle
45 .getInstallResourceBundle(BUNDLE_NAME);
75 BUNDLE_NAME, locale);
90 rb = ResourceBundle.getBundle(BUNDLE_NAME, locale);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/
H A DIdRepoBundle.java44 public final static String BUNDLE_NAME = "amIdRepo"; field in class:IdRepoBundle
48 .getInstallResourceBundle(BUNDLE_NAME);
76 BUNDLE_NAME, locale);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/common/
H A DSystemConfigurationException.java39 private final static String BUNDLE_NAME = "libSystemConfiguration"; field in class:SystemConfigurationException
54 super(BUNDLE_NAME, errorCode, args);
/forgerock/jee-agents-v3.5/jee-agents-jboss/jee-agents-jboss-v7/src/main/java/org/forgerock/openam/agents/jboss/install/
H A DInstallerConstants.java34 public static final String BUNDLE_NAME = "jbossv7-tools"; field in class:InstallerConstants
/forgerock/openam-v13/openam-federation/openam-idpdiscovery/src/main/java/com/sun/identity/saml2/idpdiscovery/
H A DCookieUtils.java73 public static final String BUNDLE_NAME = "libIDPDiscovery"; field in class:CookieUtils
75 public static ResourceBundle bundle = Locale.getInstallResourceBundle(BUNDLE_NAME);
/forgerock/openam-v13/openam-authentication/deviceprint/module/src/main/java/org/forgerock/openam/authentication/modules/deviceprint/
H A DDevicePrintAuthenticationService.java57 private static final String BUNDLE_NAME = "amAuthDevicePrintModule"; field in class:DevicePrintAuthenticationService
126 throw new AuthLoginException(BUNDLE_NAME, "invalidauthstate", null);
203 throw new AuthLoginException(BUNDLE_NAME, "otpinvalid", null);
207 throw new AuthLoginException(BUNDLE_NAME, "otpcallbackconfirmationunknown", null);
/forgerock/openam/openam-federation/openam-idpdiscovery/src/main/java/com/sun/identity/saml2/idpdiscovery/
H A DCookieUtils.java73 public static final String BUNDLE_NAME = "libIDPDiscovery"; field in class:CookieUtils
75 public static ResourceBundle bundle = Locale.getInstallResourceBundle(BUNDLE_NAME);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/config/
H A DAMAuthenticationManager.java67 private static final String BUNDLE_NAME = "amAuthConfig"; field in class:AMAuthenticationManager
68 private static final Debug DEBUG = Debug.getInstance(BUNDLE_NAME);
98 throw new AMConfigurationException(BUNDLE_NAME, "badRealm",
672 throw new AMConfigurationException(BUNDLE_NAME,
677 throw new AMConfigurationException(BUNDLE_NAME, "wrongType",
683 throw new AMConfigurationException(BUNDLE_NAME,
686 throw new AMConfigurationException(BUNDLE_NAME,
754 throw new AMConfigurationException(BUNDLE_NAME,
759 throw new AMConfigurationException(BUNDLE_NAME,
765 throw new AMConfigurationException(BUNDLE_NAME,
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAMAccountLockout.java59 private static final String BUNDLE_NAME = "amAuth"; field in class:AMAccountLockout
60 private static final Debug DEBUG = Debug.getInstance(BUNDLE_NAME);
99 invalidAttemptsDataAttrName, BUNDLE_NAME);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/common/
H A DFSUtils.java73 public static final String BUNDLE_NAME = "libIDFF"; field in class:FSUtils
76 Locale.getInstallResourceBundle(BUNDLE_NAME);
114 BUNDLE_NAME, Locale.getLocale(localeName));
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/config/
H A DAMAuthenticationManager.java67 private static final String BUNDLE_NAME = "amAuthConfig"; field in class:AMAuthenticationManager
68 private static final Debug DEBUG = Debug.getInstance(BUNDLE_NAME);
98 throw new AMConfigurationException(BUNDLE_NAME, "badRealm",
659 throw new AMConfigurationException(BUNDLE_NAME,
664 throw new AMConfigurationException(BUNDLE_NAME, "wrongType",
670 throw new AMConfigurationException(BUNDLE_NAME,
673 throw new AMConfigurationException(BUNDLE_NAME,
741 throw new AMConfigurationException(BUNDLE_NAME,
746 throw new AMConfigurationException(BUNDLE_NAME,
752 throw new AMConfigurationException(BUNDLE_NAME,
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAMAccountLockout.java61 private static final String BUNDLE_NAME = "amAuth"; field in class:AMAccountLockout
62 private static final Debug DEBUG = Debug.getInstance(BUNDLE_NAME);
101 invalidAttemptsDataAttrName, BUNDLE_NAME);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/common/
H A DFSUtils.java73 public static final String BUNDLE_NAME = "libIDFF"; field in class:FSUtils
76 Locale.getInstallResourceBundle(BUNDLE_NAME);
114 BUNDLE_NAME, Locale.getLocale(localeName));
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/common/
H A DWSFederationConstants.java218 public static final String BUNDLE_NAME = "libWSFederation"; field in class:WSFederationConstants
/forgerock/openam-v13/openam-authentication/openam-auth-oauth2/src/main/java/org/forgerock/openam/authentication/modules/oauth2/
H A DOAuthParam.java32 static final String BUNDLE_NAME = "amAuthOAuth"; field in class:OAuthParam
/forgerock/openam-v13/openam-authentication/openam-auth-saml2/src/main/java/org/forgerock/openam/authentication/modules/saml2/
H A DSAML2.java93 private static final String BUNDLE_NAME = "amAuthSAML2"; field in class:SAML2
152 bundle = amCache.getResBundle(BUNDLE_NAME, getLoginLocale());
270 throw new SAML2Exception(BUNDLE_NAME, "samlFailover", null);
697 throw new AuthenticationException(BUNDLE_NAME, "localLinkError", new Object[0]);

Completed in 64 milliseconds

12