gluu
静的公開メンバ関数 | 公開変数類 | 全メンバ一覧
列挙 org.gluu.credmanager.plugins.authnmethod.service.U2fClientCodes 詳解
org.gluu.credmanager.plugins.authnmethod.service.U2fClientCodes 連携図
Collaboration graph

静的公開メンバ関数

static U2fClientCodes get (int ord)
 

公開変数類

 OTHER_ERROR
 
 BAD_REQUEST
 
 CONFIGURATION_UNSUPPORTED
 
 DEVICE_INELIGIBLE
 

詳解

Created by jgomer on 2017-07-24. An enumeration that holds the response codes that a u2f device registration request may output

関数詳解

◆ get()

static U2fClientCodes org.gluu.credmanager.plugins.authnmethod.service.U2fClientCodes.get ( int  ord)
inlinestatic
15  {
16  return U2fClientCodes.values()[ord-1];
17  }

メンバ詳解

◆ BAD_REQUEST

org.gluu.credmanager.plugins.authnmethod.service.U2fClientCodes.BAD_REQUEST

◆ CONFIGURATION_UNSUPPORTED

org.gluu.credmanager.plugins.authnmethod.service.U2fClientCodes.CONFIGURATION_UNSUPPORTED

◆ DEVICE_INELIGIBLE

org.gluu.credmanager.plugins.authnmethod.service.U2fClientCodes.DEVICE_INELIGIBLE

◆ OTHER_ERROR

org.gluu.credmanager.plugins.authnmethod.service.U2fClientCodes.OTHER_ERROR

次のファイルからこの列挙についての詳解を抽出しました: