Package org.openiam.common.beans.mq
Class FidoAuthenticatorMQService
- java.lang.Object
-
- org.openiam.common.beans.mq.AbstractRabbitMQService
-
- org.openiam.common.beans.mq.FidoAuthenticatorMQService
-
@Service public class FidoAuthenticatorMQService extends AbstractRabbitMQService
Rabbit MQ Service for FIDO Authentication
-
-
Field Summary
-
Fields inherited from class org.openiam.common.beans.mq.AbstractRabbitMQService
rabbitMQSender
-
-
Constructor Summary
Constructors Constructor Description FidoAuthenticatorMQService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FidoAuthenticatorDto
getAuthenticatorByCredentionalId(byte[] id, String managedSystemId)
List<FidoAuthenticatorDto>
getAuthenticatorByUserId(String userId)
-
Methods inherited from class org.openiam.common.beans.mq.AbstractRabbitMQService
crudRequest, idRequest
-
-
-
-
Method Detail
-
getAuthenticatorByUserId
public List<FidoAuthenticatorDto> getAuthenticatorByUserId(String userId)
-
getAuthenticatorByCredentionalId
public FidoAuthenticatorDto getAuthenticatorByCredentionalId(byte[] id, String managedSystemId)
-
-