gluu
公開メンバ関数 | 非公開変数類 | 全メンバ一覧
org.gluu.oxtrust.model.passport.PassportStrategy クラス
org.gluu.oxtrust.model.passport.PassportStrategy 連携図
Collaboration graph

公開メンバ関数

String getClientID ()
 
void setClientID (String clientID)
 
String getClientSecret ()
 
void setClientSecret (String clientSecret)
 

非公開変数類

String clientID
 
String clientSecret
 

詳解

著者
Shekhar L.
バージョン
07/17/2016

関数詳解

◆ getClientID()

String org.gluu.oxtrust.model.passport.PassportStrategy.getClientID ( )
inline
12  {
13  return clientID;
14  }
String clientID
Definition: PassportStrategy.java:9

◆ getClientSecret()

String org.gluu.oxtrust.model.passport.PassportStrategy.getClientSecret ( )
inline
20  {
21  return clientSecret;
22  }
String clientSecret
Definition: PassportStrategy.java:10

◆ setClientID()

void org.gluu.oxtrust.model.passport.PassportStrategy.setClientID ( String  clientID)
inline
16  {
17  this.clientID = clientID;
18  }
String clientID
Definition: PassportStrategy.java:9

◆ setClientSecret()

void org.gluu.oxtrust.model.passport.PassportStrategy.setClientSecret ( String  clientSecret)
inline
24  {
26  }
String clientSecret
Definition: PassportStrategy.java:10

メンバ詳解

◆ clientID

String org.gluu.oxtrust.model.passport.PassportStrategy.clientID
private

◆ clientSecret

String org.gluu.oxtrust.model.passport.PassportStrategy.clientSecret
private

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