Class RestfulWebAuthnCredentialRepository

java.lang.Object
org.apereo.cas.webauthn.storage.BaseWebAuthnCredentialRepository
org.apereo.cas.webauthn.RestfulWebAuthnCredentialRepository
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 RestfulWebAuthnCredentialRepository extends org.apereo.cas.webauthn.storage.BaseWebAuthnCredentialRepository
Since:
6.4.0
  • Field Summary

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

    BEAN_NAME
  • Constructor Summary

    Constructors
    Constructor
    Description
    RestfulWebAuthnCredentialRepository(org.apereo.cas.configuration.CasConfigurationProperties properties, org.apereo.cas.util.crypto.CipherExecutor<String,String> cipherExecutor)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Collection<com.yubico.data.CredentialRegistration>
     
    Stream<com.yubico.data.CredentialRegistration>
     

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

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

    Methods inherited from class java.lang.Object

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

    Methods inherited from interface com.yubico.core.RegistrationStorage

    userExists
  • Constructor Details

    • RestfulWebAuthnCredentialRepository

      public RestfulWebAuthnCredentialRepository(org.apereo.cas.configuration.CasConfigurationProperties properties, org.apereo.cas.util.crypto.CipherExecutor<String,String> cipherExecutor)
  • Method Details

    • getRegistrationsByUsername

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

      public Stream<com.yubico.data.CredentialRegistration> stream()