gluu
公開メンバ関数 | 非公開変数類 | 全メンバ一覧
org.gluu.credmanager.plugins.authnmethod.conf.U2FConfig クラス
org.gluu.credmanager.plugins.authnmethod.conf.U2FConfig 連携図
Collaboration graph

公開メンバ関数

String getAppId ()
 
void setAppId (String appId)
 
String getEndpointUrl ()
 
void setEndpointUrl (String endpointUrl)
 

非公開変数類

String appId
 
String endpointUrl
 

詳解

著者
jgomer

関数詳解

◆ getAppId()

String org.gluu.credmanager.plugins.authnmethod.conf.U2FConfig.getAppId ( )
inline
17  {
18  return appId;
19  }
String appId
Definition: U2FConfig.java:13

◆ getEndpointUrl()

String org.gluu.credmanager.plugins.authnmethod.conf.U2FConfig.getEndpointUrl ( )
inline
25  {
26  return endpointUrl;
27  }
String endpointUrl
Definition: U2FConfig.java:15

◆ setAppId()

void org.gluu.credmanager.plugins.authnmethod.conf.U2FConfig.setAppId ( String  appId)
inline
21  {
22  this.appId = appId;
23  }
String appId
Definition: U2FConfig.java:13

◆ setEndpointUrl()

void org.gluu.credmanager.plugins.authnmethod.conf.U2FConfig.setEndpointUrl ( String  endpointUrl)
inline
29  {
30  this.endpointUrl = endpointUrl;
31  }
String endpointUrl
Definition: U2FConfig.java:15

メンバ詳解

◆ appId

String org.gluu.credmanager.plugins.authnmethod.conf.U2FConfig.appId
private

◆ endpointUrl

String org.gluu.credmanager.plugins.authnmethod.conf.U2FConfig.endpointUrl
private

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