Searched refs:getPropertiesViewBeanURL (Results 1 - 25 of 36) sorted by relevance

12

/forgerock/openam/openam-core-rest/src/test/java/org/forgerock/openam/core/rest/sms/
H A DSmsConsoleServiceNameFilterTest.java99 given(mockServiceSchemaManager.getPropertiesViewBeanURL()).willReturn(null);
118 given(mockServiceSchemaManager.getPropertiesViewBeanURL()).willReturn(null);
134 given(mockServiceSchemaManager.getPropertiesViewBeanURL()).willReturn(null);
156 given(mockServiceSchemaManager.getPropertiesViewBeanURL()).willReturn("");
180 given(mockServiceSchemaManager.getPropertiesViewBeanURL()).willReturn("");
199 given(mockServiceSchemaManager.getPropertiesViewBeanURL()).willReturn("");
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DPluginSchema.java146 public String getPropertiesViewBeanURL() { method in class:PluginSchema
148 return (psi.getPropertiesViewBeanURL());
165 // FIXME the call to psi.getPropertiesViewBeanURL() needs to be removed
167 psi.getPropertiesViewBeanURL();
H A DServiceSchemaManager.java304 public String getPropertiesViewBeanURL() { method in class:ServiceSchemaManager
306 return (ssm.getPropertiesViewBeanURL());
325 String tmpS = ssm.getPropertiesViewBeanURL();
H A DAttributeSchema.java688 public String getPropertiesViewBeanURL() { method in class:AttributeSchema
689 return (as.getPropertiesViewBeanURL());
H A DServiceSchema.java204 public String getPropertiesViewBeanURL() { method in class:ServiceSchema
205 return (ssm.getPropertiesViewBeanURL());
H A DServiceSchemaManagerImpl.java237 String getPropertiesViewBeanURL() { method in class:ServiceSchemaManagerImpl
314 sb.append("\nProperty View Bean: ").append(getPropertiesViewBeanURL());
H A DPluginSchemaImpl.java145 String getPropertiesViewBeanURL() { method in class:PluginSchemaImpl
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DPluginSchema.java146 public String getPropertiesViewBeanURL() { method in class:PluginSchema
148 return (psi.getPropertiesViewBeanURL());
165 // FIXME the call to psi.getPropertiesViewBeanURL() needs to be removed
167 psi.getPropertiesViewBeanURL();
H A DServiceSchemaManager.java302 public String getPropertiesViewBeanURL() { method in class:ServiceSchemaManager
304 return (ssm.getPropertiesViewBeanURL());
323 String tmpS = ssm.getPropertiesViewBeanURL();
H A DAttributeSchema.java722 public String getPropertiesViewBeanURL() { method in class:AttributeSchema
723 return (as.getPropertiesViewBeanURL());
H A DServiceSchema.java206 public String getPropertiesViewBeanURL() { method in class:ServiceSchema
207 return (ssm.getPropertiesViewBeanURL());
H A DServiceSchemaManagerImpl.java239 String getPropertiesViewBeanURL() { method in class:ServiceSchemaManagerImpl
316 sb.append("\nProperty View Bean: ").append(getPropertiesViewBeanURL());
H A DPluginSchemaImpl.java144 String getPropertiesViewBeanURL() { method in class:PluginSchemaImpl
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/service/model/
H A DSCUtils.java103 displayURL = schema.getPropertiesViewBeanURL();
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/service/model/
H A DSCUtils.java103 displayURL = schema.getPropertiesViewBeanURL();
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMAttributeSchema.java434 public String getPropertiesViewBeanURL() { method in class:AMAttributeSchema
435 return attrSchema.getPropertiesViewBeanURL();
H A DAMStoreConnection.java809 public String getPropertiesViewBeanURL(String serviceName) method in class:AMStoreConnection
815 return scm.getPropertiesViewBeanURL();
817 AMCommonUtils.debug.error("AMStoreConnection.getPropertiesViewBeanURL(): ", so);
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMAttributeSchema.java434 public String getPropertiesViewBeanURL() { method in class:AMAttributeSchema
435 return attrSchema.getPropertiesViewBeanURL();
/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/idrepo/
H A DGetAssignableServices.java139 String url = mgr.getPropertiesViewBeanURL();
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/base/model/
H A DAMServiceProfileModelImpl.java308 url = as.getPropertiesViewBeanURL();
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/idrepo/
H A DGetAssignableServices.java139 String url = mgr.getPropertiesViewBeanURL();
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/base/model/
H A DAMServiceProfileModelImpl.java308 url = as.getPropertiesViewBeanURL();
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/sms/
H A DSmsConsoleServiceNameFilter.java107 if (serviceSchemaManager.getPropertiesViewBeanURL() == null) {
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/property/
H A DPropertyXMLBuilderBase.java503 "=" + as.getPropertiesViewBeanURL(),
724 as.getPropertiesViewBeanURL(), model.getLocalizedString("button.create")))
728 as.getPropertiesViewBeanURL(), model.getLocalizedString("button.edit")))
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/property/
H A DPropertyXMLBuilderBase.java503 "=" + as.getPropertiesViewBeanURL(),
724 as.getPropertiesViewBeanURL(), model.getLocalizedString("button.create")))
728 as.getPropertiesViewBeanURL(), model.getLocalizedString("button.edit")))

Completed in 214 milliseconds

12