Searched refs:SEC_AUTH (Results 1 - 6 of 6) sorted by relevance

/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/service/
H A DSCConfigAuthViewBean.java45 private static final String SEC_AUTH = SCConfigModel.SEC_AUTH; field in class:SCConfigAuthViewBean
67 List svcNames = model.getServiceNames(SEC_AUTH);
68 populateTableModel(tblModelAuth, svcNames, SEC_AUTH);
75 String name = (String)getDisplayFieldValue(TBL_HREF_PREFIX + SEC_AUTH);
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/service/model/
H A DSCConfigModel.java43 String SEC_AUTH = "Authentication"; field in interface:SCConfigModel
49 * @param sectionName Section Name must be one of <code>SEC_AUTH</code>,
H A DSCConfigModelImpl.java65 SEC_AUTH, SEC_CONSOLE, SEC_GLOBAL, SEC_SYSTEM
142 sectionName = SEC_AUTH;
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/service/model/
H A DSCConfigModel.java43 String SEC_AUTH = "Authentication"; field in interface:SCConfigModel
49 * @param sectionName Section Name must be one of <code>SEC_AUTH</code>,
H A DSCConfigModelImpl.java65 SEC_AUTH, SEC_CONSOLE, SEC_GLOBAL, SEC_SYSTEM
142 sectionName = SEC_AUTH;
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/service/
H A DSCConfigAuthViewBean.java54 private static final String SEC_AUTH = SCConfigModel.SEC_AUTH; field in class:SCConfigAuthViewBean
88 List svcNames = model.getServiceNames(SEC_AUTH);
89 populateTableModel(tblModelAuth, svcNames, SEC_AUTH);
96 String name = (String)getDisplayFieldValue(TBL_HREF_PREFIX + SEC_AUTH);

Completed in 252 milliseconds