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.Serializable
Action 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.String
CACHE_METRICS_ENABLED_KEY
-
Constructor Summary
Constructors Constructor Description HomeAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthenticationChartDto
getAuthenticationChartDto()
java.lang.String
getAuthenticationChartJson()
GluuConfiguration
getConfiguration()
GluuOxTrustStat
getServerStat()
UpdateChecker
getUpdateChecker()
void
init()
void
setUpdateChecker(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()
-
-