Package org.apereo.cas.webauthn
Class DynamoDbWebAuthnCredentialRegistration
java.lang.Object
org.apereo.cas.webauthn.DynamoDbWebAuthnCredentialRegistration
- All Implemented Interfaces:
Serializable
- Since:
- 6.3.0
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classDynamoDbWebAuthnCredentialRegistration.DynamoDbWebAuthnCredentialRegistrationBuilder<C extends DynamoDbWebAuthnCredentialRegistration,B extends DynamoDbWebAuthnCredentialRegistration.DynamoDbWebAuthnCredentialRegistrationBuilder<C, B>> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()setRecords(List<String> records) setUsername(String username)
-
Constructor Details
-
DynamoDbWebAuthnCredentialRegistration
public DynamoDbWebAuthnCredentialRegistration()
-
-
Method Details
-
builder
public static DynamoDbWebAuthnCredentialRegistration.DynamoDbWebAuthnCredentialRegistrationBuilder<?,?> builder() -
getUsername
-
getRecords
-
setUsername
- Returns:
this.
-
setRecords
- Returns:
this.
-