Class WAWebAuthnCredentialRepository

java.lang.Object
org.apereo.cas.webauthn.storage.BaseWebAuthnCredentialRepository
org.apache.syncope.wa.starter.webauthn.WAWebAuthnCredentialRepository
All Implemented Interfaces:
com.yubico.core.RegistrationStorage, com.yubico.webauthn.CredentialRepository, org.apereo.cas.webauthn.storage.WebAuthnCredentialRepository, org.apereo.cas.webauthn.storage.WebAuthnRegistrationStorageCleaner

public class WAWebAuthnCredentialRepository extends org.apereo.cas.webauthn.storage.BaseWebAuthnCredentialRepository
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected static final Logger
     
    protected final WARestClient
     

    Fields inherited from interface org.apereo.cas.webauthn.storage.WebAuthnCredentialRepository

    BEAN_NAME
  • Constructor Summary

    Constructors
    Constructor
    Description
    WAWebAuthnCredentialRepository(org.apereo.cas.configuration.CasConfigurationProperties properties, WARestClient waRestClient)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Collection<com.yubico.data.CredentialRegistration>
     
    boolean
     
    boolean
    removeRegistrationByUsername(String username, com.yubico.data.CredentialRegistration credentialRegistration)
     
     
    Stream<? extends com.yubico.data.CredentialRegistration>
     
    protected void
    update(String username, Collection<com.yubico.data.CredentialRegistration> records)
     

    Methods inherited from class org.apereo.cas.webauthn.storage.BaseWebAuthnCredentialRepository

    addRegistrationByUsername, clean, getCipherExecutor, getCredentialIdsForUsername, getProperties, getRegistrationByUsernameAndCredentialId, getRegistrationsByUserHandle, getUserHandleForUsername, getUsernameForUserHandle, lookup, lookupAll, removeRegistrationByUsernameAndCredentialId, updateSignatureCount

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.yubico.core.RegistrationStorage

    userExists
  • Field Details

    • LOG

      protected static final Logger LOG
    • waRestClient

      protected final WARestClient waRestClient
  • Constructor Details

    • WAWebAuthnCredentialRepository

      public WAWebAuthnCredentialRepository(org.apereo.cas.configuration.CasConfigurationProperties properties, WARestClient waRestClient)
  • Method Details

    • service

      protected WebAuthnRegistrationService service()
    • removeRegistrationByUsername

      public boolean removeRegistrationByUsername(String username, com.yubico.data.CredentialRegistration credentialRegistration)
      Specified by:
      removeRegistrationByUsername in interface com.yubico.core.RegistrationStorage
      Overrides:
      removeRegistrationByUsername in class org.apereo.cas.webauthn.storage.BaseWebAuthnCredentialRepository
    • removeAllRegistrations

      public boolean removeAllRegistrations(String username)
      Specified by:
      removeAllRegistrations in interface com.yubico.core.RegistrationStorage
      Overrides:
      removeAllRegistrations in class org.apereo.cas.webauthn.storage.BaseWebAuthnCredentialRepository
    • stream

      public Stream<? extends com.yubico.data.CredentialRegistration> stream()
    • update

      protected void update(String username, Collection<com.yubico.data.CredentialRegistration> records)
      Specified by:
      update in class org.apereo.cas.webauthn.storage.BaseWebAuthnCredentialRepository
    • getRegistrationsByUsername

      public Collection<com.yubico.data.CredentialRegistration> getRegistrationsByUsername(String username)