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

公開メンバ関数

String start ()
 
List< GluuSAMLFederationProposalgetFederations ()
 

限定公開変数類

AttributeService attributeService
 

非公開変数類

FederationService federationService
 
Logger log
 
List< GluuSAMLFederationProposalfederations
 

静的非公開変数類

static final long serialVersionUID = -1477997697645117954L
 

詳解

関数詳解

◆ getFederations()

List<GluuSAMLFederationProposal> org.gluu.oxtrust.action.FederationInventoryAction.getFederations ( )
inline
52  {
53  return federations;
54  }
List< GluuSAMLFederationProposal > federations
Definition: FederationInventoryAction.java:39

◆ start()

String org.gluu.oxtrust.action.FederationInventoryAction.start ( )
inline
41  {
42  try {
44  } catch (Exception ex) {
45  log.error("Failed to find federations", ex);
46  return OxTrustConstants.RESULT_FAILURE;
47  }
48 
49  return OxTrustConstants.RESULT_SUCCESS;
50  }
List< GluuSAMLFederationProposal > federations
Definition: FederationInventoryAction.java:39
List< GluuSAMLFederationProposal > getAllFederations()
Definition: FederationService.java:201
Logger log
Definition: FederationInventoryAction.java:37
FederationService federationService
Definition: FederationInventoryAction.java:34

メンバ詳解

◆ attributeService

AttributeService org.gluu.oxtrust.action.FederationInventoryAction.attributeService
protected

◆ federations

List<GluuSAMLFederationProposal> org.gluu.oxtrust.action.FederationInventoryAction.federations
private

◆ federationService

FederationService org.gluu.oxtrust.action.FederationInventoryAction.federationService
private

◆ log

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

◆ serialVersionUID

final long org.gluu.oxtrust.action.FederationInventoryAction.serialVersionUID = -1477997697645117954L
staticprivate

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