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

公開メンバ関数

 AuthenticationMode ()
 
 AuthenticationMode (String name)
 
String getName ()
 
void setName (String name)
 

非公開変数類

String name
 

静的非公開変数類

static final long serialVersionUID = -3187893527945584013L
 

詳解

著者
Yuriy Movchan Date: 03/17/2017

構築子と解体子

◆ AuthenticationMode() [1/2]

org.xdi.oxauth.model.auth.AuthenticationMode.AuthenticationMode ( )
inline
18 {}

◆ AuthenticationMode() [2/2]

org.xdi.oxauth.model.auth.AuthenticationMode.AuthenticationMode ( String  name)
inline
20  {
21  this.name = name;
22  }
String name
Definition: AuthenticationMode.java:16

関数詳解

◆ getName()

String org.xdi.oxauth.model.auth.AuthenticationMode.getName ( )
inline
24  {
25  return name;
26  }
String name
Definition: AuthenticationMode.java:16

◆ setName()

void org.xdi.oxauth.model.auth.AuthenticationMode.setName ( String  name)
inline
28  {
29  this.name = name;
30  }
String name
Definition: AuthenticationMode.java:16

メンバ詳解

◆ name

String org.xdi.oxauth.model.auth.AuthenticationMode.name
private

◆ serialVersionUID

final long org.xdi.oxauth.model.auth.AuthenticationMode.serialVersionUID = -3187893527945584013L
staticprivate

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