クラス 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>
  • コンストラクタの詳細

    • CacheableMetadataStatementRepository

      public CacheableMetadataStatementRepository()
  • メソッドの詳細

    • getMetadataBLOBFilePath

      public String getMetadataBLOBFilePath()
    • setMetadataBLOBFilePath

      public void setMetadataBLOBFilePath(String metadataBLOBFilePath)
    • isNotFidoCertifiedAllowed

      public boolean isNotFidoCertifiedAllowed()
    • setNotFidoCertifiedAllowed

      public void setNotFidoCertifiedAllowed(boolean notFidoCertifiedAllowed)
    • isSelfAssertionSubmittedAllowed

      public boolean isSelfAssertionSubmittedAllowed()
    • setSelfAssertionSubmittedAllowed

      public void setSelfAssertionSubmittedAllowed(boolean selfAssertionSubmittedAllowed)
    • getIndividualMetadataStatementFilePath

      public List<String> getIndividualMetadataStatementFilePath()
    • setIndividualMetadataStatementFilePath

      public void setIndividualMetadataStatementFilePath(List<String> individualMetadataStatementFilePath)
    • 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

      public void inited(WebAuthnService service, org.iplass.mtp.spi.Config config)
      定義:
      inited インタフェース内 org.iplass.mtp.spi.ServiceInitListener<WebAuthnService>
    • destroyed

      public void destroyed()
      定義:
      destroyed インタフェース内 org.iplass.mtp.spi.ServiceInitListener<WebAuthnService>