/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/paos/ |
H A D | PAOSUtils.java | 41 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 D | EncryptionUtils.java | 38 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 D | PAOSUtils.java | 41 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 D | EncryptionUtils.java | 38 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 D | AMSDKBundle.java | 38 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 D | IdRepoBundle.java | 44 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 D | PersistModuleProcessor.java | 37 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 D | SystemConfigurationException.java | 39 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 D | PersistModuleProcessor.java | 37 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 D | AMSDKBundle.java | 38 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 D | IdRepoBundle.java | 44 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 D | SystemConfigurationException.java | 39 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 D | InstallerConstants.java | 34 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 D | CookieUtils.java | 73 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 D | DevicePrintAuthenticationService.java | 57 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 D | CookieUtils.java | 73 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 D | AMAuthenticationManager.java | 67 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 D | AMAccountLockout.java | 59 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 D | FSUtils.java | 73 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 D | AMAuthenticationManager.java | 67 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 D | AMAccountLockout.java | 61 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 D | FSUtils.java | 73 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 D | WSFederationConstants.java | 218 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 D | OAuthParam.java | 32 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 D | SAML2.java | 93 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]);
|