gluu
クラス | 公開メンバ関数 | 非公開メンバ関数 | 非公開変数類 | 全メンバ一覧
org.gluu.credmanager.core.AuthFlowContext クラス
org.gluu.credmanager.core.AuthFlowContext の継承関係図
Inheritance graph
org.gluu.credmanager.core.AuthFlowContext 連携図
Collaboration graph

クラス

enum  RedirectStage
 

公開メンバ関数

RedirectStage getStage ()
 
String getIdToken ()
 
void setStage (RedirectStage stage)
 
void setIdToken (String idToken)
 

非公開メンバ関数

void init ()
 

非公開変数類

RedirectStage stage
 
String idToken
 

詳解

著者
jgomer

クラス詳解

◆ org::gluu::credmanager::core::AuthFlowContext::RedirectStage

enum org::gluu::credmanager::core::AuthFlowContext::RedirectStage
org.gluu.credmanager.core.AuthFlowContext.RedirectStage 連携図
Collaboration graph
列挙値
BYPASS
INITIAL
NONE

関数詳解

◆ getIdToken()

String org.gluu.credmanager.core.AuthFlowContext.getIdToken ( )
inline
31  {
32  return idToken;
33  }
String idToken
Definition: AuthFlowContext.java:25

◆ getStage()

RedirectStage org.gluu.credmanager.core.AuthFlowContext.getStage ( )
inline
27  {
28  return stage;
29  }
RedirectStage stage
Definition: AuthFlowContext.java:21

◆ init()

void org.gluu.credmanager.core.AuthFlowContext.init ( )
inlineprivate
44  {
45  stage = RedirectStage.NONE;
46  }
RedirectStage stage
Definition: AuthFlowContext.java:21

◆ setIdToken()

void org.gluu.credmanager.core.AuthFlowContext.setIdToken ( String  idToken)
inline
39  {
40  this.idToken = idToken;
41  }
String idToken
Definition: AuthFlowContext.java:25

◆ setStage()

void org.gluu.credmanager.core.AuthFlowContext.setStage ( RedirectStage  stage)
inline
35  {
36  this.stage = stage;
37  }
RedirectStage stage
Definition: AuthFlowContext.java:21

メンバ詳解

◆ idToken

String org.gluu.credmanager.core.AuthFlowContext.idToken
private

◆ stage

RedirectStage org.gluu.credmanager.core.AuthFlowContext.stage
private

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