クラス WebAuthnDefinition
java.lang.Object
org.iplass.mtp.auth.webauthn.definition.WebAuthnDefinition
- すべての実装されたインタフェース:
Serializable,Definition
- 関連項目:
-
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明概要を取得します。表示名を取得します。getName()名前を取得します。getRpId()booleanvoidsetAllowedAaguidList(List<String> allowedAaguidList) voidsetAttestationConveyancePreference(AttestationConveyancePreference attestationConveyancePreference) voidsetAuthenticatorAttachment(AuthenticatorAttachment authenticatorAttachment) voidsetDescription(String description) 概要を設定します。voidsetDisplayName(String displayName) 表示名を設定します。voidsetLocalizedDisplayNameList(List<LocalizedStringDefinition> localizedDisplayNameList) void名前を設定します。voidvoidsetResidentKeyRequirement(ResidentKeyRequirement residentKeyRequirement) voidvoidsetSelfAttestationAllowed(boolean selfAttestationAllowed) voidsetUserVerificationRequirement(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- 概要
-