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 FidoAuthenticatorDtoFidoAuthenticatorMQService. 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 FidoAuthenticatorDtoFidoAuthenticatorDozerConverter. convertDTO(FidoAuthenticatorDto entity, boolean isDeep)FidoAuthenticatorDtoFidoAuthenticatorDozerConverter. 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 FidoAuthenticatorDtoFidoAuthenticatorDozerConverter. convertDTO(FidoAuthenticatorDto entity, boolean isDeep)FidoAuthenticatorEntityFidoAuthenticatorDozerConverter. 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 FidoAuthenticatorDtoFidoAuthenticatorDataService. 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 StringFidoAuthenticatorDataService. 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 FidoAuthenticatorDtoFidoAuthenticatorDataServiceImpl. 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 StringFidoAuthenticatorDataServiceImpl. 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 FidoAuthenticatorDtoFidoAuthenticatorDataWebService. findOneByCredentialId(byte[] credentialId, String managedSystemId)Find FIDO authenticator dto by credentialIdFidoAuthenticatorDtoFidoAuthenticatorDataWebServiceImpl. 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 StringFidoAuthenticatorDataWebService. save(FidoAuthenticatorDto fidoAuthenticator)Save Fido AuthenticatorStringFidoAuthenticatorDataWebServiceImpl. save(FidoAuthenticatorDto fidoAuthenticator)Save Fido Authenticator
-