Uses of Class
org.openiam.idm.srvc.authfido.domain.FidoAuthenticatorEntity
-
Packages that use FidoAuthenticatorEntity Package Description org.openiam.esb.core.dozer.converter org.openiam.esb.repository org.openiam.idm.srvc.authfido.domain -
-
Uses of FidoAuthenticatorEntity in org.openiam.esb.core.dozer.converter
Methods in org.openiam.esb.core.dozer.converter that return FidoAuthenticatorEntity Modifier and Type Method Description FidoAuthenticatorEntityFidoAuthenticatorDozerConverter. convertEntity(FidoAuthenticatorEntity userEntity, boolean isDeep)FidoAuthenticatorEntityFidoAuthenticatorDozerConverter. convertToEntity(FidoAuthenticatorDto entity, boolean isDeep)Methods in org.openiam.esb.core.dozer.converter that return types with arguments of type FidoAuthenticatorEntity Modifier and Type Method Description List<FidoAuthenticatorEntity>FidoAuthenticatorDozerConverter. convertToEntityList(List<FidoAuthenticatorDto> list, boolean isDeep)Set<FidoAuthenticatorEntity>FidoAuthenticatorDozerConverter. convertToEntitySet(Set<FidoAuthenticatorDto> set, boolean isDeep)Methods in org.openiam.esb.core.dozer.converter with parameters of type FidoAuthenticatorEntity Modifier and Type Method Description FidoAuthenticatorEntityFidoAuthenticatorDozerConverter. convertEntity(FidoAuthenticatorEntity userEntity, boolean isDeep)FidoAuthenticatorDtoFidoAuthenticatorDozerConverter. convertToDTO(FidoAuthenticatorEntity userEntity, boolean isDeep)Method parameters in org.openiam.esb.core.dozer.converter with type arguments of type FidoAuthenticatorEntity Modifier and Type Method Description List<FidoAuthenticatorDto>FidoAuthenticatorDozerConverter. convertToDTOList(List<FidoAuthenticatorEntity> list, boolean isDeep)Set<FidoAuthenticatorDto>FidoAuthenticatorDozerConverter. convertToDTOSet(Set<FidoAuthenticatorEntity> set, boolean isDeep) -
Uses of FidoAuthenticatorEntity in org.openiam.esb.repository
Methods in org.openiam.esb.repository that return FidoAuthenticatorEntity Modifier and Type Method Description FidoAuthenticatorEntityFidoAuthenticatorRepository. findOneByCredentialId(byte[] credentialId)Methods in org.openiam.esb.repository that return types with arguments of type FidoAuthenticatorEntity Modifier and Type Method Description List<FidoAuthenticatorEntity>FidoAuthenticatorRepository. findAllByLogin(String login, String managedSysId)List<FidoAuthenticatorEntity>FidoAuthenticatorRepository. findByUserId(String userId) -
Uses of FidoAuthenticatorEntity in org.openiam.idm.srvc.authfido.domain
Constructors in org.openiam.idm.srvc.authfido.domain with parameters of type FidoAuthenticatorEntity Constructor Description FidoAuthenticatorTransportEntity(String transport, FidoAuthenticatorEntity authenticator)
-