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 Summary
Fields Modifier and Type Field Description static java.lang.StringCACHE_METRICS_ENABLED_KEY
-
Constructor Summary
Constructors Constructor Description HomeAction()
-
Method Summary
All 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_KEY
public static final java.lang.String CACHE_METRICS_ENABLED_KEY
- See Also:
- Constant Field Values
-
-
Method Detail
-
init
public void init()
-
getAuthenticationChartJson
public java.lang.String getAuthenticationChartJson()
-
getAuthenticationChartDto
public AuthenticationChartDto getAuthenticationChartDto()
-
getUpdateChecker
public UpdateChecker getUpdateChecker()
-
setUpdateChecker
public void setUpdateChecker(UpdateChecker updateChecker)
-
getServerStat
public GluuOxTrustStat getServerStat()
-
getConfiguration
public GluuConfiguration getConfiguration()
-
-