Searched refs:getResource (Results 1 - 25 of 166) sorted by relevance

1234567

/forgerock/openam-v13/openam-schema/openam-diagnostics-schema/src/main/java/com/sun/identity/diagnostic/base/core/jaxbgen/
H A DResourceBundlesType.java44 * getResource().add(newItem);
54 java.util.List getResource(); method in interface:ResourceBundlesType
/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/arch/
H A DIModuleAccess.java47 public String getResource(int id); method in interface:IModuleAccess
59 public String getResource(int id, Locale locale); method in interface:IModuleAccess
H A DModuleAccess.java51 * @see com.sun.identity.agents.arch.IModuleAccess#getResource(int)
53 public String getResource(int id) { method in class:ModuleAccess
54 return getModule().getResource(id);
58 * @see IModuleAccess#getResource(int, java.util.Locale)
60 public String getResource(int id, Locale locale) { method in class:ModuleAccess
61 return getModule().getResource(id, locale);
H A DModule.java96 * @see com.sun.identity.agents.arch.IModuleAccess#getResource(int)
98 public String getResource(int id) { method in class:Module
99 return getResource(new Integer(id));
104 * @see IModuleAccess#getResource(int, java.util.Locale)
106 public String getResource(int id, Locale locale) { method in class:Module
107 return getResource(new Integer(id), locale);
246 private String getResource(Object id) { method in class:Module
248 logMessage("Module: getResource for id: " + id);
254 private String getResource(Object id, Locale locale) { method in class:Module
256 logMessage("getResource
[all...]
H A DLocalizedMessage.java53 ModuleList.getRegisteredModule(getModuleCode()).getResource(
71 ModuleList.getRegisteredModule(getModuleCode()).getResource(
/forgerock/openam-v13/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/common/jaxb/protocol/
H A DAttributeQueryType.java42 java.lang.String getResource(); method in interface:AttributeQueryType
H A DAuthorizationDecisionQueryType.java43 java.lang.String getResource(); method in interface:AuthorizationDecisionQueryType
/forgerock/openidm-v4/openidm-maintenance/src/test/java/org/forgerock/openidm/maintenance/upgrade/
H A DChecksumFileTest.java49 new ChecksumFile(Paths.get(getClass().getResource("/missingheader.csv").toURI()));
54 new ChecksumFile(Paths.get(getClass().getResource("/badformat.csv").toURI()));
59 new ChecksumFile(Paths.get(getClass().getResource("/unknownalgorithm.csv").toURI()));
64 Set<Path> files = new ChecksumFile(Paths.get(getClass().getResource("/checksums.csv").toURI())).getFilePaths();
H A DFileStateCheckerTest.java74 Files.copy(Paths.get(getClass().getResource("/checksums.csv").toURI()), tempFile,
86 Files.copy(Paths.get(getClass().getResource("/checksums2.csv").toURI()), tempFile,
98 Files.copy(Paths.get(getClass().getResource("/checksums2.csv").toURI()), tempFile,
110 Files.copy(Paths.get(getClass().getResource("/checksums2.csv").toURI()), tempFile,
124 Path path = Paths.get(getClass().getResource("/checksums.csv").toURI());
134 new ChecksumFile(Paths.get(getClass().getResource("/checksums.csv").toURI())));
141 new ChecksumFile(Paths.get(getClass().getResource("/checksums.csv").toURI())));
/forgerock/openam/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/common/jaxb/protocol/
H A DAttributeQueryType.java42 java.lang.String getResource(); method in interface:AttributeQueryType
H A DAuthorizationDecisionQueryType.java43 java.lang.String getResource(); method in interface:AuthorizationDecisionQueryType
/forgerock/openidm-v4/openidm-util/src/test/java/org/forgerock/openidm/util/
H A DFileUtilTest.java50 if (null == FileUtilTest.class.getResource("/text1k.txt") ||
51 null == FileUtilTest.class.getResource("/text8k.txt") ||
52 null == FileUtilTest.class.getResource("/text96k.txt") ||
53 null == FileUtilTest.class.getResource("/text1m.txt") ||
54 null == FileUtilTest.class.getResource("/text10m.txt")) {
64 URL testFile = FileUtilTest.class.getResource("/text1k.txt");
74 testFile = FileUtilTest.class.getResource("/text8k.txt");
83 testFile = FileUtilTest.class.getResource("/text96k.txt");
92 testFile = FileUtilTest.class.getResource("/text1m.txt");
101 testFile = FileUtilTest.class.getResource("/text10
[all...]
/forgerock/openam-v13/openam-tools/openam-diagnostics/openam-diagnostics-base/src/main/java/com/sun/identity/diagnostic/base/core/ui/gui/list/
H A DCheckBoxListEntry.java58 selectedIcon = new ImageIcon(getClass().getResource(
66 notSelectedIcon = new ImageIcon(getClass().getResource(
H A DImageListEntry.java51 icon = new ImageIcon(getClass().getResource(imagePath));
/forgerock/openam-v13/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/rest/model/json/
H A DTreePolicyRequest.java47 public String getResource() { method in class:TreePolicyRequest
68 resource = getResource(jsonValue);
71 private String getResource(final JsonValue value) throws EntitlementException { method in class:TreePolicyRequest.TreePolicyRequestBuilder
/forgerock/openam/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/rest/model/json/
H A DTreePolicyRequest.java47 public String getResource() { method in class:TreePolicyRequest
68 resource = getResource(jsonValue);
71 private String getResource(final JsonValue value) throws EntitlementException { method in class:TreePolicyRequest.TreePolicyRequestBuilder
/forgerock/openam-v13/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/assertion/
H A DAuthzDecisionStatementType.java44 java.lang.String getResource(); method in interface:AuthzDecisionStatementType
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/
H A DAuthzDecisionStatement.java108 public String getResource(); method in interface:AuthzDecisionStatement
115 * @see #getResource()
/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/shared/configuration/
H A DConfigurationFileLocator.java49 String path = servletCtx.getResource("/").getPath();
/forgerock/openam/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/assertion/
H A DAuthzDecisionStatementType.java44 java.lang.String getResource(); method in interface:AuthzDecisionStatementType
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/shared/configuration/
H A DConfigurationFileLocator.java49 String path = servletCtx.getResource("/").getPath();
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/
H A DAuthzDecisionStatement.java108 public String getResource(); method in interface:AuthzDecisionStatement
115 * @see #getResource()
/forgerock/openam-v13/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/common/jaxb/assertion/
H A DAuthorizationDecisionStatementType.java44 java.lang.String getResource(); method in interface:AuthorizationDecisionStatementType
/forgerock/openam-v13/openam-shared/src/test/java/org/forgerock/openam/utils/file/
H A DZipUtilsTest.java38 testFolder = new File(ZipUtilsTest.class.getResource(testFolder).toURI().getPath()).getAbsolutePath();
/forgerock/openam-v13/openam-tools/openam-diagnostics/openam-diagnostics-base/src/main/java/com/sun/identity/diagnostic/base/core/ui/gui/panels/
H A DLogoJPanel.java44 jLabel2.setIcon(new javax.swing.ImageIcon(getClass().getResource(

Completed in 133 milliseconds

1234567