Searched defs:viewBeanClassName (Results 1 - 10 of 10) sorted by relevance

/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/base/
H A DPageTrail.java60 * @param viewBeanClassName Class Name of View Bean.
66 String viewBeanClassName,
69 add(displayName, viewBeanClassName, pageSessionAttributeValues);
76 * @param viewBeanClassName Class Name of View Bean.
82 String viewBeanClassName,
86 add(displayName, viewBeanClassName, pageSessionAttributeValues);
93 * @param viewBeanClassName Class Name of View Bean.
99 String viewBeanClassName,
104 displayName, viewBeanClassName, pageSessionAttributeValues));
111 * @param viewBeanClassName Clas
64 PageTrail( String displayName, String viewBeanClassName, Map pageSessionAttributeValues ) argument
80 set( String displayName, String viewBeanClassName, Map pageSessionAttributeValues ) argument
97 swap( String displayName, String viewBeanClassName, Map pageSessionAttributeValues ) argument
115 add( String displayName, String viewBeanClassName, Map pageSessionAttributeValues ) argument
195 private String viewBeanClassName; field in class:PageTrail.Marker
201 Marker( String displayName, String viewBeanClassName, Map pageSessionAttributeValues ) argument
[all...]
H A DAMPrimaryMastHeadViewBean.java460 protected void setPageTrail(String displayName, String viewBeanClassName) { argument
462 trail.set(displayName, viewBeanClassName, getPageSessionAttributes());
465 protected void addPageTrail(String displayName, String viewBeanClassName) { argument
467 trail.add(displayName, viewBeanClassName, getPageSessionAttributes());
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/realm/model/
H A DIDRepoModel.java75 * @param viewBeanClassName Class Name of View Bean.
82 String viewBeanClassName,
80 getPropertyXMLString( String realmName, String viewBeanClassName, String type, boolean bCreate ) argument
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/base/
H A DPageTrail.java60 * @param viewBeanClassName Class Name of View Bean.
66 String viewBeanClassName,
69 add(displayName, viewBeanClassName, pageSessionAttributeValues);
76 * @param viewBeanClassName Class Name of View Bean.
82 String viewBeanClassName,
86 add(displayName, viewBeanClassName, pageSessionAttributeValues);
93 * @param viewBeanClassName Class Name of View Bean.
99 String viewBeanClassName,
104 displayName, viewBeanClassName, pageSessionAttributeValues));
111 * @param viewBeanClassName Clas
64 PageTrail( String displayName, String viewBeanClassName, Map pageSessionAttributeValues ) argument
80 set( String displayName, String viewBeanClassName, Map pageSessionAttributeValues ) argument
97 swap( String displayName, String viewBeanClassName, Map pageSessionAttributeValues ) argument
115 add( String displayName, String viewBeanClassName, Map pageSessionAttributeValues ) argument
195 private String viewBeanClassName; field in class:PageTrail.Marker
201 Marker( String displayName, String viewBeanClassName, Map pageSessionAttributeValues ) argument
[all...]
H A DAMPrimaryMastHeadViewBean.java457 protected void setPageTrail(String displayName, String viewBeanClassName) { argument
459 trail.set(displayName, viewBeanClassName, getPageSessionAttributes());
462 protected void addPageTrail(String displayName, String viewBeanClassName) { argument
464 trail.add(displayName, viewBeanClassName, getPageSessionAttributes());
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/realm/model/
H A DIDRepoModel.java75 * @param viewBeanClassName Class Name of View Bean.
82 String viewBeanClassName,
80 getPropertyXMLString( String realmName, String viewBeanClassName, String type, boolean bCreate ) argument
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/delegation/model/
H A DDelegationConfig.java262 public boolean isUncontrolledViewBean(String viewBeanClassName) { argument
263 return ignore.contains(viewBeanClassName);
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/delegation/model/
H A DDelegationConfig.java262 public boolean isUncontrolledViewBean(String viewBeanClassName) { argument
263 return ignore.contains(viewBeanClassName);
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/audit/model/
H A DAbstractAuditModel.java109 public String getPropertySheetXML(String realmName, String viewBeanName, String viewBeanClassName) throws argument
113 boolean readOnly = !dc.hasPermission(realmName, serviceName, PERMISSION_MODIFY, this, viewBeanClassName);
130 * @param viewBeanClassName The view bean class name.
134 public String getEditEventHandlerPropertyXML(String realmName, String handlerName, String viewBeanClassName) argument
138 boolean readOnly = !dc.hasPermission(realmName, serviceName, PERMISSION_MODIFY, this, viewBeanClassName);
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/audit/model/
H A DAbstractAuditModel.java109 public String getPropertySheetXML(String realmName, String viewBeanName, String viewBeanClassName) throws argument
113 boolean readOnly = !dc.hasPermission(realmName, serviceName, PERMISSION_MODIFY, this, viewBeanClassName);
130 * @param viewBeanClassName The view bean class name.
134 public String getEditEventHandlerPropertyXML(String realmName, String handlerName, String viewBeanClassName) argument
138 boolean readOnly = !dc.hasPermission(realmName, serviceName, PERMISSION_MODIFY, this, viewBeanClassName);

Completed in 57 milliseconds