クラス CacheableMetadataStatementRepository
java.lang.Object
org.iplass.mtp.impl.auth.authenticate.webauthn.CacheableMetadataStatementRepository
- すべての実装されたインタフェース:
com.webauthn4j.metadata.MetadataStatementRepository,org.iplass.mtp.spi.ServiceInitListener<WebAuthnService>
public class CacheableMetadataStatementRepository
extends Object
implements com.webauthn4j.metadata.MetadataStatementRepository, org.iplass.mtp.spi.ServiceInitListener<WebAuthnService>
-
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明voidSet<com.webauthn4j.metadata.data.statement.MetadataStatement> find(byte[] attestationCertificateKeyIdentifier) Set<com.webauthn4j.metadata.data.statement.MetadataStatement> find(com.webauthn4j.data.attestation.authenticator.AAGUID aaguid) voidinited(WebAuthnService service, org.iplass.mtp.spi.Config config) booleanbooleanvoidsetIndividualMetadataStatementFilePath(List<String> individualMetadataStatementFilePath) voidsetMetadataBLOBFilePath(String metadataBLOBFilePath) voidsetNotFidoCertifiedAllowed(boolean notFidoCertifiedAllowed) voidsetSelfAssertionSubmittedAllowed(boolean selfAssertionSubmittedAllowed)
-
コンストラクタの詳細
-
CacheableMetadataStatementRepository
public CacheableMetadataStatementRepository()
-
-
メソッドの詳細
-
getMetadataBLOBFilePath
-
setMetadataBLOBFilePath
-
isNotFidoCertifiedAllowed
public boolean isNotFidoCertifiedAllowed() -
setNotFidoCertifiedAllowed
public void setNotFidoCertifiedAllowed(boolean notFidoCertifiedAllowed) -
isSelfAssertionSubmittedAllowed
public boolean isSelfAssertionSubmittedAllowed() -
setSelfAssertionSubmittedAllowed
public void setSelfAssertionSubmittedAllowed(boolean selfAssertionSubmittedAllowed) -
getIndividualMetadataStatementFilePath
-
setIndividualMetadataStatementFilePath
-
find
public Set<com.webauthn4j.metadata.data.statement.MetadataStatement> find(com.webauthn4j.data.attestation.authenticator.AAGUID aaguid) - 定義:
findインタフェース内com.webauthn4j.metadata.MetadataStatementRepository
-
find
public Set<com.webauthn4j.metadata.data.statement.MetadataStatement> find(byte[] attestationCertificateKeyIdentifier) - 定義:
findインタフェース内com.webauthn4j.metadata.MetadataStatementRepository
-
inited
- 定義:
initedインタフェース内org.iplass.mtp.spi.ServiceInitListener<WebAuthnService>
-
destroyed
public void destroyed()- 定義:
destroyedインタフェース内org.iplass.mtp.spi.ServiceInitListener<WebAuthnService>
-