Class JpaWebAuthnCredentialRegistration.JpaWebAuthnCredentialRegistrationBuilder<C extends JpaWebAuthnCredentialRegistration,B extends JpaWebAuthnCredentialRegistration.JpaWebAuthnCredentialRegistrationBuilder<C,B>>

java.lang.Object
org.apereo.cas.webauthn.JpaWebAuthnCredentialRegistration.JpaWebAuthnCredentialRegistrationBuilder<C,B>
Enclosing class:
JpaWebAuthnCredentialRegistration

public abstract static class JpaWebAuthnCredentialRegistration.JpaWebAuthnCredentialRegistrationBuilder<C extends JpaWebAuthnCredentialRegistration,B extends JpaWebAuthnCredentialRegistration.JpaWebAuthnCredentialRegistrationBuilder<C,B>> extends Object
  • Constructor Details

    • JpaWebAuthnCredentialRegistrationBuilder

      public JpaWebAuthnCredentialRegistrationBuilder()
  • Method Details

    • id

      public B id(long id)
      Returns:
      this.
    • username

      public B username(String username)
      Returns:
      this.
    • records

      public B records(String records)
      Returns:
      this.
    • build

      public abstract C build()
    • toString

      public String toString()
      Overrides:
      toString in class Object