Package org.gluu.oxtrust.action
Class HomeAction
- java.lang.Object
- 
- org.gluu.oxtrust.action.HomeAction
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 @Named("homeAction") @ConversationScoped @Secure("#{identity.loggedIn}") public class HomeAction extends java.lang.Object implements java.io.SerializableAction class for home page- Author:
- Yuriy Movchan Date: 08/28/2015
- See Also:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description static java.lang.StringCACHE_METRICS_ENABLED_KEY
 - 
Constructor SummaryConstructors Constructor Description HomeAction()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthenticationChartDtogetAuthenticationChartDto()java.lang.StringgetAuthenticationChartJson()GluuConfigurationgetConfiguration()GluuOxTrustStatgetServerStat()UpdateCheckergetUpdateChecker()voidinit()voidsetUpdateChecker(UpdateChecker updateChecker)
 
- 
- 
- 
Field Detail- 
CACHE_METRICS_ENABLED_KEYpublic static final java.lang.String CACHE_METRICS_ENABLED_KEY - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
initpublic void init() 
 - 
getAuthenticationChartJsonpublic java.lang.String getAuthenticationChartJson() 
 - 
getAuthenticationChartDtopublic AuthenticationChartDto getAuthenticationChartDto() 
 - 
getUpdateCheckerpublic UpdateChecker getUpdateChecker() 
 - 
setUpdateCheckerpublic void setUpdateChecker(UpdateChecker updateChecker) 
 - 
getServerStatpublic GluuOxTrustStat getServerStat() 
 - 
getConfigurationpublic GluuConfiguration getConfiguration() 
 
- 
 
-