gluu
公開メンバ関数 | 変数 | 全メンバ一覧
org.xdi.oxauth.session.ws.rs.CheckSessionStatusRestWebServiceImpl.CheckSessionResponse クラス
org.xdi.oxauth.session.ws.rs.CheckSessionStatusRestWebServiceImpl.CheckSessionResponse 連携図
Collaboration graph

公開メンバ関数

 CheckSessionResponse (String state, String stateExt)
 
String getState ()
 
void setState (String state)
 
String getCustomState ()
 
void setCustomState (String customState)
 
Date getAuthTime ()
 
void setAuthTime (Date authTime)
 

変数

String state
 
String customState
 
Date authTime
 

詳解

構築子と解体子

◆ CheckSessionResponse()

org.xdi.oxauth.session.ws.rs.CheckSessionStatusRestWebServiceImpl.CheckSessionResponse.CheckSessionResponse ( String  state,
String  stateExt 
)
inline
101  {
102  this.state = state;
103  this.customState = stateExt;
104  }
String state
Definition: CheckSessionStatusRestWebServiceImpl.java:93
String customState
Definition: CheckSessionStatusRestWebServiceImpl.java:96

関数詳解

◆ getAuthTime()

Date org.xdi.oxauth.session.ws.rs.CheckSessionStatusRestWebServiceImpl.CheckSessionResponse.getAuthTime ( )
inline
122  {
123  return authTime;
124  }
Date authTime
Definition: CheckSessionStatusRestWebServiceImpl.java:99

◆ getCustomState()

String org.xdi.oxauth.session.ws.rs.CheckSessionStatusRestWebServiceImpl.CheckSessionResponse.getCustomState ( )
inline
114  {
115  return customState;
116  }
String customState
Definition: CheckSessionStatusRestWebServiceImpl.java:96

◆ getState()

String org.xdi.oxauth.session.ws.rs.CheckSessionStatusRestWebServiceImpl.CheckSessionResponse.getState ( )
inline
106  {
107  return state;
108  }
String state
Definition: CheckSessionStatusRestWebServiceImpl.java:93

◆ setAuthTime()

void org.xdi.oxauth.session.ws.rs.CheckSessionStatusRestWebServiceImpl.CheckSessionResponse.setAuthTime ( Date  authTime)
inline
126  {
127  this.authTime = authTime;
128  }
Date authTime
Definition: CheckSessionStatusRestWebServiceImpl.java:99

◆ setCustomState()

void org.xdi.oxauth.session.ws.rs.CheckSessionStatusRestWebServiceImpl.CheckSessionResponse.setCustomState ( String  customState)
inline
118  {
119  this.customState = customState;
120  }
String customState
Definition: CheckSessionStatusRestWebServiceImpl.java:96

◆ setState()

void org.xdi.oxauth.session.ws.rs.CheckSessionStatusRestWebServiceImpl.CheckSessionResponse.setState ( String  state)
inline
110  {
111  this.state = state;
112  }
String state
Definition: CheckSessionStatusRestWebServiceImpl.java:93

メンバ詳解

◆ authTime

Date org.xdi.oxauth.session.ws.rs.CheckSessionStatusRestWebServiceImpl.CheckSessionResponse.authTime
package

◆ customState

String org.xdi.oxauth.session.ws.rs.CheckSessionStatusRestWebServiceImpl.CheckSessionResponse.customState
package

◆ state

String org.xdi.oxauth.session.ws.rs.CheckSessionStatusRestWebServiceImpl.CheckSessionResponse.state
package

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