Class DynamoDbWebAuthnCredentialRegistration.DynamoDbWebAuthnCredentialRegistrationBuilder<C extends DynamoDbWebAuthnCredentialRegistration,B extends DynamoDbWebAuthnCredentialRegistration.DynamoDbWebAuthnCredentialRegistrationBuilder<C,B>>

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

public abstract static class DynamoDbWebAuthnCredentialRegistration.DynamoDbWebAuthnCredentialRegistrationBuilder<C extends DynamoDbWebAuthnCredentialRegistration,B extends DynamoDbWebAuthnCredentialRegistration.DynamoDbWebAuthnCredentialRegistrationBuilder<C,B>> extends Object
  • Constructor Details

    • DynamoDbWebAuthnCredentialRegistrationBuilder

      public DynamoDbWebAuthnCredentialRegistrationBuilder()
  • Method Details

    • username

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

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

      public abstract C build()
    • toString

      public String toString()
      Overrides:
      toString in class Object