Class FidoAuthenticatorDto
- java.lang.Object
-
- org.openiam.base.BaseObject
-
- org.openiam.base.KeyDTO
-
- org.openiam.idm.srvc.authfido.dto.FidoAuthenticatorDto
-
- All Implemented Interfaces:
Serializable
,BaseIdentity
public class FidoAuthenticatorDto extends KeyDTO
FIDO Authenticator domain object- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.openiam.base.BaseObject
DELETE, NEW, objectState, requestClientIP, requestorLogin, requestorSessionID, requestorUserId, UPDATE
-
-
Constructor Summary
Constructors Constructor Description FidoAuthenticatorDto(String name, String userId, long counter, Set<FidoAuthenticatorTransportDto> transports, byte[] aaguid, byte[] credentialId, byte[] coseKey, String attestationStatement, String clientExtensions, String authenticatorExtensions, String description)
-