Package org.apereo.cas.webauthn
Class JpaWebAuthnCredentialRegistration
java.lang.Object
org.apereo.cas.webauthn.JpaWebAuthnCredentialRegistration
- All Implemented Interfaces:
Serializable
This is
JpaWebAuthnCredentialRegistration.- Since:
- 6.3.0
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classJpaWebAuthnCredentialRegistration.JpaWebAuthnCredentialRegistrationBuilder<C extends JpaWebAuthnCredentialRegistration,B extends JpaWebAuthnCredentialRegistration.JpaWebAuthnCredentialRegistrationBuilder<C, B>> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()longgetId()setId(long id) setRecords(String records) setUsername(String username)
-
Constructor Details
-
JpaWebAuthnCredentialRegistration
public JpaWebAuthnCredentialRegistration()
-
-
Method Details
-
builder
public static JpaWebAuthnCredentialRegistration.JpaWebAuthnCredentialRegistrationBuilder<?,?> builder() -
getId
public long getId() -
getUsername
-
getRecords
-
setId
- Returns:
this.
-
setUsername
- Returns:
this.
-
setRecords
- Returns:
this.
-