Package org.apache.syncope.common.lib.wa
Class WebAuthnDeviceCredential
- java.lang.Object
-
- org.apache.syncope.common.lib.wa.WebAuthnDeviceCredential
-
- All Implemented Interfaces:
Serializable
,BaseBean
public class WebAuthnDeviceCredential extends Object implements BaseBean
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
WebAuthnDeviceCredential.Builder
-
Constructor Summary
Constructors Constructor Description WebAuthnDeviceCredential()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
String
getIdentifier()
String
getJson()
int
hashCode()
void
setIdentifier(String identifier)
void
setJson(String json)
String
toString()
-