Searched defs:isGlobalService (Results 1 - 12 of 12) sorted by relevance

/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/audit/
H A DGlobalEventHandlerEditViewBean.java47 boolean isGlobalService() { method in class:GlobalEventHandlerEditViewBean
H A DRealmEventHandlerEditViewBean.java47 boolean isGlobalService() { method in class:RealmEventHandlerEditViewBean
H A DGlobalAuditConfigViewBean.java59 boolean isGlobalService() { method in class:GlobalAuditConfigViewBean
H A DRealmAuditConfigViewBean.java61 boolean isGlobalService() { method in class:RealmAuditConfigViewBean
H A DAbstractEventHandlerEditViewBean.java119 String realm = isGlobalService() ? "/" : (String) getPageSessionAttribute(CURRENT_REALM);
131 abstract boolean isGlobalService(); method in class:AbstractEventHandlerEditViewBean
H A DAbstractAuditViewBean.java133 String realm = isGlobalService() ? "/" : (String) getPageSessionAttribute(CURRENT_REALM);
140 abstract boolean isGlobalService(); method in class:AbstractAuditViewBean
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/audit/
H A DGlobalEventHandlerEditViewBean.java47 boolean isGlobalService() { method in class:GlobalEventHandlerEditViewBean
H A DRealmEventHandlerEditViewBean.java47 boolean isGlobalService() { method in class:RealmEventHandlerEditViewBean
H A DGlobalAuditConfigViewBean.java59 boolean isGlobalService() { method in class:GlobalAuditConfigViewBean
H A DRealmAuditConfigViewBean.java61 boolean isGlobalService() { method in class:RealmAuditConfigViewBean
H A DAbstractEventHandlerEditViewBean.java120 String realm = isGlobalService() ? "/" : (String) getPageSessionAttribute(CURRENT_REALM);
132 abstract boolean isGlobalService(); method in class:AbstractEventHandlerEditViewBean
H A DAbstractAuditViewBean.java132 String realm = isGlobalService() ? "/" : (String) getPageSessionAttribute(CURRENT_REALM);
139 abstract boolean isGlobalService(); method in class:AbstractAuditViewBean

Completed in 49 milliseconds