Uses of Class
org.openiam.idm.srvc.authfido.dto.FidoAuthenticatorDto
-
Packages that use FidoAuthenticatorDto Package Description org.openiam.common.beans.mq org.openiam.esb.core.dozer.converter org.openiam.esb.core.service org.openiam.esb.core.service.impl org.openiam.srvc.fido -
-
Uses of FidoAuthenticatorDto in org.openiam.common.beans.mq
Methods in org.openiam.common.beans.mq that return FidoAuthenticatorDto Modifier and Type Method Description FidoAuthenticatorDto
FidoAuthenticatorMQService. getAuthenticatorByCredentionalId(byte[] id, String managedSystemId)
Methods in org.openiam.common.beans.mq that return types with arguments of type FidoAuthenticatorDto Modifier and Type Method Description List<FidoAuthenticatorDto>
FidoAuthenticatorMQService. getAuthenticatorByUserId(String userId)
-
Uses of FidoAuthenticatorDto in org.openiam.esb.core.dozer.converter
Methods in org.openiam.esb.core.dozer.converter that return FidoAuthenticatorDto Modifier and Type Method Description FidoAuthenticatorDto
FidoAuthenticatorDozerConverter. convertDTO(FidoAuthenticatorDto entity, boolean isDeep)
FidoAuthenticatorDto
FidoAuthenticatorDozerConverter. convertToDTO(FidoAuthenticatorEntity userEntity, boolean isDeep)
Methods in org.openiam.esb.core.dozer.converter that return types with arguments of type FidoAuthenticatorDto Modifier and Type Method Description List<FidoAuthenticatorDto>
FidoAuthenticatorDozerConverter. convertToDTOList(List<FidoAuthenticatorEntity> list, boolean isDeep)
Set<FidoAuthenticatorDto>
FidoAuthenticatorDozerConverter. convertToDTOSet(Set<FidoAuthenticatorEntity> set, boolean isDeep)
Methods in org.openiam.esb.core.dozer.converter with parameters of type FidoAuthenticatorDto Modifier and Type Method Description FidoAuthenticatorDto
FidoAuthenticatorDozerConverter. convertDTO(FidoAuthenticatorDto entity, boolean isDeep)
FidoAuthenticatorEntity
FidoAuthenticatorDozerConverter. convertToEntity(FidoAuthenticatorDto entity, boolean isDeep)
Method parameters in org.openiam.esb.core.dozer.converter with type arguments of type FidoAuthenticatorDto Modifier and Type Method Description List<FidoAuthenticatorEntity>
FidoAuthenticatorDozerConverter. convertToEntityList(List<FidoAuthenticatorDto> list, boolean isDeep)
Set<FidoAuthenticatorEntity>
FidoAuthenticatorDozerConverter. convertToEntitySet(Set<FidoAuthenticatorDto> set, boolean isDeep)
-
Uses of FidoAuthenticatorDto in org.openiam.esb.core.service
Methods in org.openiam.esb.core.service that return FidoAuthenticatorDto Modifier and Type Method Description FidoAuthenticatorDto
FidoAuthenticatorDataService. findOneByCredentialId(byte[] credentialId, String managedSystemId)
Find FIDO authenticator dto by credentialIdMethods in org.openiam.esb.core.service that return types with arguments of type FidoAuthenticatorDto Modifier and Type Method Description List<FidoAuthenticatorDto>
FidoAuthenticatorDataService. findAllByLogin(String login, String manSysId)
Find FIDO authenticators dto by loginList<FidoAuthenticatorDto>
FidoAuthenticatorDataService. findByUserId(String id)
Find FIDO authenticators dto by userIdMethods in org.openiam.esb.core.service with parameters of type FidoAuthenticatorDto Modifier and Type Method Description String
FidoAuthenticatorDataService. save(FidoAuthenticatorDto dto)
Save Fido Authenticator -
Uses of FidoAuthenticatorDto in org.openiam.esb.core.service.impl
Methods in org.openiam.esb.core.service.impl that return FidoAuthenticatorDto Modifier and Type Method Description FidoAuthenticatorDto
FidoAuthenticatorDataServiceImpl. findOneByCredentialId(byte[] credentialId, String managedSystemId)
Methods in org.openiam.esb.core.service.impl that return types with arguments of type FidoAuthenticatorDto Modifier and Type Method Description List<FidoAuthenticatorDto>
FidoAuthenticatorDataServiceImpl. findAllByLogin(String login, String manSysId)
List<FidoAuthenticatorDto>
FidoAuthenticatorDataServiceImpl. findByUserId(String id)
Methods in org.openiam.esb.core.service.impl with parameters of type FidoAuthenticatorDto Modifier and Type Method Description String
FidoAuthenticatorDataServiceImpl. save(FidoAuthenticatorDto dto)
-
Uses of FidoAuthenticatorDto in org.openiam.srvc.fido
Methods in org.openiam.srvc.fido that return FidoAuthenticatorDto Modifier and Type Method Description FidoAuthenticatorDto
FidoAuthenticatorDataWebService. findOneByCredentialId(byte[] credentialId, String managedSystemId)
Find FIDO authenticator dto by credentialIdFidoAuthenticatorDto
FidoAuthenticatorDataWebServiceImpl. findOneByCredentialId(byte[] credentialId, String managedSystemId)
Find FIDO authenticator dto by credentialIdMethods in org.openiam.srvc.fido that return types with arguments of type FidoAuthenticatorDto Modifier and Type Method Description List<FidoAuthenticatorDto>
FidoAuthenticatorDataWebService. findAllByLogin(String login, String manSysId)
Find FIDO authenticators dto by loginList<FidoAuthenticatorDto>
FidoAuthenticatorDataWebServiceImpl. findAllByLogin(String login, String manSysId)
Find FIDO authenticators dto by loginList<FidoAuthenticatorDto>
FidoAuthenticatorDataWebService. findByUserId(String id)
Find FIDO authenticators dto by userIdList<FidoAuthenticatorDto>
FidoAuthenticatorDataWebServiceImpl. findByUserId(String id)
Find FIDO authenticators dto by userIdMethods in org.openiam.srvc.fido with parameters of type FidoAuthenticatorDto Modifier and Type Method Description String
FidoAuthenticatorDataWebService. save(FidoAuthenticatorDto fidoAuthenticator)
Save Fido AuthenticatorString
FidoAuthenticatorDataWebServiceImpl. save(FidoAuthenticatorDto fidoAuthenticator)
Save Fido Authenticator
-