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

公開メンバ関数

 NoEligableDevicesException (List<? extends DeviceRegistration > deviceRegistrations, String message, Throwable cause)
 
 NoEligableDevicesException (List<? extends DeviceRegistration > deviceRegistrations, String message)
 
List<? extends DeviceRegistrationgetDeviceRegistrations ()
 
boolean hasDevices ()
 

非公開変数類

final List<? extends DeviceRegistrationdeviceRegistrations
 

静的非公開変数類

static final long serialVersionUID = -7685552584573073454L
 

詳解

構築子と解体子

◆ NoEligableDevicesException() [1/2]

org.xdi.oxauth.exception.fido.u2f.NoEligableDevicesException.NoEligableDevicesException ( List<? extends DeviceRegistration deviceRegistrations,
String  message,
Throwable  cause 
)
inline
20  {
21  super(message, cause);
22  this.deviceRegistrations = Collections.unmodifiableList(deviceRegistrations);
23  }
final List<? extends DeviceRegistration > deviceRegistrations
Definition: NoEligableDevicesException.java:18

◆ NoEligableDevicesException() [2/2]

org.xdi.oxauth.exception.fido.u2f.NoEligableDevicesException.NoEligableDevicesException ( List<? extends DeviceRegistration deviceRegistrations,
String  message 
)
inline
25  {
26  super(message);
27  this.deviceRegistrations = Collections.unmodifiableList(deviceRegistrations);
28  }
final List<? extends DeviceRegistration > deviceRegistrations
Definition: NoEligableDevicesException.java:18

関数詳解

◆ getDeviceRegistrations()

List<? extends DeviceRegistration> org.xdi.oxauth.exception.fido.u2f.NoEligableDevicesException.getDeviceRegistrations ( )
inline
30  {
31  return deviceRegistrations;
32  }
final List<? extends DeviceRegistration > deviceRegistrations
Definition: NoEligableDevicesException.java:18

◆ hasDevices()

boolean org.xdi.oxauth.exception.fido.u2f.NoEligableDevicesException.hasDevices ( )
inline
34  {
35  return !deviceRegistrations.isEmpty();
36  }
final List<? extends DeviceRegistration > deviceRegistrations
Definition: NoEligableDevicesException.java:18

メンバ詳解

◆ deviceRegistrations

final List<? extends DeviceRegistration> org.xdi.oxauth.exception.fido.u2f.NoEligableDevicesException.deviceRegistrations
private

◆ serialVersionUID

final long org.xdi.oxauth.exception.fido.u2f.NoEligableDevicesException.serialVersionUID = -7685552584573073454L
staticprivate

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