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

公開メンバ関数

int getKeyLength ()
 
void setKeyLength (int keyLength)
 
int getDigits ()
 
void setDigits (int digits)
 

非公開変数類

int keyLength
 
int digits
 

詳解

Created by jgomer on 2018-06-28.

関数詳解

◆ getDigits()

int org.gluu.credmanager.plugins.authnmethod.conf.otp.BaseOTPConfig.getDigits ( )
inline
24  {
25  return digits;
26  }

◆ getKeyLength()

int org.gluu.credmanager.plugins.authnmethod.conf.otp.BaseOTPConfig.getKeyLength ( )
inline
16  {
17  return keyLength;
18  }

◆ setDigits()

void org.gluu.credmanager.plugins.authnmethod.conf.otp.BaseOTPConfig.setDigits ( int  digits)
inline
28  {
29  this.digits = digits;
30  }

◆ setKeyLength()

void org.gluu.credmanager.plugins.authnmethod.conf.otp.BaseOTPConfig.setKeyLength ( int  keyLength)
inline
20  {
21  this.keyLength = keyLength;
22  }

メンバ詳解

◆ digits

int org.gluu.credmanager.plugins.authnmethod.conf.otp.BaseOTPConfig.digits
private

◆ keyLength

int org.gluu.credmanager.plugins.authnmethod.conf.otp.BaseOTPConfig.keyLength
private

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