Searched refs:viewBeanURL (Results 1 - 18 of 18) sorted by relevance

/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/policy/
H A DSelectConditionTypeViewBean.java91 String viewBeanURL = model.getConditionViewBeanURL(
94 if ((viewBeanURL != null) && (viewBeanURL.trim().length() > 0)) {
95 forwardToURL(viewBeanURL, conditionType, realmName);
H A DSelectReferralTypeViewBean.java90 String viewBeanURL = model.getReferralViewBeanURL(
94 if ((viewBeanURL != null) && (viewBeanURL.trim().length() > 0)) {
95 forwardToURL(viewBeanURL, referralType, realmName);
H A DSelectResponseProviderTypeViewBean.java95 String viewBeanURL = model.getResponseProviderViewBeanURL(
99 if ((viewBeanURL != null) && (viewBeanURL.trim().length() > 0)) {
100 forwardToURL(viewBeanURL, providerType, realmName);
H A DSelectSubjectTypeViewBean.java101 String viewBeanURL = model.getSubjectViewBeanURL(
105 if ((viewBeanURL != null) && (viewBeanURL.trim().length() > 0)) {
106 forwardToURL(viewBeanURL, subjectType, realmName);
H A DPolicyOpViewBeanBase.java762 String viewBeanURL = model.getReferralViewBeanURL(
769 if ((viewBeanURL != null) &&
770 (viewBeanURL.trim().length() > 0)
772 forwardToReferralURL(viewBeanURL, "", referralType,
883 String viewBeanURL = model.getReferralViewBeanURL(
887 if ((viewBeanURL != null) && (viewBeanURL.trim().length() > 0)){
888 forwardToReferralURL(viewBeanURL, name, referralType,
940 String viewBeanURL = model.getSubjectViewBeanURL(
947 if ((viewBeanURL !
[all...]
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/policy/
H A DSelectConditionTypeViewBean.java91 String viewBeanURL = model.getConditionViewBeanURL(
94 if ((viewBeanURL != null) && (viewBeanURL.trim().length() > 0)) {
95 forwardToURL(viewBeanURL, conditionType, realmName);
H A DSelectReferralTypeViewBean.java90 String viewBeanURL = model.getReferralViewBeanURL(
94 if ((viewBeanURL != null) && (viewBeanURL.trim().length() > 0)) {
95 forwardToURL(viewBeanURL, referralType, realmName);
H A DSelectResponseProviderTypeViewBean.java95 String viewBeanURL = model.getResponseProviderViewBeanURL(
99 if ((viewBeanURL != null) && (viewBeanURL.trim().length() > 0)) {
100 forwardToURL(viewBeanURL, providerType, realmName);
H A DSelectSubjectTypeViewBean.java101 String viewBeanURL = model.getSubjectViewBeanURL(
105 if ((viewBeanURL != null) && (viewBeanURL.trim().length() > 0)) {
106 forwardToURL(viewBeanURL, subjectType, realmName);
H A DPolicyOpViewBeanBase.java762 String viewBeanURL = model.getReferralViewBeanURL(
769 if ((viewBeanURL != null) &&
770 (viewBeanURL.trim().length() > 0)
772 forwardToReferralURL(viewBeanURL, "", referralType,
883 String viewBeanURL = model.getReferralViewBeanURL(
887 if ((viewBeanURL != null) && (viewBeanURL.trim().length() > 0)){
888 forwardToReferralURL(viewBeanURL, name, referralType,
940 String viewBeanURL = model.getSubjectViewBeanURL(
947 if ((viewBeanURL !
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DPluginSchemaImpl.java63 protected String viewBeanURL; field in class:PluginSchemaImpl
146 return (viewBeanURL);
211 viewBeanURL = XMLUtils.getNodeAttributeValue(pluginNode,
H A DServiceSchemaManagerImpl.java77 private String viewBeanURL; field in class:ServiceSchemaManagerImpl
238 return (viewBeanURL);
243 viewBeanURL = newhierarchy;
498 viewBeanURL = XMLUtils.getNodeAttributeValue(schemaRoot,
H A DPluginSchema.java181 // Set the psi.viewBeanURL after updating the XML document,
185 psi.viewBeanURL = url;
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DPluginSchemaImpl.java62 protected String viewBeanURL; field in class:PluginSchemaImpl
145 return (viewBeanURL);
210 viewBeanURL = XMLUtils.getNodeAttributeValue(pluginNode,
H A DServiceSchemaManagerImpl.java79 private String viewBeanURL; field in class:ServiceSchemaManagerImpl
240 return (viewBeanURL);
245 viewBeanURL = newhierarchy;
500 viewBeanURL = XMLUtils.getNodeAttributeValue(schemaRoot,
H A DPluginSchema.java181 // Set the psi.viewBeanURL after updating the XML document,
185 psi.viewBeanURL = url;
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/
H A DPolicyManager.java1221 String viewBeanURL = null;
1230 viewBeanURL = ps.getPropertiesViewBeanURL();
1235 return viewBeanURL;
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/
H A DPolicyManager.java1234 String viewBeanURL = null;
1243 viewBeanURL = ps.getPropertiesViewBeanURL();
1248 return viewBeanURL;

Completed in 58 milliseconds