Searched refs:RESOURCE_BUNDLE_NAME (Results 1 - 25 of 41) sorted by relevance

12

/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/saml2/meta/
H A DSAML2MetaException.java54 super(SAML2MetaUtils.RESOURCE_BUNDLE_NAME, errorCode, args);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/cot/
H A DCOTException.java53 super(COTUtils.RESOURCE_BUNDLE_NAME,errorCode, args);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/cot/
H A DCOTException.java53 super(COTUtils.RESOURCE_BUNDLE_NAME,errorCode, args);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/meta/
H A DSAML2MetaException.java54 super(SAML2MetaUtils.RESOURCE_BUNDLE_NAME, errorCode, args);
/forgerock/openam-v13/openam-authentication/openam-auth-oidc/src/main/java/org/forgerock/openam/authentication/modules/oidc/
H A DOpenIdConnect.java75 throw new AuthLoginException(RESOURCE_BUNDLE_NAME, BUNDLE_KEY_MISSING_HEADER, null);
82 throw new AuthLoginException(RESOURCE_BUNDLE_NAME, BUNDLE_KEY_ID_TOKEN_BAD_AUDIENCE, null);
87 throw new AuthLoginException(RESOURCE_BUNDLE_NAME, BUNDLE_KEY_INVALID_AUTHORIZED_PARTY, null);
101 throw new AuthLoginException(RESOURCE_BUNDLE_NAME, BUNDLE_KEY_NO_ATTRIBUTES_MAPPED, null);
112 throw new AuthLoginException(RESOURCE_BUNDLE_NAME, BUNDLE_KEY_PRINCIPAL_MAPPER_INSTANTIATION_ERROR, null);
122 throw new AuthLoginException(RESOURCE_BUNDLE_NAME, BUNDLE_KEY_PRINCIPAL_MAPPER_INSTANTIATION_ERROR, null);
H A DJwtHandler.java74 throw new AuthLoginException(RESOURCE_BUNDLE_NAME, BUNDLE_KEY_TOKEN_ISSUER_MISMATCH, null);
96 throw new AuthLoginException(RESOURCE_BUNDLE_NAME, BUNDLE_KEY_ISSUER_MISMATCH, null);
100 throw new AuthLoginException(RESOURCE_BUNDLE_NAME, BUNDLE_KEY_JWK_NOT_LOADED, null);
108 throw new AuthLoginException(RESOURCE_BUNDLE_NAME, BUNDLE_KEY_NO_AUDIENCE_CLAIM,
117 throw new AuthLoginException(RESOURCE_BUNDLE_NAME, BUNDLE_KEY_AUTHORIZED_PARTY_NOT_IN_AUDIENCE,
123 throw new AuthLoginException(RESOURCE_BUNDLE_NAME, BUNDLE_KEY_VERIFICATION_FAILED, null);
126 throw new AuthLoginException(RESOURCE_BUNDLE_NAME, BUNDLE_KEY_JWS_SIGNING_EXCEPTION, null);
144 throw new AuthLoginException(RESOURCE_BUNDLE_NAME, BUNDLE_KEY_JWT_PARSE_ERROR, null);
147 throw new AuthLoginException(RESOURCE_BUNDLE_NAME, BUNDLE_KEY_JWT_PARSE_ERROR, null);
H A DOpenIdConnectConfig.java33 static final String RESOURCE_BUNDLE_NAME = "amAuthOpenIdConnect"; field in class:OpenIdConnectConfig
/forgerock/openam/openam-authentication/openam-auth-oidc/src/main/java/org/forgerock/openam/authentication/modules/oidc/
H A DOpenIdConnect.java75 throw new AuthLoginException(RESOURCE_BUNDLE_NAME, BUNDLE_KEY_MISSING_HEADER, null);
82 throw new AuthLoginException(RESOURCE_BUNDLE_NAME, BUNDLE_KEY_ID_TOKEN_BAD_AUDIENCE, null);
87 throw new AuthLoginException(RESOURCE_BUNDLE_NAME, BUNDLE_KEY_INVALID_AUTHORIZED_PARTY, null);
101 throw new AuthLoginException(RESOURCE_BUNDLE_NAME, BUNDLE_KEY_NO_ATTRIBUTES_MAPPED, null);
112 throw new AuthLoginException(RESOURCE_BUNDLE_NAME, BUNDLE_KEY_PRINCIPAL_MAPPER_INSTANTIATION_ERROR, null);
122 throw new AuthLoginException(RESOURCE_BUNDLE_NAME, BUNDLE_KEY_PRINCIPAL_MAPPER_INSTANTIATION_ERROR, null);
H A DJwtHandler.java75 throw new AuthLoginException(RESOURCE_BUNDLE_NAME, BUNDLE_KEY_TOKEN_ISSUER_MISMATCH, null);
104 throw new AuthLoginException(RESOURCE_BUNDLE_NAME, BUNDLE_KEY_ISSUER_MISMATCH, null);
108 throw new AuthLoginException(RESOURCE_BUNDLE_NAME, BUNDLE_KEY_JWK_NOT_LOADED, null);
116 throw new AuthLoginException(RESOURCE_BUNDLE_NAME, BUNDLE_KEY_NO_AUDIENCE_CLAIM,
125 throw new AuthLoginException(RESOURCE_BUNDLE_NAME, BUNDLE_KEY_AUTHORIZED_PARTY_NOT_IN_AUDIENCE,
131 throw new AuthLoginException(RESOURCE_BUNDLE_NAME, BUNDLE_KEY_VERIFICATION_FAILED, null);
134 throw new AuthLoginException(RESOURCE_BUNDLE_NAME, BUNDLE_KEY_JWS_SIGNING_EXCEPTION, null);
152 throw new AuthLoginException(RESOURCE_BUNDLE_NAME, BUNDLE_KEY_JWT_PARSE_ERROR, null);
155 throw new AuthLoginException(RESOURCE_BUNDLE_NAME, BUNDLE_KEY_JWT_PARSE_ERROR, null);
H A DOpenIdConnectConfig.java33 static final String RESOURCE_BUNDLE_NAME = "amAuthOpenIdConnect"; field in class:OpenIdConnectConfig
/forgerock/openam-v13/openam-test/src/test/java/com/sun/identity/cli/
H A DResourceBundleTest.java86 IArgument.RESOURCE_BUNDLE_NAME;
121 IArgument.RESOURCE_BUNDLE_NAME;
146 IArgument.RESOURCE_BUNDLE_NAME;
/forgerock/openam/openam-test/src/test/java/com/sun/identity/cli/
H A DResourceBundleTest.java86 IArgument.RESOURCE_BUNDLE_NAME;
121 IArgument.RESOURCE_BUNDLE_NAME;
146 IArgument.RESOURCE_BUNDLE_NAME;
/forgerock/openam-v13/openam-tools/openam-diagnostics/openam-diagnostics-base/src/main/java/com/sun/identity/diagnostic/base/core/ui/gui/table/
H A DTestsTableModel.java56 rb = ResourceBundle.getBundle(ToolConstants.RESOURCE_BUNDLE_NAME);
/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/
H A DDeleteResourceBundle.java55 IArgument.RESOURCE_BUNDLE_NAME);
H A DIArgument.java40 String RESOURCE_BUNDLE_NAME = "bundlename"; field in interface:IArgument
H A DGetResourceBundle.java57 IArgument.RESOURCE_BUNDLE_NAME);
H A DAddResourceBundle.java71 IArgument.RESOURCE_BUNDLE_NAME);
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/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/
H A DDeleteResourceBundle.java55 IArgument.RESOURCE_BUNDLE_NAME);
H A DIArgument.java40 String RESOURCE_BUNDLE_NAME = "bundlename"; field in interface:IArgument
H A DGetResourceBundle.java57 IArgument.RESOURCE_BUNDLE_NAME);
H A DAddResourceBundle.java71 IArgument.RESOURCE_BUNDLE_NAME);
/forgerock/openam-v13/openam-tools/openam-diagnostics/openam-diagnostics-base/src/main/java/com/sun/identity/diagnostic/base/core/ui/gui/
H A DGUIManager.java50 rb = ResourceBundle.getBundle(ToolConstants.RESOURCE_BUNDLE_NAME);
/forgerock/openam-v13/openam-tools/openam-diagnostics/openam-diagnostics-base/src/main/java/com/sun/identity/diagnostic/base/core/
H A DDiagnosticToolMain.java57 rbName = ToolConstants.RESOURCE_BUNDLE_NAME;

Completed in 110 milliseconds

12