gluu
公開メンバ関数 | 非公開メンバ関数 | 非公開変数類 | 静的非公開変数類 | 全メンバ一覧
org.gluu.oxtrust.action.HomeAction クラス
org.gluu.oxtrust.action.HomeAction の継承関係図
Inheritance graph
org.gluu.oxtrust.action.HomeAction 連携図
Collaboration graph

公開メンバ関数

void init ()
 
String getAuthenticationChartJson ()
 
AuthenticationChartDto getAuthenticationChartDto ()
 

非公開メンバ関数

boolean generateAuthenticationChart ()
 

非公開変数類

Logger log
 
MetricService metricService
 
JsonService jsonService
 
PermissionService permissionService
 
AuthenticationChartDto authenticationChartDto
 
String authenticationChartJson
 

静的非公開変数類

static final long serialVersionUID = 5130372165991117114L
 

詳解

Action class for home page

著者
Yuriy Movchan Date: 08/28/2015

関数詳解

◆ generateAuthenticationChart()

boolean org.gluu.oxtrust.action.HomeAction.generateAuthenticationChart ( )
inlineprivate
57  {
59  try {
62  } catch (Exception ex) {
63  log.error("Failed to prepare authentication chart", ex);
64  return false;
65  }
66  }
67  return true;
68  }
AuthenticationChartDto authenticationChartDto
Definition: HomeAction.java:46
Logger log
Definition: HomeAction.java:35
boolean isMetricReporterEnabled()
Definition: MetricService.java:210
String authenticationChartJson
Definition: HomeAction.java:48
AuthenticationChartDto genereateAuthenticationChartDto(int countDays)
Definition: MetricService.java:93
JsonService jsonService
Definition: HomeAction.java:41
MetricService metricService
Definition: HomeAction.java:38

◆ getAuthenticationChartDto()

AuthenticationChartDto org.gluu.oxtrust.action.HomeAction.getAuthenticationChartDto ( )
inline
74  {
76  }
AuthenticationChartDto authenticationChartDto
Definition: HomeAction.java:46

◆ getAuthenticationChartJson()

String org.gluu.oxtrust.action.HomeAction.getAuthenticationChartJson ( )
inline
70  {
72  }
String authenticationChartJson
Definition: HomeAction.java:48

◆ init()

void org.gluu.oxtrust.action.HomeAction.init ( )
inline
50  {
51  boolean hasConfigurationAccess = permissionService.hasPermission("configuration", "access");
52  if (hasConfigurationAccess) {
54  }
55  }
boolean hasPermission(Object target, String action)
Definition: PermissionService.java:65
PermissionService permissionService
Definition: HomeAction.java:44
boolean generateAuthenticationChart()
Definition: HomeAction.java:57

メンバ詳解

◆ authenticationChartDto

AuthenticationChartDto org.gluu.oxtrust.action.HomeAction.authenticationChartDto
private

◆ authenticationChartJson

String org.gluu.oxtrust.action.HomeAction.authenticationChartJson
private

◆ jsonService

JsonService org.gluu.oxtrust.action.HomeAction.jsonService
private

◆ log

Logger org.gluu.oxtrust.action.HomeAction.log
private

◆ metricService

MetricService org.gluu.oxtrust.action.HomeAction.metricService
private

◆ permissionService

PermissionService org.gluu.oxtrust.action.HomeAction.permissionService
private

◆ serialVersionUID

final long org.gluu.oxtrust.action.HomeAction.serialVersionUID = 5130372165991117114L
staticprivate

このクラス詳解は次のファイルから抽出されました: