クラス WebAuthnDefinition
java.lang.Object
org.iplass.mtp.auth.webauthn.definition.WebAuthnDefinition
- すべての実装されたインタフェース:
Serializable
,Definition
- 関連項目:
-
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明概要を取得します。表示名を取得します。getName()
名前を取得します。getRpId()
boolean
void
setAllowedAaguidList
(List<String> allowedAaguidList) void
setAttestationConveyancePreference
(AttestationConveyancePreference attestationConveyancePreference) void
setAuthenticatorAttachment
(AuthenticatorAttachment authenticatorAttachment) void
setDescription
(String description) 概要を設定します。void
setDisplayName
(String displayName) 表示名を設定します。void
setLocalizedDisplayNameList
(List<LocalizedStringDefinition> localizedDisplayNameList) void
名前を設定します。void
void
setResidentKeyRequirement
(ResidentKeyRequirement residentKeyRequirement) void
void
setSelfAttestationAllowed
(boolean selfAttestationAllowed) void
setUserVerificationRequirement
(UserVerificationRequirement userVerificationRequirement)
-
コンストラクタの詳細
-
WebAuthnDefinition
public WebAuthnDefinition()
-
-
メソッドの詳細
-
getRpId
-
setRpId
-
getOrigin
-
setOrigin
-
getAttestationConveyancePreference
-
setAttestationConveyancePreference
public void setAttestationConveyancePreference(AttestationConveyancePreference attestationConveyancePreference) -
getAuthenticatorAttachment
-
setAuthenticatorAttachment
-
getResidentKeyRequirement
-
setResidentKeyRequirement
-
getUserVerificationRequirement
-
setUserVerificationRequirement
-
getAllowedAaguidList
-
setAllowedAaguidList
-
isSelfAttestationAllowed
public boolean isSelfAttestationAllowed() -
setSelfAttestationAllowed
public void setSelfAttestationAllowed(boolean selfAttestationAllowed) -
getName
インタフェースからコピーされた説明:Definition
名前を取得します。- 定義:
getName
インタフェース内Definition
- 戻り値:
- 名前
-
setName
インタフェースからコピーされた説明:Definition
名前を設定します。- 定義:
setName
インタフェース内Definition
- パラメータ:
name
- 名前
-
getDisplayName
インタフェースからコピーされた説明:Definition
表示名を取得します。- 定義:
getDisplayName
インタフェース内Definition
- 戻り値:
- 表示名
-
setDisplayName
インタフェースからコピーされた説明:Definition
表示名を設定します。- 定義:
setDisplayName
インタフェース内Definition
- パラメータ:
displayName
- 表示名
-
getLocalizedDisplayNameList
-
setLocalizedDisplayNameList
-
getDescription
インタフェースからコピーされた説明:Definition
概要を取得します。- 定義:
getDescription
インタフェース内Definition
- 戻り値:
- 概要
-
setDescription
インタフェースからコピーされた説明:Definition
概要を設定します。- 定義:
setDescription
インタフェース内Definition
- パラメータ:
description
- 概要
-