クラス MetaWebAuthn
java.lang.Object
org.iplass.mtp.impl.metadata.BaseRootMetaData
org.iplass.mtp.impl.auth.authenticate.webauthn.MetaWebAuthn
- すべての実装されたインタフェース:
Serializable,org.iplass.mtp.impl.definition.DefinableMetaData<WebAuthnDefinition>,org.iplass.mtp.impl.metadata.MetaData,org.iplass.mtp.impl.metadata.RootMetaData
public class MetaWebAuthn
extends org.iplass.mtp.impl.metadata.BaseRootMetaData
implements org.iplass.mtp.impl.definition.DefinableMetaData<WebAuthnDefinition>
- 関連項目:
-
ネストされたクラスの概要
ネストされたクラス -
フィールドの概要
クラスから継承されたフィールド org.iplass.mtp.impl.metadata.BaseRootMetaData
description, displayName, id, localizedDisplayNameList, name -
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明voidapplyConfig(WebAuthnDefinition definition) org.iplass.mtp.impl.metadata.RootMetaDatacopy()org.iplass.mtp.impl.metadata.MetaDataRuntimecreateRuntime(org.iplass.mtp.impl.metadata.MetaDataConfig metaDataConfig) getRpId()booleanvoidsetAllowedAaguidList(List<String> allowedAaguidList) voidsetAttestationConveyancePreference(AttestationConveyancePreference attestationConveyancePreference) voidsetAuthenticatorAttachment(AuthenticatorAttachment authenticatorAttachment) voidvoidsetResidentKeyRequirement(ResidentKeyRequirement residentKeyRequirement) voidvoidsetSelfAttestationAllowed(boolean selfAttestationAllowed) voidsetUserVerificationRequirement(UserVerificationRequirement userVerificationRequirement) クラスから継承されたメソッド org.iplass.mtp.impl.metadata.BaseRootMetaData
equals, getDescription, getDisplayName, getId, getLocalizedDisplayNameList, getName, hashCode, setDescription, setDisplayName, setId, setLocalizedDisplayNameList, setName
-
コンストラクタの詳細
-
MetaWebAuthn
public MetaWebAuthn()
-
-
メソッドの詳細
-
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) -
createRuntime
public org.iplass.mtp.impl.metadata.MetaDataRuntime createRuntime(org.iplass.mtp.impl.metadata.MetaDataConfig metaDataConfig) - 定義:
createRuntimeインタフェース内org.iplass.mtp.impl.metadata.RootMetaData
-
copy
public org.iplass.mtp.impl.metadata.RootMetaData copy()- 定義:
copyインタフェース内org.iplass.mtp.impl.metadata.MetaData- 定義:
copyインタフェース内org.iplass.mtp.impl.metadata.RootMetaData
-
applyConfig
- 定義:
applyConfigインタフェース内org.iplass.mtp.impl.definition.DefinableMetaData<WebAuthnDefinition>
-
currentConfig
- 定義:
currentConfigインタフェース内org.iplass.mtp.impl.definition.DefinableMetaData<WebAuthnDefinition>
-